function Login(){
var done=0;
var username=document.login.username.value;
var password=document.login.password.value;
password=password.toLowerCase();
if (username=="280461" && password=="12345") {location.href=('http://www.nanny-agency.com/RUS-aupair-list.cfm'); done=1;}
if (username=="26256" && password=="tdoull") {location.href=('http://www.nanny-agency.com/RUS-aupair-list.cfm'); done=1;}
if (username=="26305" && password=="cflorio") {location.href=('http://www.nanny-agency.com/RUS-aupair-list.cfm'); done=1;}
if (username=="26380" && password=="amorris") {location.href=('http://www.nanny-agency.com/RUS-aupair-list.cfm'); done=1;}
if (username=="26537" && password=="dhyde") {location.href=('http://www.nanny-agency.com/RUS-aupair-list.cfm'); done=1;}
if (username=="26536" && password=="AmcKibben") {location.href=('http://www.nanny-agency.com/RUS-aupair-list.cfm'); done=1;}
if (username=="27027" && password=="syoung") {location.href=('http://www.nanny-agency.com/RUS-aupair-list.cfm'); done=1;}
if (username=="27054" && password=="mshular") {location.href=('http://www.nanny-agency.com/RUS-aupair-list.cfm'); done=1;}
if (username=="27061" && password=="rkibble") {location.href=('http://www.nanny-agency.com/RUS-aupair-list.cfm'); done=1;}
if (done==0) { alert("Invalid login! Please email us"); }
}

