var how_many_ads = 12;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
// if (ad==number) {
//url="Enter the link this should go to";
//alt="Enter alt text that loads in case the image doesn't";
//image="Enter the link to the image. Then you're finished!";
//}
if (ad==1) {
url="index.php";
alt="";
image="images/2.jpg";
}
if (ad==2) {
url="index.php";
alt="";
image="images/2.jpg";
}
if (ad==3) {
url="index.php";
alt="";
image="images/3.jpg";
}
if (ad==4) {
url="index.php";
alt="";
image="images/4.jpg";
}
if (ad==5) {
url="index.php";
alt="";
image="images/5.jpg";
}
if (ad==6) {
url="index.php";
alt="";
image="images/6.jpg";
}
if (ad==7) {
url="index.php";
alt="";
image="images/7.jpg";
}
if (ad==8) {
url="index.php";
alt="";
image="images/8.jpg";
}
if (ad==9) {
url="index.php";
alt="";
image="images/9.jpg";
}
if (ad==10) {
url="index.php";
alt="";
image="images/10.jpg";
}
if (ad==11) {
url="index.php";
alt="";
image="images/2.jpg";
}
if (ad==12) {
url="index.php";
alt="";
image="images/11.jpg";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + image + '\"'); 
// width=');
document.write('border=\"0\"');
//document.write('width=\"20\" height=\"75\" align=\"BOTTOM\" border=\"0\" natu$
document.write('alt=\"' + alt + '\"></a><br>');
//document.write(width + ' height=' + height + ' ');  
//document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
// -->


