// **************************************************
// 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=="percom") { 
if (form.Password.value=="dancer1") { 
    location="http://centerstage2.com/companyrestricted.aspx" 
} else { 
    location="http://centerstage2.com/unauthorized.aspx"
    } 
} else { 
    location="http://centerstage2.com/unauthorized.aspx"
    } 
} 