    function nospam(a, b, c, d, e) {
        var text, link_class;  
        var tg='<';
        var at='@';
        var dest=a+at+b+'.'+c;
        if(d=='' || !d) { text = dest; } else { text = d; }
        if(e=='' || !e) { link_class=''; } else { link_class = 'class="'+e+'"'; }        
        document.write(tg+'a hr'+'ef="mai'+'lto:'+dest+'" '+link_class+'>'+text+tg+'/a>');
    }