function mailto(account,domain,anchortext)
{
  if (typeof(anchortext) == 'undefined')
      anchortext = account + "@" + domain;

  document.write("<a href=" + "mail" + "to:" + account + "@" + domain + "?subject=Email-from-www.salescaffeine.com>" + anchortext + "</a>");
}

function mailtoAdmin(anchortext)
{
  return mailto('ezineadmin','gitomer.com',anchortext);
}