www<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

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=="mcinerneym" && password=="sligoncbi") { window.location="books/books_main_text.html"; done=1; }
if (username=="ohalloranr" && password=="vtaug2005") { window.location="books/books_main_text.html"; done=1; }
if (username=="mcooper" && password=="nbpcjan2006") { window.location="books/books_main_text.html"; done=1; }
if (username=="istaglin"  && password=="germany") { window.location="books/books_main_text.html"; done=1; }
if (username=="ebeechinor" && password=="vteileen06") { window.location="books/books_main_text.html"; done=1; }
if (username=="mharrison" && password=="vtm06") { window.location="books/books_main_text.html"; done=1; }
if (username=="fkeaney" && password=="vtfionnuala06") { window.location="books/books_main_text.html"; done=1; }
if (username=="jmcnamara" && password=="vtjoan06") { window.location="books/books_main_text.html"; done=1; }
if (username=="mmcnelis" && password=="vtma06") { window.location="books/books_main_text.html"; done=1; }
if (username=="gmeaney" && password=="vtgrainne06") { window.location="books/books_main_text.html"; done=1; }
if (username=="cnge" && password=="vtcaitriona06") { window.location="books/books_main_text.html"; done=1; }
if (username=="toconnell" && password=="vttim06") { window.location="books/books_main_text.html"; done=1; }
if (username=="rohalloran" && password=="vtrosaleen06") { window.location="books/books_main_text.html"; done=1; }
if (username=="moshea" && password=="vtmary06") { window.location="books/books_main_text.html"; done=1; }
if (username=="asmith" && password=="vtanne06") { window.location="books/books_main_text.html"; done=1; }
if (username=="anaessens" && password=="webandrew") { window.location="books/books_main_text.html"; done=1; }
if (username=="pcherry" && password=="rosmini") { window.location="books/books_main_text.html"; done=1; }
if (username=="mhogan" && password=="vtmargaret07") { window.location="books/books_main_text.html"; done=1; }
if (username=="mhayes" && password=="vtmaura07") { window.location="books/books_main_text.html"; done=1; }
if (username=="nthembemi" && password=="vtnomathembe07") { window.location="books/books_main_text.html"; done=1; }
if (username=="dympnasummerville" && password=="dsteacher07") { window.location="books/books_main_text.html"; done=1; }
if (username=="psweeney" && password=="vtpatricia07") { window.location="books/books_main_text.html"; done=1; }
if (username=="dnolan" && password=="brindley") { window.location="books/books_main_text.html"; done=1; }
if (username=="pfox" && password=="foxrosmini") { window.location="books/books_main_text.html"; done=1; }
if (username=="cgrogan" && password=="caoimheg") { window.location="books/books_main_text.html"; done=1; }
if (username=="cfardy" && password=="vtcfardy08") { window.location="books/books_main_text.html"; done=1; }
if (username=="ahealy" && password=="brailleweb08") { window.location="books/books_main_text.html"; done=1; }
if (username=="efleming" && password=="vtbraille08") { window.location="books/books_main_text.html"; done=1; }
if (username=="rjones" && password=="principal") { window.location="books/books_main_text.html"; done=1; }
if (username=="nstevens" && password=="pk5uj8") { window.location="books/books_main_text.html"; done=1; }
if (username=="abbradley" && password=="kt5uh9") { window.location="books/books_main_text.html"; done=1; }
if (username=="rmcentegart" && password=="8ujwy9") { window.location="books/books_main_text.html"; done=1; }
if (username=="pbrady" && password=="biffo") { window.location="books/books_main_text.html"; done=1; }

if (done==0) { alert("Invalid login!"); }
}