
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- 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=="brotherbell" && password=="jesusislord") { window.location="extras.html"; done=1; }
if (username=="jerome" && password=="grace") { window.location="extras.html"; done=1; }
if (username=="jcvelazquez" && password=="ang3886") { window.location="extras.html"; done=1; }
if (username=="avelazquez" && password=="ang111076") { window.location="extras.html"; done=1; }
if (username=="mMaxck1962" && password=="connect1") { window.location="extras.html"; done=1; }
if (username=="lcarson" && password=="carsonl4") { window.location="extras.html"; done=1; }
if (username=="rdavis" && password=="da2422") { window.location="extras.html"; done=1; }
if (username=="carebear" && password=="padge1") { window.location="extras.html"; done=1; }
if (username=="leshowitz2" && password=="le6156") { window.location="extras.html"; done=1; }
if (username==" " && password=="") { window.location="extras.html"; done=1; }
if (username==" " && password=="") { window.location="extras.html"; done=1; }
if (username==" " && password=="") { window.location="extras.html"; done=1; }

if (done==0) { alert("Invalid login!"); }
}
// End --> 


<!-- Name 	- Username 	- Password - email - Date	-->
<!-- Buddy Bell - brotherbell - jesusislord	- brotherbell@seventylambs.com 2008	-->
<!-- Jerome Hodge - jerome - jesusislord - djhodge@lowcountry.com - 2008 -->
<!-- Jason Velazquez - jcvelazquez - ang3886 - jsn_velazquez@yahoo.com - 8/26/2008 -->
<!-- Angela Velazquez - avelazquez - ang111076 - amcvelazquez@yahoo.com - 8/28/2008 -->
<!-- Max Keffer - mMaxck1962 - connect1 - mpkeffer@lowcountry.com - 9/2/2008 -->
<!-- Lin Carson - lcarson - carsonl4 - katlinnc@hotmail.com - 9/3/2008 -->
<!-- Rhonda Davis - rdavis - da2422 - rdavis@lowcountrycog.org - 10/7/2008 -->
<!-- Carrie Craven - carebear - padge1 - craven_carrie@yahoo.com - 4/1/2009 -->
<!-- Danny Leshowitz - leshowitz2 - le6156 - leshowitz2@hotmail.com - 11/13/2009 -->
<!-- Name 	- username	- password - email - date -->
<!-- Name 	- username	- password - email - date -->
<!-- Name 	- username	- password - email - date -->
<!-- Name 	- username	- password - email - date -->


