var how_many_ads = 8 
var now = new Date() 
var sec = now.getSeconds() 
var ad = sec % how_many_ads; 
ad +=1; 
 
if (ad==1){ 
url="http://www.intattoo.com/tattoos/printable-tattoos.html"; 
alt="Tattoos Download!";  
banner="http://www.intattoo.com/download/top001.gif"; 
width="476"; 
height="119"; 
} 

if (ad==2) {   
url="http://www.intattoo.com/tattoos/tattoome-now-tattoos.html"; 
alt="Tattoos Download!";  
banner="http://www.intattoo.com/download/top002.jpg"; 
width="476"; 
height="119"; 
} 
  
if (ad==3) { 
url="http://www.intattoo.com/tattoos/printable-tattoos.html"; 
alt="Tattoos Download!";  
banner="http://www.intattoo.com/download/top003.jpg";  
width="476"; 
height="119"; 
} 
if (ad==4) { 
url="http://www.intattoo.com/tattoos/tattoome-now-tattoos.html"; 
alt="Tattoos Download!";  
banner="http://www.intattoo.com/download/top004.jpg";  
width="476"; 
height="119"; 
} 
if (ad==5) { 
url="http://www.intattoo.com/tattoos/printable-tattoos.html"; 
alt="Tattoos Download!";  
banner="http://www.intattoo.com/download/top005.jpg";  
width="476"; 
height="119"; 
} 

if (ad==6) { 
url="http://www.intattoo.com/tattoos/tattoome-now-tattoos.html"; 
alt="3,465 Tattoos Download!";  
banner="http://www.intattoo.com/download/top006.jpg";  
width="476"; 
height="119"; 
} 

if (ad==7) { 
url="http://www.intattoo.com/pdf.html"; 
alt="Free Tattoo ebook Download!";  
banner="http://www.intattoo.com/download/top007.jpg";  
width="476"; 
height="119"; 
} 

if (ad==8) { 
url="http://www.intattoo.com/pdf.html"; 
alt="free Tattoos ebook Download!";  
banner="http://www.intattoo.com/download/top007.jpg";  
width="476"; 
height="119"; 
} 
  
document.write('<a href=\"' + url + '\" target=\"_blank\">'); 
document.write('<img src=\"' + banner + '\" width=') 
document.write(width + ' height=' + height + ' '); 
document.write('alt=\"' + alt + '\" border=0></a>'); 


