var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="http://www.monroecountychamber.org/banners/pages/buzz.htm";
alt="Monroe County Tennessee News Online.  Receive the entire publication 6 days a week!  Just $39!";
banner="http://www.monroecountychamber.org/banners/buzz01.jpg";
width="640";
height="80";
}
if (ad==2) {
url="http://www.monroecountychamber.org/new/pages/services.htm";
alt="Monroe County Chamber Business & Services Directory!  Find a business or service to fit your needs!";
banner="http://www.monroecountychamber.org/banners/chamberdirectory.gif";
width="640";
height="80";
}
if (ad==3) {
url="http://www.monroecountychamber.org/new/pages/banners01.htm";
alt="Chamber Members!  Advertise your Business or Upcoming Event Here!  As low as $55.00 per month!";
banner="http://www.monroecountychamber.org/banners/chamberad.gif";
width="640";
height="80";
}
if (ad==4) {
url="http://www.monroecountychamber.org/new/pages/banners02.htm";
alt="Chamber Members!  Advertise your Business or Upcoming Event Here!  6 Months or 1 Year!";
banner="http://www.monroecountychamber.org/banners/advertise01.jpg";
width="640";
height="80";
}
if (ad==5) {
url="http://www.monroecountychamber.org/banners/pages/marvon.htm";
alt="Marvon Pest Control";
banner="http://www.monroecountychamber.org/banners/marvon01.gif";
width="640";
height="80";
}
if (ad==6) {
url="http://www.monroecountychamber.org/banners/pages/tellicowest.htm";
alt="Let us host your next function, event, or meeting at the Tellico West Conference Center in Vonore!";
banner="http://www.monroecountychamber.org/banners/tellicowest01.jpg";
width="640";
height="80";
}
if (ad==7) {
url="http://www.monroecountychamber.org/banners/pages/mcfa.htm";
alt="Adopt your next pet... Spay and Neuter Information... Education and Awareness Information for Pet Owners...";
banner="http://www.monroecountychamber.org/banners/mcfa01.jpg";
width="640";
height="80";
}
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>');