//Update these keys to use for specific site
//key = mlc:pageName : new Array(siteSection, pageTitle, contentType)
var _hbxKey = {
"/pass+the+plate/index:pass+the+plate+index":new Array("ptp","recipes","regular"),
"/pass+the+plate/food+facts:food+facts+index":new Array("ptp","food_facts","regular"),
"/pass+the+plate/videos:videos+index":new Array("ptp","videos","videos"),
"/pass+the+plate/talent+bios:talent+bios+index":new Array("ptp","talent_bios","regular"),
"/pass+the+plate/activities:activities+index":new Array("ptp","activities","activities")
};

function pageTrack(pn,mlc,account){
	try{
		var omnivalue = _hbxKey[mlc+":"+pn];
		cto.h.mlc=mlc;
		cto.h.pageName=pn;
		cto.account="dcndisneychannel";
		cto.category="dtv";
		cto.site="dch";
		cto.siteSection=omnivalue[0];
		cto.pageName=omnivalue[1];
		cto.contentType=omnivalue[2];
		cto.property="";
		cto.track();
	}
	catch(err)
	{
		/* Use these while developing, comment it out when finish
		   Viwer don't need to see these stuff */

		//alert("Please update _hbxKey");
		//document.write(mlc + ":" + pn);
	}
}
hitbox = new function hitboxObj(){
	this.Set_hbPageView = pageTrack
	this.Set_hbLink = pageTrack
} 