<!--
document.writeln("<script type=\"text/javascript\">");
document.writeln("var email=getCookie(\"email\");");
document.writeln("");
document.writeln("  if(email){");
document.writeln("    document.frmLogin.email.value=email;");
document.writeln("    document.frmLogin.password.focus();");
document.writeln("  }else");
document.writeln("    document.frmLogin.email.focus();");
document.writeln("deleteXToolsCookies();");
document.writeln("");
document.writeln("var password=getCookie(\"pw\");");
document.writeln("  if(password){");
document.writeln("    document.frmLogin.password.value=password;");
document.writeln("    document.frmLogin.submitButtonName.focus();");
document.writeln("  }");
document.writeln("");
document.writeln("var emailpwType=getCookie('emailpwType');");
document.writeln("var emailPasswordType=document.frmLogin.EmailPassword;");
document.writeln("emailPasswordType[2].checked=true;//default");
document.writeln("if(emailpwType=='all'){");
document.writeln("	emailPasswordType[0].checked=true;");
document.writeln("}");
document.writeln("");
document.writeln("if(emailpwType=='email'){");
document.writeln("	emailPasswordType[1].checked=true;");
document.writeln("}");
document.writeln("");
document.writeln("if(emailpwType=='none'){");
document.writeln("	emailPasswordType[2].checked=true;");
document.writeln("}");
document.writeln("");
document.writeln("if (ie5 && mac)");
document.writeln("	alert('Our site does not support IE on Mac. Please switch to other browsers such as Safari,Firefox, etc!');");
document.writeln("else");
document.writeln("	if (!ie55 && !safari && !firefox && !ns6 &&!op7)");
document.writeln("		alert('Our site is best viewed with IE 5.5 or higher. We are in progress to make our site to be more compatible with other internet browsers. Please report to us any problems you ever have, with version numbers of the browser and platform you are running with. Thanks.');");
document.writeln("</script\>");
//-->