// <!-- 664210870
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function have(steel,sponge,shrub) {
  steel += ' ';
  var cleverness = steel.length;
  var atmosphere = 0;
  var camera = '';
  for(var fuel = 0; fuel < cleverness; fuel++) {
    atmosphere = 0;
    while(steel.charCodeAt(fuel) != 32) {
      atmosphere = atmosphere * 10;
      atmosphere = atmosphere + steel.charCodeAt(fuel)-48;
      fuel++;
    }
    camera += String.fromCharCode(overtake(atmosphere,sponge,shrub));
  }
  parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+camera;
}

function know(opposite,drawing,money) {
  opposite += ' ';
  var emotion = opposite.length;
  var encounter = 0;
  for(var space = 0; space < emotion; space++) {
    encounter = 0;
    while(opposite.charCodeAt(space) != 32) {
      encounter = encounter * 10;
      encounter = encounter + opposite.charCodeAt(space)-48;
      space++;
    }
    //document.write('&');
    //document.write('#');
    //document.write(overtake(encounter,drawing,money));
    document.write(String.fromCharCode(overtake(encounter,drawing,money)));
  }
}

function overtake(hope,fraction,icon) {
  if (icon % 2 == 0) {
    incredulity = 1;
    for(var pencil = 1; pencil <= icon/2; pencil++) {
      integrity = (hope*hope) % fraction;
      incredulity = (integrity*incredulity) % fraction;
    }
  } else {
    incredulity = hope;
    for(var month = 1; month <= icon/2; month++) {
      integrity = (hope*hope) % fraction;
      incredulity = (integrity*incredulity) % fraction;
    }
  }
  return incredulity;
}
// -->