	//override the default error handler
	window.onerror = handleError;
	function handleError() {
		return true;
	}

