function analytics_setPageInfo() {
	s.channel="DEALS"
	s.prop50="DEALS:SWA"
	s.pageName = "DEALS:SWA:Deals Detail Page";
}

function analytics_setPageParametersWithDetail(dealDetailID, productType)
{
	s.prop36 = dealDetailID;
	s.eVar36 = dealDetailID;
//	alert("s.prop36 = " + s.prop36);
//	alert("s.eVar36 = " + s.eVar36);
//    alert("dealId = " + dealDetailID + "\n"
//            + "productType = " + productType + "\n");
  if (analyticsDisabled) return;

  // We will add the appropriate Omniture variable assignments at this point - for now, this is just a stub

}