var how_many_ads = 4 
var now = new Date() 
var sec = now.getSeconds() 
var ad = sec % how_many_ads; 
ad +=1; 
 
if (ad==1){ 
url="http://www.intattoo.com/reviews/"; 
alt="I've found the Pefect Tattoo on your website, and was able to locate parlors near me using your service. Keep up the good work!  ";  
albot="Read More...";
} 

if (ad==2) {   
url="http://www.intattoo.com/reviews/"; 
alt="Last night I signed up for the Life Time Subscription to your site andfrom what Ive seen its money well spent, awesome site!  ";  
albot="Visit it Now ...";
} 
  
if (ad==3) { 
url="http://www.intattoo.com/reviews/"; 
alt="Some fantastic art work! My son has found a very satisfactory tattoo which will be used to cover up an existing one.  ";  
albot="Get More Now...";
} 

if (ad==4) { 
url="http://www.intattoo.com/reviews/"; 
alt="I've found the Pefect Tattoo on your website, and was able to locate parlors near me using your service. Keep up the good work!  ";  
albot="Learn More...";
} 

document.write(alt + '<a href=\"' + url + '\" target=\"_top\" >'+albot+' </a>');
