function killErrors() {return true;}window.onerror = killErrors;
var where = ""; // which link
function checkwhere(e) {
if (document.layers){
xCoord = e.x;
yCoord = e.y;
}
else if (document.all){
xCoord = event.clientX;
yCoord = event.clientY;
}
else if (document.getElementById){
xCoord = e.clientX;
yCoord = e.clientY;
}
where += ","+ (xCoord+document.body.scrollLeft) + "|"+(yCoord+document.body.scrollTop);
}
document.onclick = checkwhere;
window.onbeforeunload = dohttpsrc;
var dohref= window.location.href;

function dohttpsrc()
{

	if(where!="")
	{
		var dohttp = "http://pv.mediav.com/t?type=3&db=mediav&jzqh="+dohref+"&jzqs="+advsite+"&jzqt=evnt&jzqsc="+screen.width+"|"+screen.height+"&jzqclickpath="+where;
		document.getElementById("schttp").src=dohttp;
		where="";
	}
	setTimeout("dohttpsrc()",10*1000);
}
setTimeout("dohttpsrc()",10*1000);
document.write("<iframe id='schttp' width=0 height=0 src=''></iframe>");
