// vfev_dlnk is the URL for the destination; typically this.href
// vfev_catg is the event category to record in Google Analytics.
// vfev_actn is the event action to record in Google Analytics.

function vf_trk_evt(vfev_dlnk,vfev_catg,vfev_actn) {
  try {
    pageTracker._trackEvent(vfev_catg,vfev_actn);
    setTimeout('document.location = "' + vfev_dlnk + '"', 100)
  }catch(err){}
}

