isIE6 = navigator.userAgent.toLowerCase().indexOf('msie 6') != -1;

if(isIE6) {
	top.location="index-ie6.html"
}