// JavaScript Document
function go() {
    //window.location.href = "http://www.thepurplecafe.com/" + document.formName.passwordName.value + '.html';
    window.location.href = "/" + document.formName.passwordName.value + '.htm';
    return false;
}