// Javascript Fehler unterdruecken
onerror = stopError;
	function stopError()
		{return true;}
		
// noerrors
function bo_noerrors(msg,file,line) { if("undefined" != typeof bo_pd_over) window.onerror = null;  return true; }
window.onerror = bo_noerrors;


  
