<!--
function openwin(popurl)
{
	var winpops;
	winpops = window.open(popurl,"testimonials","width=470,height=485,top=1,left=600,scrollbars=no");
	winpops.focus();
}

preloadImages();

function rand_number(nn)
{
var x;
x=Math.round(Math.random()*100);
x%=nn;
return x;
}

var n;

function banner()
{
var img = new Array();

img[0]='<a href="/featuredartists-sankaran.asp"><img src="/images/F-Artist-top-1.jpg" border=0 width=99 height=148 alt="image 1"></a>';
img[1]='<a href="/featuredartists-westerkamp.asp"><img src="/images/F-Artist-top-2.jpg" border=0 width=99 height=148 alt="image 2"></a>';
img[2]='<a href="/featuredartists-lee.asp"><img src="/images/F-Artist-top-3.jpg" border=0 width=99 height=148 alt="image 3"></a>';
img[3]='<a href="/featuredartists-oswald.asp"><img src="/images/F-Artist-top-4.jpg" border=0 width=99 height=148 alt="image 4"></a>';
img[4]='<a href="/featuredartists-reusch.asp"><img src="/images/F-Artist-top-5.jpg" border=0 width=99 height=148 alt="image 5"></a>';
img[5]='<a href="/featuredartists-schafer.asp"><img src="/images/F-Artist-top-6.jpg" border=0 width=99 height=148 alt="image 6"></a>';
img[6]='<a href="/featuredartists-monahan.asp"><img src="/images/F-Artist-top-7.jpg" border=0 width=99 height=148 alt="image 7"></a>';



n=rand_number(7);  
document.write(img[n]);
}
// -->
