// Disable Javascript Errors (ReadSpeaker script)
function noError() {
	return true;
}

window.onerror = noError;
