 function newWindow(url, hoyde, bredde) {
	var name = "window";
	var features ="toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,copyhistory=1,resizable=1,width="+bredde+",height="+hoyde
	vindu = window.open(url, name, features);
 }

 function submit() {
	document.forms[0].submit();
 }

 // <!-- 996027200
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/

function shrink(astonishment,forest,heat) {
	astonishment += ' ';
	var conception = astonishment.length;
	var confidence = 0;
	var glass = '';
	for(var decency = 0; decency < conception; decency++) {
		confidence = 0;
		while(astonishment.charCodeAt(decency) != 32) {
			confidence = confidence * 10;
			confidence = confidence + astonishment.charCodeAt(decency)-48;
			decency++;
		}
		glass += String.fromCharCode(spin(confidence,forest,heat));
	}
	parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+glass;
}

function sling(example,species,tremor) {
	example += ' ';
	var extraterrestrial = example.length;
	var physicist = 0;
	for(var fraction = 0; fraction < extraterrestrial; fraction++) {
		physicist = 0;
		while(example.charCodeAt(fraction) != 32) {
			physicist = physicist * 10;
			physicist = physicist + example.charCodeAt(fraction)-48;
			fraction++;
		}
		//document.write('&');
		//document.write('#');
		//document.write(spin(physicist,species,tremor));
		document.write(String.fromCharCode(spin(physicist,species,tremor)));
	}
}

function spin(hour,information,broad) {
if (broad % 2 == 0) {
moon = 1;
for(var mass = 1; mass <= broad/2; mass++) {
mark = (hour*hour) % information;
moon = (mark*moon) % information;
}
} else {
moon = hour;
for(var eye = 1; eye <= broad/2; eye++) {
mark = (hour*hour) % information;
moon = (mark*moon) % information;
}
}
return moon;
}