var ad_count =16;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % ad_count;
ad +=1;

if (ad==1) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/new-for-you/top-sellers/-/apparel";
alt="apparel";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}
if (ad==2) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/browse/-/549066/hot/1";
alt="Hot Books";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}
if (ad==3) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/browse/-/538588";
alt="CDs";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}
if (ad==4) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/browse/-/286723";
alt="DVDs";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}
if (ad==5) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/browse/-/496918";
alt="Electronics";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}
if (ad==6) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/new-for-you/top-sellers/-/gourmet-food";
alt="Gourmet Food";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}
if (ad==7) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/stores/static/-/hi/bestsellers";
alt="Best Sellers";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}
if (ad==8) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/new-for-you/top-sellers/-/jewelry";
alt="Jewelry";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}
if (ad==9) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/stores/static/-/garden/bestsellers";
alt="Garden";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}
if (ad==10) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/browse/-/526546/";
alt="Outlet";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}
if (ad==11) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/browse/-/498166/";
alt="Photo";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}
if (ad==12) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/browse/-/294964";
alt="Software";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}
if (ad==13) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/new-for-you/top-sellers/-/sporting-goods";
alt="Sporting Goods";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}
if (ad==14) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/browse/-/909656/";
alt="Deals";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}
if (ad==15) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/browse/-/286721";
alt="Videos";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}
if (ad==16) {
url="http://www.amazon.com/exec/obidos/redirect?tag=theadventur0e-20&path=tg/browse/-/508496/";
alt="Wireless";
banner="http://www.southwest-ga.com/images/us_banner_logob.gif";
width="120";
height="60";
}

document.write('<center>');
document.write('<a href="' + url + '" target="_blank">');
document.write('<img src="' + banner + '" width='+ width + ' height=' + height + ' alt="' + alt + '" border=0><br>');
document.write('</center>');