var how_many_ads = 6 
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="3,465 Tattoos Download!";  
banner="http://www.intattoo.com/download/foot001.gif"; 
width="460"; 
height="130"; 
} 

if (ad==2) {   
url="http://www.intattoo.com/tattoos/tattoome-now-tattoos.html"; 
alt="3,465 Tattoos Download!";  
banner="http://www.intattoo.com/download/foot002.gif"; 
width="460"; 
height="130"; 
}   
  
if (ad==3) { 
url="http://www.intattoo.com/tattoos/printable-tattoos.html"; 
alt="3,465 Tattoos Download!";  
banner="http://www.intattoo.com/download/foot003.gif"; 
width="460"; 
height="130"; 
} 
if (ad==4) { 
url="http://www.intattoo.com/tattoos/tattoome-now-tattoos.html"; 
alt="3,465 Tattoos Download!";  
banner="http://www.intattoo.com/download/foot004.gif"; 
width="460"; 
height="130"; 
} 
if (ad==5) { 
url="http://www.intattoo.com/tattoos/printable-tattoos.html"; 
alt="3,465 Tattoos Download!";  
banner="http://www.intattoo.com/download/foot005.gif"; 
width="460"; 
height="130"; 
} 

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

  
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>'); 


