<!--
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=="advancetau@xtra.co.nz" && password=="axcn23") { window.location="members/index.html"; done=1; }
if (username=="akl.loss@xtra.co.nz" && password=="alxcn32") { window.location="members/index.html"; done=1; }
if (username=="andrew.wise@clear.net.nz" && password=="awcnn03") { window.location="members/index.html"; done=1; }
if (username=="b.gburns@actrix.gen.nz" && password=="gbagn05") { window.location="members/index.html"; done=1; }
if (username=="bevan_wood@gabrobins.co.nz" && password=="bwgcn04") { window.location="members/index.html"; done=1; }
if (username=="crestani.assoc@actrix.co.nz" && password=="caacn39") { window.location="members/index.html"; done=1; }
if (username=="david.denton@flinders.co.nz" && password=="ddfcn09") { window.location="members/index.html"; done=1; }
if (username=="david.haslett@ronin.co.nz" && password=="dhrcn10") { window.location="members/index.html"; done=1; }
if (username=="eric.stevens@sum.co.nz" && password=="esscn11") { window.location="members/index.html"; done=1; }
if (username=="far.north.adjust@xtra.co.nz" && password=="fnaxcn24") { window.location="members/index.html"; done=1; }
if (username=="firegate@xtra.co.nz" && password=="fxcn08") { window.location="members/index.html"; done=1; }
if (username=="gary_hansen@gabrobinsinvestigations.co.nz" && password=="ghgcn12") { window.location="members/index.html"; done=1; }
if (username=="gerry@isp.co.nz" && password=="gicn13") { window.location="members/index.html"; done=1; }
if (username=="greg.jones@jonesfee.com" && password=="gjjc14") { window.location="members/index.html"; done=1; }
if (username=="greg.tyson@mclarensyoung.com" && password=="gtmc15") { window.location="members/index.html"; done=1; }
if (username=="iana@tasman.net" && password=="itn16") { window.location="members/index.html"; done=1; }
if (username=="ianrob@clear.net.nz" && password=="icnn17") { window.location="members/index.html"; done=1; }
if (username=="jacob.karoki@flinders.co.nz" && password=="jkfcn18") { window.location="members/index.html"; done=1; }
if (username=="john.kelliher@xtra.co.nz" && password=="jkxcn20") { window.location="members/index.html"; done=1; }
if (username=="kwpenny@flinders.co.nz" && password=="kfcn21") { window.location="members/index.html"; done=1; }
if (username=="mac@chopping.co.nz" && password=="mccn27") { window.location="members/index.html"; done=1; }
if (username=="mark.richardson@police.govt.nz" && password=="mrpgn25") { window.location="members/index.html"; done=1; }
if (username=="menziesp@actrix.gen.nz" && password=="magn01") { window.location="members/index.html"; done=1; }
if (username=="michaeli@macbar.co.nz" && password=="mmcn28") { window.location="members/index.html"; done=1; }
if (username=="mike.lockett@lockettgroup.co.nz" && password=="mllcn29") { window.location="members/index.html"; done=1; }
if (username=="mike.simpson@clear.net.nz" && password=="mscnn30") { window.location="members/index.html"; done=1; }
if (username=="molliewilson@xtra.co.nz" && password=="mxcn22") { window.location="members/index.html"; done=1; }
if (username=="peter.webb@online-adjusters.co.nz" && password=="pwoacn33") { window.location="members/index.html"; done=1; }
if (username=="rjoseph@corprisks.co.nz" && password=="rjccn34") { window.location="members/index.html"; done=1; }
if (username=="roryshan@ihug.co.nz" && password=="rsicn35") { window.location="members/index.html"; done=1; }
if (username=="ross_sneddon@gabrobins.co.nz" && password=="rsgcn36") { window.location="members/index.html"; done=1; }
if (username=="russell.greene@mclarensyoung.com" && password=="rgmc37") { window.location="members/index.html"; done=1; }
if (username=="samuel.johnstone@mclarensyoung.com" && password=="sjmc38") { window.location="members/index.html"; done=1; }
if (username=="wayne_lawrence@gabrobins.co.nz" && password=="wlgcn40") { window.location="members/index.html"; done=1; }
if (username=="ken.legat@iag.co.nz" && password=="bigibu14") { window.location="members/index.html"; done=1; }
if (username=="admin" && password=="admin") { window.location="members/index.html"; done=1; }
if (done==0) { alert("Invalid login!"); }
}
//-->

