<!--

function formatEmail(a,b,c,d) {
  //break up the syntax so that spam bots can't figure it out (easily, that is)
  document.write("<a hr" + "ef" + "='mai" + "lto:" + a + "@" + b +"." + c + "'>" + d +"</a>");
  //call syntax: formatEmail("k0qed", "arrl", "net", "Lee");
}

//-->