var d='polarcoop.com';
function spt(n) {
 document.write("<a href=\"#\" onMouseOver=\"sp('"+n+"',this);\">"+n+"(at)"+d+"</a>");
}
function sp(n,t) {
  t.href="mailto:"+n+'@'+d;
}