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