//var IE8= (navigator.userAgent.indexOf("MSIE 8")>=0) ? true : false;
//var IE7=(navigator.userAgent.indexOf("MSIE 7")>=0) ? true : false;
var IE6=(navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
if(IE6){
	$(function(){
	window.location = "http://www.neevtech.com/default_ie.html";
	});		
	}
