


<!-- 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=="guest" && password=="login") { window.location="guest.htm"; done=1; }

if (username=="sneakichu1" && password=="hollister") { window.location="slut.htm"; done=1; }
if (username=="GoddessLela62" && password=="irene") { window.location="slut.htm"; done=1; }
if (username=="kate4black" && password=="fertility") { window.location="slut.htm"; done=1; }
if (username=="master66" && password=="master21") { window.location="slut.htm"; done=1; }
if (username=="white_mom_of_4" && password=="sherri") { window.location="slut.htm"; done=1; }
if (username=="sissy" && password=="babydoll") { window.location="cuck.htm"; done=1; }
if (username=="a244" && password=="Arne") { window.location="cuck.html"; done=1; }
if (username=="elenababe80" && password=="denbigh") { window.location="slut.htm"; done=1; }
if (done==0) { alert("Invalid login!"); }
}
// End -->


