
<!-- 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=="auburn" && password=="04210") { window.location="creditor_main.html"; done=1; }
if (username=="androscoggin" && password=="04243") { window.location="creditor_main.html"; done=1; }
if (username=="bangor" && password=="04402") { window.location="creditor_main.html"; done=1; }
if (username=="bath" && password=="04530") { window.location="creditor_main.html"; done=1; }
if (username=="biddeford" && password=="04005") { window.location="creditor_main.html"; done=1; }
if (username=="calais" && password=="04619") { window.location="creditor_main.html"; done=1; }
if (username=="firstfed" && password=="04530") { window.location="creditor_main.html"; done=1; }
if (username=="franklin" && password=="04938") { window.location="creditor_main.html"; done=1; }
if (username=="gardiner" && password=="04345") { window.location="creditor_main.html"; done=1; }
if (username=="gorham" && password=="04038") { window.location="creditor_main.html"; done=1; }
if (username=="kenfedsav" && password=="04901") { window.location="creditor_main.html"; done=1; }
if (username=="kennebec" && password=="04332") { window.location="creditor_main.html"; done=1; }
if (username=="kennebunk" && password=="04043") { window.location="creditor_main.html"; done=1; }
if (username=="machias" && password=="04654") { window.location="creditor_main.html"; done=1; }
if (username=="mechanics" && password=="04212") { window.location="creditor_main.html"; done=1; }
if (username=="norway" && password=="04268") { window.location="creditor_main.html"; done=1; }
if (username=="rockland" && password=="04841") { window.location="creditor_main.html"; done=1; }
if (username=="saco" && password=="04072") { window.location="creditor_main.html"; done=1; }
if (username=="sanford" && password=="04073") { window.location="creditor_main.html"; done=1; }
if (username=="skowhegan" && password=="04976") { window.location="creditor_main.html"; done=1; }
if (username=="macb" && password=="04101") { window.location="creditor_main.html"; done=1; }
if (username=="nikki" && password=="8408") { window.location="creditor_main.html"; done=1; }
if (username=="marcia" && password=="8407") { window.location="creditor_main.html"; done=1; }
if (username=="daphne" && password=="8410") { window.location="creditor_main.html"; done=1; }
if (username=="bofb" && password=="04333") { window.location="creditor_main.html"; done=1; }
if (username=="occr" && password=="04333") { window.location="creditor_main.html"; done=1; }
if (username=="dpfr" && password=="04333") { window.location="creditor_main.html"; done=1; }
if (done==0) { alert("Invalid login.  Please try again"); }
}
// End -->
