// <!-- 1172730255
// This script is (C) Copyright 2002 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/ 

function brd(h,a,c) {
h += ' ';
var t = h.length;
var s = 0;
var f = '';
for(var d = 0; d < t; d++) {
 s = 0;
 while(h.charCodeAt(d) != 32) {
  s = s * 10;
  s = s + h.charCodeAt(d)-48;
  d++;
  }
 f += String.fromCharCode(snd(s,a,c));
 }
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+f;
}

function fit(o,d,s) {
o += ' ';
var l = o.length;
var f = 0;
for(var i = 0; i < l; i++) {
 f = 0;
 while(o.charCodeAt(i) != 32) {
  f = f * 10;
  f = f + o.charCodeAt(i)-48;
  i++;
  }
 document.write('&');
 document.write('#');
 document.write(snd(f,d,s));
 }
}

function snd(h,g,l) {
if (l % 2 == 0) {
 m = 1;
 for(var i = 1; i <= l/2; i++) {
  f = (h*h) % g;
  m = (f*m) % g;
  }
 } else {
 m = h;
 for(var a = 1; a <= l/2; a++) {
  f = (h*h) % g;
  m = (f*m) % g;
  }
 }
return m;
}
// -->
