// JavaScript Document
function report_error() {
	return true;
}
window.onerror = report_error;

