com.mtvi.reporting.Account={
		name:'viamtvtr3s',
		dynamicAccountSelection:'true',
		dynamicAccountList:'viamtvtr3sdev=mtvtr3s-d,mtvtr3s-q,facesofmtvtr3s-d,facesofmtvtr3s-q',
		linkInternalFilters:'javascript:,mtvtr3s.com,mtvi.com,facesofmtvtr3s.com',
		/**
		trackExternalLinks: true,
		**/
		trackDownloadLinks: true
	};
	var ext_pathName = "/playlist" + window.location.pathname;
	
	if (ext_pathName.indexOf(".html") == -1 && ext_pathName.indexOf(".php") == -1 && ext_pathName.indexOf(".htm") == -1) {
		var lastChar = ext_pathName.charAt(ext_pathName.length - 1);
		
		if (lastChar == "/") ext_pathName += ("index.htm");
		else ext_pathName += ("/index.htm");
		
		}
	
	var dispatcher=new com.mtvi.reporting.Dispatcher();
	dispatcher.setAttribute("channel","mtvtr3s");
	dispatcher.setAttribute("pageName",ext_pathName);
	dispatcher.setAttribute("hier1",ext_pathName.substring(1));
	dispatcher.setAttribute("prop17","mtvtr3s");
	//dispatcher.setDefaultData();
	dispatcher.send();
	
	
	
	
	
	
	function sendReportingCall_SWF(url) {
	
	
	var dispatcher=new com.mtvi.reporting.Dispatcher();
	dispatcher.setAttribute("channel","mtvtr3s");
	dispatcher.setAttribute("pageName",url);
	dispatcher.setAttribute("hier1",url.substring(1));
	dispatcher.setAttribute("prop17","mtvtr3s");
	dispatcher.send();
	
	
	
	}