function bjTrackEvent(category, action, opt_label, opt_value)
{
  if (typeof(_gaq) !== 'undefined')
  {
    _gaq.push(['_trackEvent', category, action, opt_label, opt_value]);
  }
  return true;
}

