function errorHandler(msg,url,linenumber){
	if(msg=="document.all has no properties"||msg=="lyrs has no properties")location.href=location;
	return true;
}

window.onerror = errorHandler;