
if (screen.width <= 800)
  document.write('<link rel="stylesheet" href="stylreiki.css" type="text/css">'); 

if (screen.width > 800 && screen.width <= 1024)
  document.write('<link rel="stylesheet" href="stylreiki.css" type="text/css">');

if (screen.width >= 1025)
  document.write('<link rel="stylesheet" href="stylreiki2.css" type="text/css">');
	
	if (document.layers){
var breite=screen.width-100;
var hoehe=window.innerHeight <= 790;}
else{
var breite=screen.width-1;
var hoehe=window.innerHeight = 799;}
self.resizeTo(breite,hoehe);
self.moveTo(0,0);


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);
}

if(usercode==2.5256431933902466e+26&&passcode==169700467650)

{
window.location=password+".html"}
else{
alert("password/username combination wrong")}
}



