
var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

width="744";
height="150";

if (ad==1) {
url="htmlindex3.html";
alt="Welcome to Roussis Reptiles";
banner="images/TopPic2.jpg";
}
if (ad==2) {
url="htmlindex3.html";
alt="Welcome to Roussis Reptiles";
banner="images/TopPic3.jpg";
}
if (ad==3) {
url="htmlindex3.html";
alt="Welcome to Roussis Reptiles";
banner="images/TopPic4.jpg";
}
if (ad==4) {
url="htmlindex3.html";
alt="Welcome to Roussis Reptiles";
banner="images/TopPic5.jpg";
}
if (ad==5) {
url="htmlindex3.html";
alt="Welcome to Roussis Reptiles";
banner="images/TopPic6.jpg";
}
if (ad==6) {
url="htmlindex3.html";
alt="Welcome to Roussis Reptiles";
banner="images/TopPic11.jpg";
}
if (ad==7) {
url="htmlindex3.html";
alt="Welcome to Roussis Reptiles";
banner="images/TopPic8.jpg";
}
if (ad==8) {
url="htmlindex3.html";
alt="Welcome to Roussis Reptiles";
banner="images/TopPic9.jpg";
}
if (ad==9) {
url="htmlindex3.html";
alt="Welcome to Roussis Reptiles";
banner="images/TopPic12.jpg";
}


document.write('<left>');
<!--document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0 usemap=\"#lilarrow\"><br>');
document.write('</left>');

document.write('<map name="lilarrow">');
document.write('<area shape=\"rect\" coords=\"718,105,746,132\" href=\"' + url + '\">');