//individual page tracking implemented by johns
function getCurrentURI(){
	var s_index = document.location.href.toLowerCase().indexOf(".com/") + 4;
	var currentURI = document.location.href.toLowerCase().substr(s_index);
	return currentURI;
}
////////////////////////by johns

com.mtvi.reporting.Account={

		name:'tvland',

		dynamic:'true',

		list:'tvlanddev=mtvi',

		filters:'javascript:,tvland.com,mtvi.com'

	};

	var dispatcher=com.mtvi.reporting.Dispatcher;

	dispatcher.setAttribute("channel","TV Land");

	dispatcher.setAttribute("prop3",location.search.substring(1).split("&").join("|"));

	dispatcher.setAttribute("pageName",getCurrentURI());	

	dispatcher.sendCall();