var how_many_ads = 1;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1)
{
	id="1";
	url="http://click.linksynergy.com/fs-bin/click?id=*IPF621098M&offerid=18484.10000004&subid=0&type=4";
	alt="Pfaelzer Brothers";
	img="http://ad.linksynergy.com/fs-bin/show?id=*IPF621098M&bids=18484.10000004&subid=0&type=4";
	width="125";
	height="125";
	border="0";
}

document.write("<a href=" + url + " target=" + "_blank" +">");
document.write("<img src=" + img + " border=" + border + " width=" + width + " height=" + height + " alt='" + alt + "'>");
document.write("</a>");
