<!--
function writemail(a,b,c,d){
	if (d){
		the_string = "<a href='mailto:"+a+"@"+b+"."+c+"'>"+d+"</a>";
	} else {
		the_string = "<a href='mailto:"+a+"@"+b+"."+c+"'>"+a+"@"+b+"."+c+"</a>";
	}
	return (the_string);
}

function writemailalt(a,b,c,d){
	if (d){
		the_string = "<a href='mailto:"+a+"@"+b+"."+c+"' class='alt'>"+d+"</a>";
	} else {
		the_string = "<a href='mailto:"+a+"@"+b+"."+c+"' class='alt'>"+a+"@"+b+"."+c+"</a>";
	}
	return (the_string);
}

// Free Mailto Spam Protection by www.phpcaptcha.org
// Code generated at http://www.phpcaptcha.org/antispam-tools/

    var p0558bce7 = 'a%2eed%75';
    var gd90558bce = '%6d&#97;%69%6cto:';
    var le48ac8b4 = '%40&#118;i%72%67&#105;%6e%69';
    var e90558b = '%73%63%73&#45;&#97;&#100;&#109;%69n';
  function makeLink()
  {
    var a = document.getElementById('mt');
    a.href = decode(gd90558bce + e90558b + le48ac8b4 + p0558bce7);
    a.innerHTML = decode(e90558b + le48ac8b4 + p0558bce7);
    
    var b = document.getElementById('mt2');
    b.href = decode(gd90558bce + e90558b + le48ac8b4 + p0558bce7);
    b.innerHTML = decode(e90558b + le48ac8b4 + p0558bce7);
  }

  function decode(s)
  {
    var l = s.length, n = '', d = '';

    for (var i = 0; i < l; ++i) {
      if (s.charAt(i) == '') { continue; }

      if (s.charAt(i) == '%') {
        n = s.charAt(++i) + '' + s.charAt(++i);
        d += String.fromCharCode(parseInt(n, 16));
        continue;
      } else if (s.charAt(i) == '&') {
        i+=2;
        n = '';
        while (s.charAt(i) != ';' && i < l) {
          n += '' + s.charAt(i); i++;
        }
        d += String.fromCharCode(parseInt(n));
        continue;
      } else {
        d += s.charAt(i);
      }
    }

    return d;
  }
//-->
