
var mailto = 'mailto:';
var at = '&#64;';
var webmaster = '&#119;&#101;&#098;&#109;&#097;&#115;&#116;&#101;&#114;';
var domain = '&#109;&#105;&#100;&#108;&#111;&#116;&#104;&#105;&#097;&#110;&#050;&#049;&#049;&#046;&#111;&#114;&#103;';

// Obfuscate the email address in an attempt to foil the spamsters
function email_me() {
	document.write('<a href=');
	document.write(mailto);
	document.write(webmaster);
	document.write(at);
	document.write(domain);
	document.write(' " title="email the webmaster">');
	document.write('<img src="images/emailme2.gif" alt="email the webmaster" style="position: relative; "><\/a>');
}

function email(recipient) {
	var domain = '&#109;&#105;&#100;&#108;&#111;&#116;&#104;&#105;&#097;&#110;&#050;&#049;&#049;&#046;&#111;&#114;&#103;';
	
	document.write('<a href=');
	document.write(mailto);
	document.write(recipient);
	document.write(at);
	document.write(domain);
	document.write('>' + recipient + at + domain + '<\/a>');
}

function MM_reloadPage(init) {  //Updated by PVII. Reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//This code has been provided by Hal Pawluk at www.pawluk.com who despises thieves. :)
//Thank you for the FrameJammer and your help, Hal!

if (self != top)
    top.location.replace(self.location)


