function DoNothing()
{
	return true;
}

window.onerror = DoNothing
