function emma_click (id) {
  url = 'http://www.existxchange.de/emma/index.php?track=' + id + '&url=' + document.URL;
  new Ajax.Request(url, {asynchronous: false});
  return true;
}
