// !!! Reload page
// add 1,2,3 'img'
var NumberOfAds = 4;
var now = new Date()
var sec = now.getSeconds()
var AdNumber = sec % NumberOfAds;
AdNumber +=1; if (AdNumber==1)
{ url="http://www.xxx-littleschoolgirls.com/index.html?id=2009288"; 
 Graphic="mak_little_schoolgirls1.jpg";
 width="320" 
 height="180"
 } if (AdNumber==2) { url="http://click.silvercash.com/?a=589394&p=1&s=48&r=1"; 
 Graphic="sil_teen_body1.jpg"; 
 width = "192"
 height = "265"
} if (AdNumber==3){ url="http://www.adultrevenueservice.com/re.php?s=TD&a=97381&cf=yes";
 Graphic="ars_teen_dreamer1.jpg"; 
 width = "200"
 height = "300"
} if (AdNumber==4){ url="http://www.maximumcash.com/cgi-bin/maxcash.cgi?id=spirit02&ps=ntteens";
 Graphic="kar_totally_teens1.jpg"; 
 width = "300"
 height = "176"}document.write('<center>');
document.write('<a href=\"' + url + '\">');document.write('<img src=\"' + Graphic + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('border=0>');
document.write('</a>');
document.write('</center>');


