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

if (ad==1)
{
	id="1";
	url="www.centraloutpost.com/donate.php";
	alt="Become a Central Outpost supporter";
	img="http://www.centraloutpost.com/images/misc/cnop_donate_banner.png";
	width="468";
	height="60";
	border="0";
}

if (ad==2)
{
	id="6";
	url="www.wolfetservers.com/";
	alt="Click Here!";
	img="http://www.wolfetservers.com/banners/468.png";
	width="468";
	height="60";
	border="0";
}

if (ad==3)
{
	id="7";
	url="www.deathskullarmy.com/";
	alt="Click Here!";
	img="http://www.deathskullarmy.com/forum/images/DSABanner.png";
	width="468";
	height="60";
	border="0";
}

if (ad==4)
{
	id="8";
	url="www.usmcclanmw2.com/";
	alt="Click Here!";
	img="http://www.centraloutpost.com/images/other/ad_usmc_468x60.jpg";
	width="468";
	height="60";
	border="0";
}

if (ad==5)
{
	id="6";
	url="www.wolfetservers.com/";
	alt="Click Here!";
	img="http://www.wolfetservers.com/banners/468.png";
	width="468";
	height="60";
	border="0";
}

if (ad==6)
{
	id="7";
	url="www.deathskullarmy.com/";
	alt="Click Here!";
	img="http://www.deathskullarmy.com/forum/images/DSABanner.png";
	width="468";
	height="60";
	border="0";
}

	
document.write("<a href=http://" + url + " target='_new'>");
document.write("<img src=" + img +" border=" + border + " width=" + width + " height=" + height + " alt='" + alt + "'>");
document.write("</a>");
