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

if (ad==1)
{
	id="1";
	url="http://foodservice.chef2chef.net/restaurant-supplies-equipment/restaurant-equipment/Restaurant_Ranges/index.htm";
	alt="";
	img="http://chef2chef.net/images/html/acemart/top-0.gif";
	width="120";
	height="120";
	border="0";
}

if (ad==2)
{
	id="2";
	url="http://foodservice.chef2chef.net/restaurant-supplies-equipment/restaurant-equipment/Dishwashers/index.htm";
	alt="";
	img="http://chef2chef.net/images/html/acemart/top-1.gif";
	width="120";
	height="120";
	border="0";
}

if (ad==3)
{
	id="3";
	url="http://foodservice.chef2chef.net/restaurant-supplies-equipment/restaurant-equipment/Reach_In_Refrigerators/index.htm";
	alt="";
	img="http://chef2chef.net/images/html/acemart/top-2.gif";
	width="120";
	height="120";
	border="0";
}

if (ad==4)
{
	id="4";
	url="http://foodservice.chef2chef.net/restaurant-supplies-equipment/restaurant-equipment/Floor_Fryers/index.htm";
	alt="";
	img="http://chef2chef.net/images/html/acemart/top-3.gif";
	width="120";
	height="120";
	border="0";
}

if (ad==5)
{
	id="5";
	url="http://foodservice.chef2chef.net/restaurant-supplies-equipment/restaurant-equipment/Modular_Ice_Machines/index.htm";
	alt="";
	img="http://chef2chef.net/images/html/acemart/top-4.gif";
	width="120";
	height="120";
	border="0";
}

if (ad==6)
{
	id="6";
	url="http://foodservice.chef2chef.net/restaurant-supplies-equipment/restaurant-equipment/Full_Size_Convection_Ovens/index.htm";
	alt="";
	img="http://chef2chef.net/images/html/acemart/top-5.gif";
	width="120";
	height="120";
	border="0";
}

if (ad==7)
{
	id="7";
	url="http://foodservice.chef2chef.net/restaurant-supplies-equipment/catering-supplies/index.htm";
	alt="";
	img="http://chef2chef.net/images/html/acemart/top-6.gif";
	width="120";
	height="120";
	border="0";
}

if (ad==8)
{
	id="8";
	url="http://foodservice.chef2chef.net/restaurant-supplies-equipment/restaurant-furniture/index.htm";
	alt="";
	img="http://chef2chef.net/images/html/acemart/top-7.gif";
	width="120";
	height="120";
	border="0";
}

if (ad==9)
{
	id="9";
	url="http://foodservice.chef2chef.net/restaurant-supplies-equipment/restaurant-furniture/index.htm";
	alt="";
	img="http://chef2chef.net/images/html/acemart/top-8.gif";
	width="120";
	height="120";
	border="0";
}

if (ad==10)
{
	id="10";
	url="http://foodservice.chef2chef.net/restaurant-supplies-equipment/restaurant-equipment/Kitchen_Sinks/index.htm";
	alt="";
	img="http://chef2chef.net/images/html/acemart/top-9.gif";
	width="120";
	height="120";
	border="0";
}

if (ad==11)
{
	id="11";
	url="http://foodservice.chef2chef.net/restaurant-supplies-equipment/kitchen-supplies/index.htm";
	alt="";
	img="http://chef2chef.net/images/html/acemart/top-10.gif";
	width="120";
	height="120";
	border="0";
}

if (ad==12)
{
	id="12";
	url="http://foodservice.chef2chef.net/restaurant-supplies-equipment/restaurant-equipment/Countertop_Warmers/index.htm";
	alt="";
	img="http://chef2chef.net/images/html/acemart/top-11.gif";
	width="120";
	height="120";
	border="0";
}

if (ad==13)
{
	id="13";
	url="http://foodservice.chef2chef.net/restaurant-supplies-equipment/restaurant-equipment/Stainless_Steel_Worktables/index.htm";
	alt="";
	img="http://chef2chef.net/images/html/acemart/top-12.gif";
	width="120";
	height="120";
	border="0";
}

if (ad==14)
{
	id="14";
	url="http://foodservice.chef2chef.net/restaurant-supplies-equipment/kitchen-supplies/Kitchen_Carts/index.htm";
	alt="";
	img="http://chef2chef.net/images/html/acemart/top-13.gif";
	width="120";
	height="120";
	border="0";
}

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