client login
Client Login
Gallery Name:
<!-- function checkEnter(e){ //e is event object passed from function invocation var characterCode; // literal character code will be stored in this variable if(e && e.which){ //if which property of event object is supported (NN4) e = e; characterCode = e.which; //character code is contained in NN4's which property } else{ e = event; characterCode = e.keyCode; //character code is contained in IE's keyCode property } if(characterCode == 13){ //if generated character code is equal to ascii 13 (if enter key) Login(); //submit the form return false; } else{ return true; } } function Login(){ var done=0; var pword=document.f_login.pword.value; pword=pword.toLowerCase(); if (pword=="gable") { window.location="/Children/Cheries-Girls/19647457_3Z34fZ"; done=1; } if (pword=="eds") { window.location="/Schools/Saint-Thomas-Episcopal-Day/38494106_CJFhZP"; done=1; } if (pword=="eds1") { window.location="/Schools/St-Thomas-Episcopal-Day-School/19745500_wD6LLb"; done=1; } if (pword=="sophia") { window.location="/Portraits/Spring-minis/41238257_WWKGZT"; done=1; } if (pword=="doggie") { window.location="/Portraits/BlakleySpringMini/41373242_7TWKPB"; done=1; } if (pword=="camper") { window.location="/Portraits/BayesSpringMini/41373251_LKWbJD"; done=1; } if (pword=="lovelacelove") { window.location="/Portraits/LovelaceSpringMini/41373256_R5R9vQ"; done=1; } if (pword=="landreth") { window.location="/Boudoir/Caroline/21261104_pzPvb2"; done=1; } if (pword=="puppy") { window.location="/Portraits/Tina/41617486_RXwZmh"; done=1; } if (pword=="wickline") { window.location="/Boudoir/April/21260683_xBrg7k"; done=1; } if (pword=="erica") { window.location="/Client-Galleries/Portraits/Smith-Isley-Family/19770561_2Bm58n"; done=1; } if (pword=="5dancing5") { window.location="/Client-Galleries/Portraits/Chasity/24004979_dkBSMw"; done=1; } if (pword=="charis") { window.location="/Children/Baby-C/21215763_LFhTdf"; done=1; } if (pword=="knight") { window.location="/Events/Gertrude-100th/30442214_mfqKVM"; done=1; } if (pword=="coffer") { window.location="/Boudoir/Claire/21301714_pjVLZm"; done=1; } if (pword=="bullock") { window.location="/Boudoir/Kasey1/21310161_zPmbJj"; done=1; } if (pword=="whitaker") { window.location="/Boudoir/Kayla/21312701_6bhCkx"; done=1; } if (pword=="thomas") { window.location="/Schools/St-Thomas-Episcopal-Day-School/19745500_wD6LLb"; done=1; } if (pword=="redvelvet") { window.location="/Boudoir/Boudoir-samples/32298275_cfgVQ9"; done=1; } if (pword=="taytay") { window.location="/Children/Taylor/22172253_xHBNWp"; done=1; } if (pword=="ray") { window.location="/Children/Kolbee/23658687_z5tKM8"; done=1; } if (pword=="sheila") { window.location="/Client-Galleries/Portraits/Templeton-Family/22307459_D6QNFJ"; done=1; } if (pword=="2year") { window.location="/Children/maylin2/23495144_cCFddc"; done=1; } if (pword=="miche") { window.location="/Weddings/Kristina-Andrew/Engagement/22360569_xgW47P"; done=1; } if (pword=="lucydiane") { window.location="/Client-Galleries/Portraits/Ingold-Family/23154605_49WTKf"; done=1; } if (pword=="flowers") { window.location="/Weddings/Megan-Hunter/Megan-Bridal/22497999_MpJcgF"; done=1; } if (pword=="misty") { window.location="/Client-Galleries/Portraits/mistymaternity/22933593_fgVxDL"; done=1; } if (pword=="durham") { window.location="/Seniors/Annie/18797821_6cbNhB"; done=1; } if (pword=="thom") { window.location="/Schools/St-Thomas-Daycare-Spring-2012/22798686_fXvK26"; done=1; } if (pword=="mandybrian") { window.location="/Client-Galleries/Portraits/Mabe-Family/22697910_2cV9GV"; done=1; } if (pword=="hmabe") { window.location="/Children/Holden/19647891_93ZpXj"; done=1; } if (pword=="pinkroses") { window.location="/Weddings/Megan-Hunter/Wedding/23383653_jPwMn9"; done=1; } if (done==0) { alert("Password not accepted. Please try again."); } } -->