var IE1 = (navigator.userAgent.indexOf("MSIE 1")>=0) ? true : false;

var IE2 = (navigator.userAgent.indexOf("MSIE 2")>=0) ? true : false;

var IE3 = (navigator.userAgent.indexOf("MSIE 3")>=0) ? true : false;

var IE4 = (navigator.userAgent.indexOf("MSIE 4")>=0) ? true : false;

var IE5 = (navigator.userAgent.indexOf("MSIE 5")>=0) ? true : false;

var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;

if(IE1||IE2||IE3||IE4||IE5||IE6){



	window.location.replace("http://www.webfandom.com/ie6.html");

}
