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

if (ad==1)
{
	id="3";
	url="www.veren.com";
	alt="Value Added Custom Web Page Design and Hosting Services";
	img="eehdesign.jpg";
	width="468";
	height="60";
	border="0";
}

if (ad==2)
{
	id="4";
	url="www.celtictreasures.com";
	alt="Shop Celtic Treasures";
	img="bn-celtictreasures.jpg";
	width="468";
	height="60";
	border="0";
}

if (ad==3)
{
	id="7";
	url="www.verenservices.com";
	alt="Value Added Custom Web Page Design and Hosting Services";
	img="VerenServices2.jpg";
	width="468";
	height="60";
	border="0";
}

if (ad==4)
{
	id="8";
	url="www.bettysfunnyfarm.com";
	alt="Betty's Funny Farm";
	img="betty-logo2.jpg";
	width="468";
	height="60";
	border="0";
}

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