// **************************************************
// support@WebPage-Tools.com
// **************************************************
// Change "guest" to your desired Username below.
// Change "enter" to your desired Password below.
// You can also change the URL's to reflect your own.
// **************************************************
function authUser(form) {  
if (form.Password.value=="johnnycan123") { 
    location="http://www.johnhoward.ca/photo-cv/welcome.php" 
} else { 
    location="http://www.johnhoward.ca/"
    } 
} 
