function fixError() {
	return true;
}

if (this.location.hostname.indexOf('192.168.0') == -1) {
	window.onerror = fixError;
} else {
	//alert ('running without fixerror');
}
//Get screenwidth for positioning
if (is.ie4up) {
	var pointLeft = parseInt(document.body.clientWidth/2 - 380);
	if (document.body.clientWidth < 760) {
		var pointLeft = 1; 
	}
}
if (is.nav4up) {
	var pointLeft = parseInt(window.innerWidth/2 - 380);
	if (window.innerWidth < 760) var pointLeft = 8;
}
if (alPos == 'left') pointLeft = 0;