var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;

ad +=1;

if (ad==1) {
	url="subscribe.php";
	alt="Subscribe to Sound Nation";
	banner="img/banners/subscribe.gif";
	width="499";
	height="103";
}

if (ad==2) {
	url="contact.php";
	alt="News & Stories";
	banner="img/banners/news.gif";
	width="499";
	height="103";
}
if (ad==3) {
	url="subscribe.php";
	alt="Subscribe to Sound Nation";
	banner="img/banners/signup1.gif";
	width="499";
	height="103";
}
if (ad==4) {
	url="http://www.welshmusicfoundation.com/directory/index.php?p=30";
	alt="Banner";
	banner="img/banners/directory.gif";
	width="499";
	height="103";
}
if (ad==5) {
	url="http://www.welshmusicfoundation.com";
	alt="Welsh Music Foundation";
	banner="img/banners/foundation.gif";
	width="499";
	height="103";
}
//document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=\"0\"></a>');
//document.write('</center>');

// End -->
