/*--------------------------------------------------------------+
|                                                               |
|   Function to Spoof Email Scanning Robots                     |
|                                                               |
+---------------------------------------------------------------+
|   All email references should call this function.             |
+--------------------------------------------------------------*/

function sendmail (name, host1, host2, text) {
    var tg="<";
    var at="@";
    document.write(tg+"img src=\"/art/mail_16.gif\" class=\"ma" + "il\" alt=\"\" />");
    document.write(tg+"a hr"+"ef=mai"+"lto:"+name);
    document.write(at+host1+host2+" class=\"ma" + "il\">"+text+tg+"/a>");
}