var link;

function go(page)
{
link= prompt("Bitte Passwort eingeben","");
page.location=link+".html"
}

