
<!-- Begin
function Login(){
var done=0;
var username=document.login.username.value;
username=username.toLowerCase();
var password=document.login.password.value;
password=password.toLowerCase();






if (username=="brunolde" && password=="guitar") { window.location="streetwise987.html"; done=1; }
if (username=="amylynn" && password=="amy7kom") { window.location="streetwise987.html"; done=1; }
if (username=="phil@lloyddoblereffect.com" && password=="f4u4z4y") { window.location="streetwise987.html"; done=1; }















































if (done==0) { alert("Nah uh uh uh...Not with out the password you don't, YOU VARMET!"); }







































}
// End -->