<!-- Begin
var how_many_ads = 8;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt=""; 
url="http://www.tokyocandy.com/index.asp?ID=2971189";
alt="Please Visit My Sponsor!";
banner="http://www.kawaii.com/banners/pool/tc2.gif";
}
if (ad==2) {
txt=""; 
url="http://www.tokyocandy.com/index.asp?ID=2971189";
alt="Please Visit My Sponsor!";
banner="http://www.kawaii.com/banners/pool/ee.gif";
}
if (ad==3) {
txt=""; 
url="http://www.tokyocandy.com/index.asp?ID=2971189";
alt="Please Visit My Sponsor!";
banner="http://www.kawaii.com/banners/pool/tc1.gif";
}
if (ad==4) {
txt=""; 
url="http://www.tokyocandy.com/index.asp?ID=2971189";
alt="Please Visit My Sponsor!";
banner="http://www.kawaii.com/banners/pool/bb2.gif";
}if (ad==5) {
txt=""; 
url="http://www.hentaifactory.com/index.asp?ID=38242";
alt="Please Visit My Sponsor!";
banner="http://www.kawaii.com/banners/pool/hf1.gif";
}
if (ad==6) {
txt=""; 
url="http://www.hentaifactory.com/index.asp?ID=38242";
alt="Please Visit My Sponsor!";
banner="http://www.kawaii.com/banners/pool/hf2.gif";
}
if (ad==7) {
txt=""; 
url="http://www.hentaifactory.com/index.asp?ID=38242";
alt="Please Visit My Sponsor!";
banner="http://www.kawaii.com/banners/pool/hf3.gif";
}
if (ad==8) {
txt=""; 
url="http://www.hentaifactory.com/index.asp?ID=38242";
alt="Please Visit My Sponsor!";
banner="http://www.kawaii.com/banners/pool/hf4.gif";
}
document.write('<center>');

document.write('<a href=\"' + url + '\" target=\"_top\">');

document.write('<img src=\"' + banner + '\"');

document.write('alt=\"' + alt + '\" border=1><BR>');

document.write('<font type=\"helvetica,arial\" size=\"2\">' + txt + '</font></a>');

document.write('</center>');

// End -->