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/pdf.html"; 
alt="3,465 Tattoos Download!";  
banner="http://www.intattoo.com/download/left001.gif"; 
width="128"; 
height="128"; 
} 

if (ad==2) {   
url="http://www.intattoo.com/tattoos/printable-tattoos.html"; 
alt="Get Your Dream Tattoo";  
banner="http://www.intattoo.com/download/left002.jpg"; 
width="128"; 
height="128"; 
} 
  
if (ad==3) { 
url="http://www.intattoo.com/tattoos/tattoome-now-tattoos.html"; 
alt="Thousands of Tattoo Designs!";  
banner="http://www.intattoo.com/download/left003.gif"; 
width="128"; 
height="128"; 
} 

if (ad==4) { 
url="http://www.intattoo.com/tattoos/printable-tattoos.html"; 
alt="Thousands of Tattoo Photos!";  
banner="http://www.intattoo.com/download/left004.jpg"; 
width="128"; 
height="128"; 
} 

if (ad==5) { 
url="http://www.intattoo.com/tattoos/tattoome-now-tattoos.html"; 
alt="Print out and bring to your favorite artist!";  
banner="http://www.intattoo.com/download/left005.gif"; 
width="128"; 
height="128"; 
} 

if (ad==6) { 
url="http://www.intattoo.com/tattoos/printable-tattoos.html"; 
alt="Make new friends with like-minded people";  
banner="http://www.intattoo.com/download/left006.jpg"; 
width="128"; 
height="128"; 
} 

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


