// **************************************************
// 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=="light" && form.Password.value=="star") { 
	location="http://www.theinnerchrist.com/course/" 
}
else if (form.Username.value=="inner" && form.Password.value=="light") {
    location="http://www.theinnerchrist.com/course/" 
} 
else { 
    location="unauthorized"
    } 
} 