var how_many_ads = 8; //this is how many ads you have
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

//start the ads

if (ad==1) {
	site="Nanashi-Inc.Net";
	url="http://www.nanashi-inc.net/";
	alt="Personal site of Joana. Features my art, fiction, essays, blog and much more.";
	banner="http://nanashi-inc.net/lm06.jpg";
}

if (ad==2) {
	site="Da Man a Yamato Ishida Page (DMYIP)";
	url="http://www.nanashi-inc.net/~dmyip/";
	alt="Fanshrine dedicated to Yamato Ishida of Digimon Adventure seasons 01 & 02.";
	banner="http://nanashi-inc.net/~dmyip/lm11.gif";
}

if (ad==3) {
	site="Darkness Wave";
	url="http://www.nanashi-inc.net/~dw/";
	alt="Fanshrine dedicated to LadyDevimon of Digimon Adventure.";
	banner="http://www.nanashi-inc.net/~dw/but_dw12.gif";
}

if (ad==4) {
	site="Memory Shrine";
	url="http://www.nanashi-inc.net/alice";
	alt="Fanshrine dedicated to Alice McCoy of Digimon Tamers (season 03).";
	banner="http://nanashi-inc.net/alice/msd1.gif";
}


if (ad==5) {
	site="Got A Problem";
	url="http://nanashi-inc.net/ah/";
	alt="Haters-Anime hatelisting because senseless hating of anime just sucks.";
	banner="http://nanashi-inc.net/ah/cd02.jpg";

}

if (ad==6) {
	site="Fanatic Otaku";
	url="http://fanatic.nanashi-inc.net/";
	alt="my Fanlisting/Hatelisting collective";
	banner="http://fanatic.nanashi-inc.net/lm16.gif";

}

if (ad==7) {
	site="Love & Loathe";
	url="http://xchange.nanashi-inc.net/";
	alt="a 75x50 button rotation for all fan/hate/taboo/physical listings";
	banner="http://xchange.nanashi-inc.net/link02.jpg";

}

if (ad==8) {
	site="The Symposium";
	url="http://review.nanashi-inc.net/";
	alt="The blog of a bookworm. Updated frequently, this blog strives to give honest and quality reviews of the latest novels out there. ";
	banner="http://review.nanashi-inc.net/link03.jpg";

}

document.write('<a href=\"' + url + '\" target=\"_blank\" title=\"' + site + ':  ' + alt + '\">');
document.write('<img src=\"' + banner + '\" border=0 width=88 + height=31></a><br>')
document.write('<a href="http://www.nanashi-inc.net/" target=_blank title="Nanashi-Inc.Net Rotation">');
document.write('<img src=http://www.nanashi-inc.net/netrotation.gif border=0></a><br>');