<!-- 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=="stjones" && password=="producer") { window.location="Roster.html"; done=1; }

if (username=="janiceray" && password=="helen") { window.location="Roster.html"; done=1; }

if (username=="1sillyclerk" && password=="1dancer2") { window.location="Roster.html"; done=1; }

if (username=="dpruitt2@cox.net" && password=="pinkrose") { window.location="Roster.html"; done=1; }

if (username=="kathrine" && password=="katie") { window.location="Roster.html"; done=1; }

if (username=="dfost" && password=="6641") { window.location="Roster.html"; done=1; }

if (username=="jrobar" && password=="brenda") { window.location="Roster.html"; done=1; }

if (username=="h&dtremain" && password=="chasecinder2") { window.location="Roster.html"; done=1; }

if (username=="bminnie" && password=="mawmaw") { window.location="Roster.html"; done=1; }

if (username=="horse" && password=="mule") { window.location="Roster.html"; done=1; }

if (username=="canina" && password=="george") { window.location="Roster.html"; done=1; }

if (username=="l_hay" && password=="sissy") { window.location="Roster.html"; done=1; }

if (username=="vernlois" && password=="vl2913") { window.location="Roster.html"; done=1; }

if (username=="christi" && password=="peanut") { window.location="Roster.html"; done=1; }

if (username=="alley1" && password=="stephen junior") { window.location="Roster.html"; done=1; }

if (username=="dianemcgaha" && password=="james0218") { window.location="Roster.html"; done=1; }

if (username=="spalmer" && password=="sp5238") { window.location="Roster.html"; done=1; }

if (username=="odiecat" && password=="7grands") { window.location="Roster.html"; done=1; }

if (username=="joemanek30" && password=="new42day") { window.location="Roster.html"; done=1; }

if (username=="cinder" && password=="cinder") { window.location="Roster.html"; done=1; }

if (username=="nancyjoe" && password=="gdawg") { window.location="Roster.html"; done=1; }

if (done==0) { alert("Invalid login!"); }

}

// End -->
