	// Reporting Account Config
	com.mtvi.reporting.Account={
		name:'viamtvse',
		dynamic:'true',
		list:'viamtvsedev=mtvedev,mtv-d,mtv-q',
		filters:'javascript:,mtv.se,mtvi.com'
	};
	// Custom Reporting Call
	var dispatcher=new com.mtvi.reporting.Dispatcher();
	var myPageName=document.location.toString();
	myPageName=myPageName.replace("http://www.mtv.se/","");
	myPageName=myPageName.replace("http://mtv.se/","");
	dispatcher.setAttribute('pageName',myPageName);
	dispatcher.setAttribute('hier1',myPageName);
	dispatcher.setAttribute('channel','');
	dispatcher.sendCall();