window.onerror = function errorNot(msg, file, line) {
	if (msg.indexOf('Location.toString') == -1) {
		var i = new Image();
		i.src = 'http://www.apartmenthomeliving.com/tracktor/error?n=js&u='+encodeURIComponent(window.location.href)+'&m='+encodeURIComponent(msg)+'&f='+encodeURIComponent(file)+'&l='+line+'&r='+Math.floor(Math.random()*100001);
	}
};

