function hail(tld,dom,nod) {
 var str = '<a href="mailto:' + nod + String.fromCharCode(64);
 if(dom==''){tld='org';dom='neostc'}
 str += dom + '.' + tld + '">';
 document.write(str);
}
