// JavaScript Document
<!--
<!-- The JavaScript Source!! http://javascriptsource.com -->

<!-- Begin
function Login(){
var done=0;
var password=document.login.password.value;
password=password.toUpperCase();
if (password=="5544") { window.location="mode=client_login_&CGISESSID=3e1c62cdc04a26c7fa814f0ae7b7f850/"; done=1; }
if (done==0) { alert("Sorry, PIN is not recognised - please try again"); }
}
// -->