function mailtoACG()
{
  var domain = 'astrology.co.uk';
  var us = 'acg2004';
  document.location = 'mailto:' + us + '@' + domain;
}