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