function trackEvent(category, action, label) {
    if (typeof (pageTracker) != "undefined")
        pageTracker._trackEvent(category, action, label);            
}