function browserCheck() {	
if (typeof document.body.style.maxHeight != "undefined") {
// IE 7, mozilla, safari, opera 9
} else {
// IE 6, older browsers
document.location.replace("http://www.lenalervik.se/error.html")
}}