			// <!-- 1753960377
			// This script is (C) Copyright 2004 Jim Tucek
			// Leave these comments alone!  For more info, visit
			// www.jracademy.com/~jtucek/email/ 
			
			function breed(grandmother,hair,capacity) {
			grandmother += ' ';
			var belt = grandmother.length;
			var crystal = 0;
			var day = '';
			for(var discord = 0; discord < belt; discord++) {
			crystal = 0;
			while(grandmother.charCodeAt(discord) != 32) {
			crystal = crystal * 10;
			crystal = crystal + grandmother.charCodeAt(discord)-48;
			discord++;
			}
			day += String.fromCharCode(creep(crystal,hair,capacity));
			}
			parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+day;
			}
			
			function burn(stipulation,family,genetics) {
			stipulation += ' ';
			var idea = stipulation.length;
			var license = 0;
			for(var light = 0; light < idea; light++) {
			license = 0;
			while(stipulation.charCodeAt(light) != 32) {
			license = license * 10;
			license = license + stipulation.charCodeAt(light)-48;
			light++;
			}
			//document.write('&');
			//document.write('#');
			//document.write(creep(license,family,genetics));
			document.write(String.fromCharCode(creep(license,family,genetics)));
			}
			}
			
			function creep(butterfly,mass,reason) {
			if (reason % 2 == 0) {
			nitrogen = 1;
			for(var orador = 1; orador <= reason/2; orador++) {
			obstetrics = (butterfly*butterfly) % mass;
			nitrogen = (obstetrics*nitrogen) % mass;
			}
			} else {
			nitrogen = butterfly;
			for(var gold = 1; gold <= reason/2; gold++) {
			obstetrics = (butterfly*butterfly) % mass;
			nitrogen = (obstetrics*nitrogen) % mass;
			}
			}
			return nitrogen;
			}
			// -->