<!-- Begin

var how_many_ads = 11;

var now = new Date()

var sec = now.getSeconds()

var ad = sec % how_many_ads;

ad +=1;

if (ad==1) {

txt="Tours";

url="tours.html";

alt="Tours";

banner="artwork/template/top_pic_1.gif";

width="480";

height="146";

}

if (ad==2) {

txt="Tours"; 

url="tours.html";

alt="Tours";

banner="artwork/template/top_pic_2.gif";

width="480";

height="146";

}

if (ad==3) {

txt="Tours"; 

url="tours.html";

alt="Tours";

banner="artwork/template/top_pic_3.gif";

width="480";

height="146";

}

if (ad==4) {

txt="Tours"; 

url="tours.html";

alt="Tours";

banner="artwork/template/top_pic_4.gif";

width="480";

height="146";

}

if (ad==5) {

txt="Tours"; 

url="tours.html";

alt="Tours";

banner="artwork/template/top_pic_5.gif";

width="480";

height="146";

}

if (ad==6) {

txt="Tours"; 

url="tours.html";

alt="Tours";

banner="artwork/template/top_pic_6.gif";

width="480";

height="146";

}

if (ad==7) {

txt="Tours"; 

url="tours.html";

alt="Tours";

banner="artwork/template/top_pic_7.gif";

width="480";

height="146";

}

if (ad==8) {

txt="Tours"; 

url="tours.html";

alt="Tours";

banner="artwork/template/top_pic_8.gif";

width="480";

height="146";

}

if (ad==9) {

txt="Tours"; 

url="tours.html";

alt="Tours";

banner="artwork/template/top_pic_9.gif";

width="480";

height="146";

}

if (ad==10) {

txt="Tours"; 

url="tours.html";

alt="Tours";

banner="artwork/template/top_pic_10.gif";

width="480";

height="146";

}

if (ad==11) {

txt="Tours"; 

url="tours.html";

alt="Tours";

banner="artwork/template/top_pic_11.gif";

width="480";

height="146";

}



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

// End -->
