
<!---
function go() {
var password = document.entry.password.value;
var location=password + ".cfm";
this.location.href = location;
}
 --->
