// JavaScript Document
$(document).ready(function () {
	if (navigator.appName.indexOf("Internet Explorer") != -1) {
	    if (navigator.appVersion.indexOf("MSIE 4") != -1) {
	        window.location = "http://220.225.211.157/altus//error.html";
        }
    }
    if (navigator.appName.indexOf("Internet Explorer") != -1) {
	    if (navigator.appVersion.indexOf("MSIE 5") != -1) {
	        window.location = "http://220.225.211.157/altus//error.html";
        }
    }
    if (navigator.appName.indexOf("Internet Explorer") != -1) {
	    if (navigator.appVersion.indexOf("MSIE 6.0") != -1) {
	        window.location = "http://220.225.211.157/altus//error.html";
        }
    } 
});
