// !!! 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.eroticentertainment.com/XXX/karas-adult-playground/"; 
 Graphic="../banner/kasoftwhite.gif"; 
 target = "_blank"
 width = "360" 
 height = "60"
 } if (AdNumber==2) { url="http://www.eroticentertainment.com/XXX/fetish-hotel/"; 
 Graphic="../banner/fhbon007.gif"; 
 width = "360" 
 height = "60"
} if (AdNumber==3){ url="http://www.eroticentertainment.com/XXX/international-bikini/";
 Graphic="../banner/ibsoft001.gif"; 
 width = "360" 
 height = "60"
} if (AdNumber==4){ url="http://www.eroticentertainment.com/XXX/oral-addiction/";
 Graphic="../banner/oasoft001.jpg"; 
 width = "360" 
 height = "60"}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>');


