var how_many_ads = 5;

var now = new Date()

var sec = now.getSeconds()

var ad = sec % how_many_ads;

var siteurl = "http://www.rotarycochin.org/";

ad +=1;

if (ad==1) {

url="http://www.skylinebuilders.com";

alt="Skyline Builders";

banner=siteurl+"img/4.gif";

width="288";

height="65";

}

if (ad==2) {

url="http://idreamz.biz/carrera_id.html";

alt="I-Dreamz";

banner=siteurl+"img/5.gif";

width="288";

height="65";

}

if (ad==3) {

url="http://www.mantraonline.net";

alt="Mantra";

banner=siteurl+"img/8.gif";

width="288";

height="65";

}

if (ad==4) {

url="http://www.goldensandholidays.com";

alt="Golden Sand";

banner=siteurl+"img/7.gif";

width="288";

height="65";

}

if (ad==5) {

url="http://www.wqube.com";

alt="Your Computers";

banner=siteurl+"img/6.gif";

width="288";

height="65";

}

document.write('<center>');

document.write('<a href=\"' + url + '\" target=\"_top\">');

document.write('<img src=\"' + banner + '\" width=')

document.write(width + ' height=' + height + ' ');

document.write('alt=\"' + alt + '\" border=0><br>');

document.write('</center>');// JavaScript Document