// suppress javascript errors

function stop_error() {

		return true;

	}

		window.onerror = stop_error;

		window.onError = stop_error;
