function tlTrackEmailClick(url)
{
  try
  {
    jQuery.post(url);
  }
  catch (e) {}
  return true;
}
