


function LogIn(){
username=" ";
password=" ";
var done=0;
username=prompt("Username:","");
username=username.toLowerCase();
password=prompt("Password:","");
password=password.toLowerCase();
if (username) { 
if (password) {
if (username=="wildcoyotew") { if (password=="wildcoyotew") { window.location="wholesalepdf.html"; done=1;} }
if (username=="wildcoyoted") { if (password=="wildcoyoted") { window.location="distributorpdf.html"; done=1;} }
if (username=="kmacleod") { if (password=="kmm31853") { window.location="cavegoods_club.html"; done=1;} }
if (username=="gmanucci") { if (password=="gdm4957") { window.location="cavegoods_club.html"; done=1;} }
if (username=="dtobin") { if (password=="stuart") { window.location="cavegoods_club.html"; done=1;} }
if (username=="leefisher") { if (password=="kapaa") { window.location="cavegoods_club.html"; done=1;} }
if (username=="mewing") { if (password=="marissa") { window.location="cavegoods_club.html"; done=1;} }
if (username=="dhoward") { if (password=="1434") { window.location="cavegoods_club.html"; done=1;} }
if (username=="jdf") { if (password=="kahuna") { window.location="cavegoods_club.html"; done=1;} }
if (username=="l-blue") { if (password=="9105") { window.location="cavegoods_club.html"; done=1;} }
if (username=="cwinecomp") { if (password=="coyote") { window.location="cavegoods_club.html"; done=1;} }
if (username=="robin") { if (password=="caymuf") { window.location="cavegoods_club.html"; done=1;} }
if (username=="belentirado") { if (password=="ninguna") { window.location="cavegoods_club.html"; done=1;} }
if (username=="collinsworth") { if (password=="chrisluvsumr") { window.location="cavegoods_club.html"; done=1;} }
if (username=="elaine hess") { if (password=="mick") { window.location="cavegoods_club.html"; done=1;} }
if (username=="kevinon") { if (password=="bolts") { window.location="cavegoods_club.html"; done=1;} }
if (username=="amymasi7") { if (password=="masi120764") { window.location="cavegoods_club.html"; done=1;} }
if (username=="sailingman") { if (password=="182121") { window.location="cavegoods_club.html"; done=1;} }
if (username=="pgeier") { if (password=="flash") { window.location="cavegoods_club.html"; done=1;} }
if (username=="brhynas") { if (password=="6365thelma") { window.location="cavegoods_club.html"; done=1;} }
if (username=="kjmathison") { if (password=="lutes") { window.location="cavegoods_club.html"; done=1;} }
if (username=="graham") { if (password=="snoopy") { window.location="cavegoods_club.html"; done=1;} }
if (username=="rswordes") { if (password=="spence") { window.location="cavegoods_club.html"; done=1;} }
if (username=="kyle mathison") { if (password=="8row") { window.location="cavegoods_club.html"; done=1;} }
if (done==0) { alert("Invalid login! make sure you enter your login and password in lowercase"); }
      }
   }
}





