var how_many_ads = 5; //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="Hugglebunny.COM";
	url="http://www.hugglebunny.com/";
	alt="A personal Christian site containing writings, reviews, animated flash comics, anime music videos, and free web graphics.";
	banner="http://www.hugglebunny.com/images/hbbutton7.jpg";
}

if (ad==2) {
	site="EA Blevins";
	url="http://eablevins.net/";
	alt="";
	banner="http://www.eablevins.net/skins/1/eab-button.png";
}

if (ad==3) {
	site="Christian Anime Reviews";
	url="http://www.hugglebunny.com/animereviews/";
	alt="Anime reviews for Christians. Know what you\'re watching.";
	banner="http://www.hugglebunny.com/animereviews/CARbutton.gif";
}

if (ad==4) {
	site="Beth Comics";
	url="http://hugglebunny.com/bethcomics/";
	alt="Original cute comic strips!";
	banner="http://hugglebunny.com/images/hbbutton2.gif";
}

if (ad==5) {
	site="Letters from Birdfall";
	url="http://birdfall.blogspot.com/";
	alt="Warcraft girl gamer venting.";
	banner="http://i84.photobucket.com/albums/k24/iryl/bf-button.png";
}


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.hugglebunny.com/buttonexchange.php" target=_blank title="Hugglebunny Button Rotation">');
document.write('<img src=http://www.hugglebunny.com/buttons/HBrotationbar2.gif border=0></a><br>');
