// **************************************************
// Permission granted to use and/or redistribute this
// script, so long as this notice remains intact.
// www.TheWebHut.com / 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=="ICA") { 
if (form.Password.value=="member") { 
    location="http://www.memphi.net/eswsale/index.php" 
} else { 
    location="http://www.memphi.net/es/wlogin.html"
    } 
} else { 
    location="http://www.memphi.net/es/failedlogin.html"
    } 
} 

