function ec(el,ct,cd,sg) {
        var e = window.encodeURIComponent ? encodeURIComponent : escape;
//        window.alert("http://www.ecoshopper.de/url?sa=t&ct="+e(ct)+"&cd="+e(cd)+"&url="+e(el.href).replace(/\+/g,"%2B")+"&ei=af20184937605e8e87805f905ee0f268"+sg);
        el.href="http://www.ecoshopper.de/url?sa=t&ct="+e(ct)+"&cd="+e(cd)+"&url="+e(el.href).replace(/\+/g,"%2B")+"&ei=af20184937605e8e87805f905ee0f268"+sg;
        el.onmousedown="";
        return true;
}

