// **************************************************
// Permission granted to use and/or redistribute this
// script, so long as this notice remains intact.
// www.TheWebHut.com / support@WebPage-Tools.com
// **************************************************
// Change (form.Username.value=="fjfc1" to your desired Password below.
// You can also change the URL's to reflect your own.
// **************************************************
function authUser(form) { 
if (form.Username.value=="fjfcg1") { 
    location="http://members.freezone.co.uk/fjfcg1/girls.htm" 
} else { 
    location="UnAuthorized.htm"
    } 
}
