
function stopError() {
  return true;
}

window.onerror = stopError;

function window.onload(){
	window.print();
}
