//This script has been in the http://www.javascripts.com Javascript Public Library! 
//Note that though this material may have been in a public depository, certain author copyright restrictions may apply. 


//alert("You require a password to continue")
//we will first ask the user if he would like to countinue into this restricted area
var p=confirm("This site is password protected,do you still want to enter?")
if(p){ 
var ans="19hctdowding40"
var pass=prompt("Please enter your password")
if(pass!==ans)
{
alert("Your password is incorrect. You will now be transferred.")
window.location="http://www.tendringlsp.co.uk/default.htm"
}else{alert("Password correct please proceed");}
}else{window.location="http://www.tendringlsp.co.uk/default.htm"}


// Simba says Roar. 