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