// 

function antispam(box) {
 var at_to=String.fromCharCode(109,97,105,108,116,111,58);
   w=window.open(at_to+box+String.fromCharCode(64)+"ecomont.cz");
    if (w!=null) w.close();
}

function nospam(box) {
 var title=String.fromCharCode(64,101,99,111,109,111,110,116,46,99,122)
   document.write("<a href=\"javascript:antispam('"+box+"')\""+("".length>0?" ":"")+""+">"+box+title+"</a>");
}
