
// Reporting Account Config
com.mtvi.reporting.Account={
	name:'cmtvia',
	dynamic:'true',
	list:'cmtviadev=cmt-d,cmt-q,inhouse',
	filters:'javascript:,cmt.com,mtvi.com,inhouse',
	trackExternalLinks:true,
	trackInlineStats:true
};
//reportVideo('mcmadness','testVideoTitle');

var dispatcher=new com.mtvi.reporting.Dispatcher();
com.mtvi.util.addOnloadEvent(function(){dispatcher.registerLinks()});
com.mtvi.config.SectionSetup=com.mtvi.util.queryStringToHash(mep1,"&");
com.mtvi.config.qs=com.mtvi.util.queryStringToHash(window.location.search);

function reportVideo(a_section, a_videoTitle){
	if(com.mtvi.util.isDefined(a_section) && com.mtvi.util.isDefined(a_videoTitle)){
		var c_pageName='video/'+a_section+'/'+a_videoTitle;
		//-->clear props here
		dispatcher.setAttribute('pageName',c_pageName);
		dispatcher.setAttribute('channel','video');
		dispatcher.setAttribute('hier2',c_pageName);
		dispatcher.sendCall();
	}
}

//comScore Patch
var __cs_c1 = 2;
var __cs_c2 = "6036034";
var __cs_c3 = "";
var __cs_c4 = location.host+location.pathname;
var __cs_c5 = "20000";
var __cs_c6 = "";
var __cs_c15 = "";
var __cs_params = ["c1=", __cs_c1, "&c2=", __cs_c2, "&c3=", __cs_c3, "&c4=", __cs_c4, "&c5=", __cs_c5, "&c6=",
__cs_c6, "&c15=", __cs_c15].join('');
document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") +
".scorecardresearch.com/beacon.js?" + __cs_params +"' %3E%3C/script%3E"));

