//Update these keys to use for specific site
//key = mlc:pageName : new Array(siteSection, pageTitle, contentType)
var _hbxKey = {
"/originalmovies/cow+belles:cow+belles+about":new Array("cow","about","regular"),
"/originalmovies/cow+belles:cow+belles+videos":new Array("cow","videos","videos"),
"/originalmovies/cow+belles:cow+belles+game":new Array("cow","game","activities"),
"/originalmovies/cow+belles:cow+belles+photos":new Array("cow","photos","photos"),
"/originalmovies/cow+belles:cow+belles+email":new Array("cow","email","email")
};


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="cow";
		cto.genre="movies"; 
		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
} 