<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function LogIn(){
loggedin=false;
password=document.login.word.value;
password=password.toLowerCase();

if (password==unescape('%63%68%61%69%72%6D%61%6E')) { 
loggedin=true;
window.self.location="tradeprice.htm";
}


if (loggedin==false) {
alert("You are either not registered or your password details are incorrect");
}


}
// End -->
