// - -  for antispam system
function dolink(ad){
   link = 'mailto:' + ad.replace(/\.\..+t\.\./,"@");
   return link;
}