
var info=navigator.appVersion;
if(info.indexOf("MSIE 6")!=-1)
{
	location.href="error.html";		
	//打开下载ie7.0的页面
	
}

