 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=="appletonts" && password=="lasersave") {window.location="city/cityappl-shop.html"; done=1;}if (username=="bergstrom" && password=="lasersave") {window.location="berg/berg-toner.html"; done=1;}if (username=="checker" && password=="joy") {window.location="chec/chec-welcome.html"; done=1;}if (username=="cfcu" && password=="lasersave") {window.location="cit1/cit1-welcome.html"; done=1;}if (username=="grandchutets" && password=="lasersave") {window.location="grand/grand-shop.html"; done=1;}if (username=="2006leicht" && password=="statest") {window.location="leic/leic-welcome.html"; done=1;}if (username=="mcu" && password=="lasersave") {window.location="mcu/mcu-welcome.html"; done=1;}if (username=="neenahpaper" && password=="lasersave") {window.location="neepa/neepa-toner.html"; done=1;}if (username=="pierce" && password=="lasersave") {window.location="pierce/pierce-entrance.html"; done=1;}if (username=="riesterer" && password=="4146") {window.location="rands/rands-entrance.html"; done=1;}if (username=="ssifamily" && password=="education") {window.location="ssi/ssi-entrance.html"; done=1;}if (username=="uwfox" && password=="education") {window.location="uwf/uwf-entrance.html"; done=1;}if (username=="payala" && password=="alice") {window.location="wgr/wgr-entrance.html"; done=1;}if (username=="wowlogistics" && password=="wowcorp") {window.location="wow/wow-entrance.html"; done=1;}if (username=="ymcafc" && password=="lasersave") {window.location="ymca/ymca-shop.html"; done=1;}if (done==0) { alert("Invalid login!"); }}// End
