<!-- 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=="demdike" && password=="bestfriend1") { window.location="memberspage.html"; done=1; }
if (username=="autumn moon" && password=="rosariomoon") { window.location="memberspage.html"; done=1; }
if (username=="lou" && password=="monkey") { window.location="memberspage.html"; done=1; }
if (username=="kylina" && password=="g4ngst4") { window.location="memberspage.html"; done=1; }
if (username=="val tapua'i" && password=="12079a") { window.location="memberspage.html"; done=1; }
if (username=="dillion wilder" && password=="kaida") { window.location="memberspage.html"; done=1; }
if (username=="kelly-rose" && password=="loki2006") { window.location="memberspage.html"; done=1; }
if (username=="pinksilversparkle" && password=="hotcookie") { window.location="memberspage.html"; done=1; }
if (username=="hitgirl" && password=="hitman") { window.location="memberspage.html"; done=1; }
if (username=="witches" && password=="boomerang") { window.location="memberspage.html"; done=1; }
if (username=="komojaro" && password=="123456") { window.location="memberspage.html"; done=1; }
if (username=="willow" && password=="charlie") { window.location="memberspage.html"; done=1; }
if (username=="grace13" && password=="newmoon13") { window.location="memberspage.html"; done=1; }
if (username=="tessa123" && password=="swansea") { window.location="memberspage.html"; done=1; }
if (username=="rosemary" && password=="johnlennon") { window.location="memberspage.html"; done=1; }
if (username=="sebrina" && password=="bumble") { window.location="memberspage.html"; done=1; }
if (username=="gothic" && password=="princess") { window.location="memberspage.html"; done=1; }
if (username=="ivy moongazer" && password=="elizabeth1") { window.location="memberspage.html"; done=1; }
if (username=="blue majic" && password=="8281977j") { window.location="memberspage.html"; done=1; }
if (username=="red8" && password=="april11") { window.location="memberspage.html"; done=1; }
if (username=="willow" && password=="jasper1") { window.location="memberspage.html"; done=1; }
if (username=="katkins" && password=="p1ck1e") { window.location="memberspage.html"; done=1; }
if (username=="sybil" && password=="jeepster") { window.location="memberspage.html"; done=1; }
if (username=="hecate" && password=="isis666") { window.location="memberspage.html"; done=1; }
if (username=="logan" && password=="1clccross") { window.location="memberspage.html"; done=1; }
if (username=="di fallows" && password=="pineapple") { window.location="memberspage.html"; done=1; }
if (username=="don" && password=="rocky2000") { window.location="memberspage.html"; done=1; }
if (username=="lilyrose" && password=="diana") { window.location="memberspage.html"; done=1; }
if (username=="wildrain" && password=="1311piddi0411") { window.location="memberspage.html"; done=1; }
if (username=="emilyjj" && password=="josjac") { window.location="memberspage.html"; done=1; }
if (username==" isis" && password=="102472") { window.location="memberspage.html"; done=1; }
if (username=="hannah" && password=="hannahma3") { window.location="memberspage.html"; done=1; }
if (username=="angelica" && password=="stephen") { window.location="memberspage.html"; done=1; }
if (username=="silverautumnmoon" && password=="hedgewitch") { window.location="memberspage.html"; done=1; }
if (username=="rachael" && password=="mollie14") { window.location="memberspage.html"; done=1; }
if (username=="kali saliah" && password=="notguilty") { window.location="memberspage.html"; done=1; }
if (username=="lydialang13" && password=="keepsake") { window.location="memberspage.html"; done=1; }
if (username=="toria" && password=="charmed1") { window.location="memberspage.html"; done=1; }
if (username=="rell" && password=="gold1985") { window.location="memberspage.html"; done=1; }
if (username=="seawitch" && password=="jasper") { window.location="memberspage.html"; done=1; }
if (username=="ada" && password=="mariposa") { window.location="memberspage.html"; done=1; }
if (username=="enigma" && password=="misfit") { window.location="memberspage.html"; done=1; }
if (username=="helen" && password=="kaneage0808") { window.location="memberspage.html"; done=1; }
if (username=="sagewhitecrain" && password=="batjac2") { window.location="memberspage.html"; done=1; }
if (username=="joycelin" && password=="edward") { window.location="memberspage.html"; done=1; }
if (username=="marissa" && password=="7guadalupe") { window.location="memberspage.html"; done=1; }
if (username=="draco" && password=="seriah") { window.location="memberspage.html"; done=1; }
if (username=="jeffrey" && password=="zethos1") { window.location="memberspage.html"; done=1; }
if (username=="starlocket" && password=="patchouli") { window.location="memberspage.html"; done=1; }
if (username=="alisha" && password=="madison") { window.location="memberspage.html"; done=1; }
if (username=="moomin" && password=="becks600") { window.location="memberspage.html"; done=1; }
if (username=="susanna" && password=="solo64") { window.location="memberspage.html"; done=1; }
if (username=="rianan mahon" && password=="blessedbe") { window.location="memberspage.html"; done=1; }
if (username=="noname3" && password=="nopw3") { window.location="memberspage.html"; done=1; }
if (username=="stacy" && password=="game") { window.location="errorne.html"; done=1; }
if (username=="mamacita" && password=="mamacita") { window.location="errorne.html"; done=1; }
if (username=="moon white flame" && password=="darkcrie") { window.location="errorne.html"; done=1; }
if (username=="diaan1" && password=="warrick") { window.location="errorne.html"; done=1; }
if (username=="angelstar" && password=="minder") { window.location="errorne.html"; done=1; }
if (username=="wander" && password=="button") { window.location="error2names.html"; done=1; }
if (done==0) { window.location="error.html"; }
}
// End -->