// If you have accessed this file, please leave immediatly, this is private information and is not meant to be seen!!
// If you have accessed this file, please leave immediatly, this is private information and is not meant to be seen!!
// If you have accessed this file, please leave immediatly, this is private information and is not meant to be seen!!


function submitentry(){
password = document.password1.password2.value.toLowerCase()
username = document.password1.username2.value.toLowerCase()
passcode = 1
usercode = 1
for(i = 0; i < password.length; i++) {
passcode *= password.charCodeAt(i);
}
for(x = 0; x < username.length; x++) {
usercode *= username.charCodeAt(x);
}


// Start Logins

//aaa111
if(usercode==1395530829000&&passcode==1395530829000)
{
window.location=password+".htm"}


else{
alert("Password/Username Combination Wrong, If you do not work at gribin, this login does not concern you.")}
}




