

// HPD Tracking Supplemental
var s_account="ahmracingprod";

function hpdTrackPage(sPageName,sSectionName) {
	s.pageName=sPageName;
	s.channel="HPD";
	s.prop25=self.location.href;
	s.prop26=sSectionName;
	s.prop27="DEFAULT";
	s.prop37=s.channel+":"+s.prop26+":"+s.prop27+":"+s.pageName;
	s.eVar26=s.prop26;
	s.eVar27=s.prop27;
	s.t()
}

function hpdTrackLink(sPageLinkName,sLinkType) {
	s.linkTrackVars="prop26,prop27,prop37,eVar26,eVar27"; 
	s.tl(true,sLinkType,s.channel+":"+s.prop26+":"+s.prop27+":"+sPageLinkName)
}

