// Hold all jscript errors
function stopError()
{
	return true;
}
window.onerror = stopError;