// **************************************************
// 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.Username.value=="aimsclient") { 
if (form.Password.value=="aims2467") { 
    location="http://www.aims1.com/2467.html" 
} else { 
    location="http://www.aims1.com/UnAuthorized.html"
    } 
} else { 
    location="http://www.aims1.com/UnAuthorized.html"
    } 
} 