
//var isMSIE = /*@cc_on!@*/false;

function detect_ie6() {
	if(is_ie6()) {
		this.location.href = 'ie6.html';
	}
}

function is_ie6(){
	return ((window.XMLHttpRequest == undefined) && (ActiveXObject != undefined));
}
