// suppress JavaScript errors - must be turned off during testing --> 

function errorsuppressor(){
	return true
}

window.onerror=errorsuppressor


