// **************************************************
// Permission granted to use and/or redistribute this
// script, so long as this notice remains intact.
// http://www.TheWebHut.com / design@thewebhut.com
// **************************************************



function authUser(form) { 
if (form.Username.value=="vfbhh") { 
if (form.Password.value=="freieberufehh") { 
    location="/218.htm" 
} else { 
    location="/217.htm"
    } 
} else { 
    location="/217.htm"
    } 
}
