var number_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % number_ads;
ad +=1;

if (ad==1) {
	site="Kawaii Exchange";
	url="hhttp://topsites.kawaiiexchange.com";
	alt="kawaiiexchange.com";
	button="http://topsites.kawaiiexchange.com/button.php?u=moonzkie";
}

if (ad==2) {
	site="cuteboo";
	url="http://cuteboo.gotop100.com/in.php?ref=108";
	alt="cuteboo.com";
	button="http://i666.photobucket.com/albums/vv27/blisshaven/86840.png";
}

if (ad==3) {
	site="gr8sh";
	url="http://www.ii07.com/";
	alt="www.ii07.com/";
	button="http://i225.photobucket.com/albums/dd261/gr8sh/thisisgr8sh.gif";
}

document.write('<a href=\"' + url + '\" target=_blank title=\"' + site + ':  ' + alt + '\">');
document.write('<img src=\"' + button + '\" border=0 width=88 + height=31 /></a><br>')
document.write('');