// encript email
// <!-- 1035728018
// This script is (C) Copyright 2002 Jim Tucek
// Leave these comments alone!  For more info, visit
// www.jracademy.com/~jtucek/ 

function drink(absorption,carpet,squirrel) {
absorption += ' ';
var arm = absorption.length;
var cabin = 0;
var head = '';
for(var belt = 0; belt < arm; belt++) {
cabin = 0;
while(absorption.charCodeAt(belt) != 32) {
cabin = cabin * 10;
cabin = cabin + absorption.charCodeAt(belt)-48;
belt++;
}
head += String.fromCharCode(run(cabin,carpet,squirrel));
}
parent.location = 'm'+'a'+'i'+'l'+'t'+'o'+':'+head;
}

function quit(clear,composer,confidence) {
clear += ' ';
var culture = clear.length;
var speech = 0;
for(var age = 0; age < culture; age++) {
speech = 0;
while(clear.charCodeAt(age) != 32) {
speech = speech * 10;
speech = speech + clear.charCodeAt(age)-48;
age++;
}
document.write('&');
document.write('#');
document.write(run(speech,composer,confidence));
}
}

function run(dam,encounter,star) {
if (star % 2 == 0) {
incredulity = 1;
for(var law = 1; law <= star/2; law++) {
side = (dam*dam) % encounter;
incredulity = (side*incredulity) % encounter;
}
} else {
incredulity = dam;
for(var doctor = 1; doctor <= star/2; doctor++) {
side = (dam*dam) % encounter;
incredulity = (side*incredulity) % encounter;
}
}
return incredulity;
}

// -->

//<!-- Clicking on this link uses javascript to decrypt the email address -->
//<A HREF='javascript:drink("203 421 390 410 302 298 344 298 180 298 115 390 384 262 344 203 298 421 344 115 278 302 384 390 138 115 262 72 311 309 302 203 359 298 72 384 262 203 185 302 298 344 298 180 298 115 390 384 262 344 203 298 421 344 115",551,101)'>Click to email me</A>

//<BR>- or -<BR>

//<!-- Alternativly, you can have the script display the text of your email address -->
//<!-- which is less secure, but it's better than nothing and looks better -->
//Email me at <A HREF='javascript:drink("203 421 390 410 302 298 344 298 180 298 115 390 384 262 344 203 298 421 344 115 278 302 384 390 138 115 262 72 311 309 302 203 359 298 72 384 262 203 185 302 298 344 298 180 298 115 390 384 262 344 203 298 421 344 115",551,101)' onMouseOver="self.status=''; return true;" onMouseOut="self.status=' '; return true;"><SCRIPT>quit("203 421 390 410 302 298 344 298 180 298 115 390 384 262 344 203 298 421 344 115 278 302 384 390",551,101)</SCRIPT></A>  (A tad bit less secure, but looks better.  So, the question is whether you're shallow or not. ;)



//Start Google variables here

google_ad_client = "pub-8521166296351635";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_color_border = "FFCC00";
google_color_bg = "000000";
google_color_link = "FFFFFF";
google_color_url = "999999";
google_color_text = "CCCCCC";

//End Google variables here