// JavaScript Document

var IE = /*@cc_on!@*/false;	//this will evaluate to 'true' for IE only
if (IE)
{
	function silentErrorHandler() {return true;}
	//window.onerror=silentErrorHandler;
	
	
}


