function nv_wmail(l,d,l2,d2){
  m=l+'@'+d;
  l2?(m2=','+l2+'@'+d2):(m2='');
  h='<a href="mailto:'+m+m2+'">'+m+'</a>';
  document.write(h);
 }