function perclick()
{
	var agt = navigator.userAgent.toLowerCase();
	if(agt.indexOf("msie") != -1)
	if(agt.substr(agt.indexOf("msie")+5,1) == '6')
	location.replace("login_ie.htm");

}
