<!-- 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=="markoff" && password=="oklahoma") { window.location="http://www.comoms.com/askanoklalawyer/index.html"; done=1; }

if (username=="superglue" && password=="original") { window.location="http://comoms.com/superglue/index.html"; done=1; }

if (username=="drmann" && password=="dentist") { window.location="http://comoms.com/drmann/index.html"; done=1; }

if (username=="resource4" && password=="sponsor") { window.location="http://comoms.com/cosmeticsurgery/sponsor.html"; done=1; }

if (username=="pacer" && password=="privatelabel") { window.location="http://comoms.com/pacertechnology/index.html"; done=1; }

if (username=="recap" && password=="service") { window.location="http://comoms.com/recap/index.html"; done=1; }

if (username=="king" && password=="stahlman") { window.location="http://comoms.com/kingstahlman/index.html"; done=1; }

if (done==0) { alert("Invalid login!"); }

}

// End -->
