cto=new CTO();
//cto.h.mlc="/college+road+trip/multimedia/gallery";	// <- hbx
//cto.h.pageName="gallery";								// <- hbx
cto.account="videocom";
cto.category="mov";
cto.site="tvhits";
cto.siteSection="home_improvement";
cto.pageName="home";
cto.contentType="regular";
cto.property="";
cto.genre="main";
cto.track();//Required. Do not remove.


function trackExitOmniture(id) {
	lid = exitArray[id]
	cto.trackType="linkTrack";
	cto.linkId=lid;
	cto.track();
}


function trackOmniture(id)
{
	id = int(id)
	ss = siteSectionArray[id] 
	pn = pageTitleArray[id]
	ct = contentTypeArray[id]
	// Omniture
	cto.linkId="";
	cto.trackType = "pageView";
	cto.siteSection = ss;
	cto.pageName = pn;
	cto.contentType = ct;
	// HitBox
	// cto.h.pageName = hb_pn;
	// cto.h.mlc = hb_mlc;
	cto.track();
}

pageTitleArray = new Array()
//
	
	
siteSectionArray = new Array()

	          

contentTypeArray = new Array()



exitArray = new Array()
	
