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