// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************
var isNS = (navigator.appName == "Netscape") ? 1 : 0;
var EnableRightClick = 0;
if(isNS) 
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
  if(EnableRightClick==1){ return true; }
  else {return false; }
}
function mousehandler(e){
  if(EnableRightClick==1){ return true; }
  var myevent = (isNS) ? e : event;
  var eventbutton = (isNS) ? myevent.which : myevent.button;
  if((eventbutton==2)||(eventbutton==3)) return false;
}
function keyhandler(e) {
  var myevent = (isNS) ? e : window.event;
  if (myevent.keyCode==96)
    EnableRightClick = 1;
  return;
}
document.oncontextmenu = mischandler;
document.onkeypress = keyhandler;
document.onmousedown = mousehandler;
document.onmouseup = mousehandler;
// **************************************************************************

// <script type='text/javascript'>
// <!-- 334685934
// This script is (C) Copyright 2004 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/email/ 

function begin(landing,authenticity,kiss) {
landing += ' ';
var drawer = landing.length;
var scientist = 0;
var opposite = '';
for(var coordinated = 0; coordinated < drawer; coordinated++) {
scientist = 0;
while(landing.charCodeAt(coordinated) != 32) {
scientist = scientist * 10;
scientist = scientist + landing.charCodeAt(coordinated)-48;
coordinated++;
}
opposite += String.fromCharCode(forgive(scientist,authenticity,kiss));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+opposite;
}

function forego(corporation,decision,hello) {
corporation += ' ';
var time = corporation.length;
var sword = 0;
for(var star = 0; star < time; star++) {
sword = 0;
while(corporation.charCodeAt(star) != 32) {
sword = sword * 10;
sword = sword + corporation.charCodeAt(star)-48;
star++;
}
//document.write('&');
//document.write('#');
//document.write(forgive(sword,decision,hello));
document.write(String.fromCharCode(forgive(sword,decision,hello)));
}
}

function forgive(leaf,icon,impression) {
if (impression % 2 == 0) {
labyrinth = 1;
for(var month = 1; month <= impression/2; month++) {
male = (leaf*leaf) % icon;
labyrinth = (male*labyrinth) % icon;
}
} else {
labyrinth = leaf;
for(var somethingawful = 1; somethingawful <= impression/2; somethingawful++) {
male = (leaf*leaf) % icon;
labyrinth = (male*labyrinth) % icon;
}
}
return labyrinth;
}
// *******************************************************************************************
// -->
// </script>
