var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1)
{
	id="5";
	url="bahamas-mon.com/comfortsuites";
	alt="Comfort Suites Paradise Island Bahamas";
	img="comfort_suites_ad.gif";
	width="209";
	height="53";
	border="0";
}

if (ad==2)
{
	id="5";
	url="bahamas-mon.com/comfortsuites";
	alt="Comfort Suites Paradise Island Bahamas";
	img="comfort_suites_ad.gif";
	width="209";
	height="53";
	border="0";
}

	
document.write("<a href=http://www.bahamas-mon.com/cgi-local/banners/banners.pl?id=" + id + "&url=" + url +">");
document.write("<img src=http://www.bahamas-mon.com/banners/" + img + " border=" + border + " width=" + width + " height=" + height + " alt='" + alt + "'>");
document.write("</a>");
