	var how_many_ads = 6;
	var now = new Date()
	var sec = now.getSeconds()
	var ad = sec % how_many_ads;
	ad +=1;
	if (ad==1) {
		url="/husky_liners.html";
		alt="Protect your vehicle's floor with a set of Husky Liners today.";
		banner="/images/banner_husky_liners.gif";
		width="300";
		height="90";
	}
	if (ad==2) {
		url="/extang_blackmax.html";
		alt="BlackMax tonno covers are a super value";
		banner="/images/banner_extang_blackmax.gif";
		width="300";
		height="90";
	}
	if (ad==3) {
		url="/tonneau_covers.html";
		alt="Protect your investment today. Buy a tonneau cover.";
		banner="/images/banner_tonneau.gif";
		width="300";
		height="90";
	}
	if (ad==4) {
		url="/TH_Guards.html";
		alt="Buy a Tal & Hadas brush guard, and we'll pay the freight!";
		banner="/images/banner_tal_and_hadas.gif";
		width="300";
		height="90";
	}
	if (ad==5) {
		url="/nerf_bars_no-name.html";
		alt="AnythingTruck.com No-Name nerf bars are covered by a lifetime warranty";
		banner="/images/banner_no-name-nerf-bars.gif";
		width="300";
		height="90";
	}
	if (ad==6) {
		url="/TH_Guards.html";
		alt="Buy a Tal & Hadas brush guard, and we'll pay the freight!";
		banner="/images/banner_tal_and_hadas.gif";
		width="300";
		height="90";
	}
	document.write('<center>');
	document.write('<a href=\"' + url + '\" target=\"_top\">');
	document.write('<img src=\"' + banner + '\" width=')
	document.write(width + ' height=' + height + ' ');
	document.write('alt=\"' + alt + '\" border=0><br>');
	document.write('</center>');
