var how_many_ads = 20;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://savalas.tv";
alt="Savalas.TV - Who loves ya, baby?";
banner="http://savalas.tv/ads/savalastv_468x60.gif";
width="468";
height="60";
}
if (ad==2) {
url="http://donsilvers.com/";
alt="Don Silvers - Kitchen Design with Cooking in Mind";
banner="http://donsilvers.com/images/banners/donsilvers_468x60.gif";
width="468";
height="60";
}
if (ad==3) {
url="http://kitchenappliances101.com";
alt="Kitchen Appliances 101";
banner="http://donsilvers.com/images/banners/ka101_468x60.gif";
width="468";
height="60";
}
if (ad==4) {
url="http://kitchendesignwithcookinginmind.com";
alt="Don Silvers - Kitchen Design with Cooking in Mind";
banner="http://donsilvers.com/images/banners/kdwcim_468x60.gif";
width="468";
height="60";
}
if (ad==5) {
url="http://moablive.com";
alt="Your source for Moab Live information";
banner="http://moablive.com/ads/banner_468x60.gif";
width="468";
height="60";
}
if (ad==6) {
url="http://jimmcgillis.com";
alt="Take the ride of your life at jimmcgillis.com";
banner="http://jimmcgillis.com/images/jimmcgillis_banner.gif";
width="468";
height="60";
}
if (ad==7) {
url="https://www.paypal.com/us/mrb/pal=2ANEBE5D4LV34";
alt="We recommend PayPal for secure online transactions.";
banner="http://images.paypal.com/en_US/i/bnr/paypal_mrb_banner.gif";
width="468";
height="60";
}
if (ad==8) {
url="http://urban-max.com";
alt="Visit Urban-Max.com";
banner="http://urban-max.com/images/links/urban-max.gif";
width="468";
height="60";
}
if (ad==9) {
url="http://gelson.net";
alt="Visit Gelson.net";
banner="http://gelson.net/ads/anibanner.gif";
width="468";
height="60";
}
if (ad==10) {
url="http://savalas.tv";
alt="Savalas.TV - Who loves ya, baby?";
banner="http://savalas.tv/ads/savalastv_468x60.gif";
width="468";
height="60";
}
if (ad==11) {
url="http://karoslaw.com";
alt="Visit KarosLaw.com - The Law Office of Constantine P. Karos";
banner="http://karoslaw.com/images/anibanner.gif";
width="468";
height="60";
}
if (ad==12) {
url="http://savalas.tv";
alt="Savalas.TV - Who loves ya, baby?";
banner="http://savalas.tv/ads/savalastv_468x60.gif";
width="468";
height="60";
}
if (ad==13) {
url="http://savalas.org";
alt="Savalas.org - Who loves ya, baby?";
banner="http://savalas.tv/ads/savalasorg_ani.gif";
width="468";
height="60";
}
if (ad==14) {
url="http://savalas.tv";
alt="Savalas.TV - Who loves ya, baby?";
banner="http://savalas.tv/ads/savalastv_468x60.gif";
width="468";
height="60";
}
if (ad==15) {
url="http://savalas.tv";
alt="Savalas.TV - Who loves ya, baby?";
banner="http://savalas.tv/ads/savalastv_468x60.gif";
width="468";
height="60";
}
if (ad==16) {
url="http://savalas.tv";
alt="Savalas.TV - Who loves ya, baby?";
banner="http://savalas.tv/ads/savalastv_468x60.gif";
width="468";
height="60";
}
if (ad==17) {
url="http://savalas.tv";
alt="Savalas.TV - Who loves ya, baby?";
banner="http://savalas.tv/ads/savalastv_468x60.gif";
width="468";
height="60";
}
if (ad==18) {
url="http://savalas.tv";
alt="Savalas.TV - Who loves ya, baby?";
banner="http://savalas.tv/ads/savalastv_468x60.gif";
width="468";
height="60";
}
if (ad==19) {
url="http://jamesmcgillis.com";
alt="Visit James McGillis.com";
banner="http://jamesmcgillis.com/ads/banner_468x60.gif";
width="468";
height="60";
}
if (ad==20) {
url="http://meditsearch.com";
alt="Visit Med IT Search";
banner="http://meditsearch.com/ads/anibanner_468x60.gif";
width="468";
height="60";
}
document.write('<p>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a><br>');
document.write('</p>');