//PLEASE DO NOT REMOVE THIS CODE
//Pulling in variables for image name, category number and wl number...
var CatName1 = document.HomeCatForm.CatName1.value;
var CatNum1 = document.HomeCatForm.CatNum1.value;
var Count1 = document.HomeCatForm.Count1.value;
var ProdNbr1 = document.HomeProdForm.ProdNbr1.value;
var AuNbr1 = document.HomeProdForm.AuNbr1.value;

var MerchantRefNum = document.HomeCatForm.MerchantRefNum.value;

if(Count1 == 1)
{
	var theUrl = "/cgi-bin/ncommerce3/ProductDisplay?prrfnbr="+ ProdNbr1 +"&prmenbr="+ MerchantRefNum +"&aunbr="+ AuNbr1+"&topcat=Y";
}
else
{
	var theUrl = "/cgi-bin/ncommerce3/CategoryDisplay?cgrfnbr="+ CatNum1 +"&cgmenbr="+ MerchantRefNum;
}

document.write('<table border=0 cellpadding=0 cellspacing=0><tr><td><map name="main_feature"><area alt="See more auctions" coords="566,0,750,27" href="/cgi-bin/ncommerce3/CategoryDisplay?cgmenbr='+ MerchantRefNum +'&cgrfnbr=67772620&ctype=top"><area alt="Current auction" coords="8,27,750,260" href="'+ theUrl +'"></map><img src="http://pics1.truition.com/images/p2/wl/starwood07/img/featured_'+ CatName1 +'.jpg" width="758" height="260" border="0" usemap="#main_feature"></td></tr></table>');
