// **************************************************
// Change "ftu8" to your desired password below.
// You can also change the URL's to reflect your own.
// **************************************************
function authUser(form) { 
if (form.Username.value=="ftu8") { 
    location="http://members.freezone.co.uk/fjfc3/ft00001.htm" 
} else { 
    location="UnAuthorized.htm"
    } 
}
