var olderror = window.onerror;
window.onerror = function(message, url, line) {
	return true;
}
