
// * ============================================================== *
// Catch Errors
// * ============================================================== *
function stopError()
	{
	// return false; 	// Production
	return true;		// Live
	}
window.onerror = stopError;
// * ============================================================== *
// Catch Errors
// * ============================================================== *
