<!-- //

/* 

	This function will supress all JS errors on most browsers.

	If you are developing JS and need the error messages, move the below comment to between
	lines 15 and 16.

*/

function handleError() {
	return true;
}

window.onerror = handleError;
//-->
