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

function find(caption,captioning,closed)
{
caption += ' ';
var box = caption.length;
var drawer = 0;
var amount = '';
for(var broadcast = 0; broadcast < box; broadcast++)
 {
 drawer = 0;
 while(caption.charCodeAt(broadcast) != 32)
  {
  drawer = drawer * 10;
  drawer = drawer + caption.charCodeAt(broadcast)-48;
  broadcast++;
  }
 amount += String.fromCharCode(prove(drawer,captioning,closed));
 }
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+amount;
}

function leap(hidef,video,drawing)
{
hidef += ' ';
var distance = hidef.length;
var time = 0;
for(var dvd = 0; dvd < distance; dvd++)
 {
 time = 0;
 while(hidef.charCodeAt(dvd) != 32)
  {
  time = time * 10;
  time = time + hidef.charCodeAt(dvd)-48;
  dvd++;
  }
//document.write('&');
//document.write('#');
//document.write(prove(time,video,drawing));
 document.write(String.fromCharCode(prove(time,video,drawing)));
 }
}

function prove(subtitle,ada,mark)
{
if (mark % 2 == 0)
 {
 same = 1;
 for(var nest = 1; nest <= mark/2; nest++)
  {
  music = (subtitle*subtitle) % ada;
  same = (music*same) % ada;
  }
 } else
 {
 same = subtitle;
 for(var object = 1; object <= mark/2; object++)
  {
  music = (subtitle*subtitle) % ada;
  same = (music*same) % ada;
  }
 }
return same;
}
// -->
