var agt=navigator.userAgent.toLowerCase();


if (agt.indexOf('safari') == -1) {

	if (window.name != "ci") {    
   		if (parseInt(navigator.appVersion) > 3) {top.location.replace('http://www.iweco.de/index.html') } 
     		 else { top.location.href='http://www.iweco.de/default.html' }
	}
	
}

