/* On some pages, we want to track when the user clicks the Chat button. */
/* This file should be included on those pages */

lpdbButtonAction = function() {
    // Fire omniture tracking event
    apple.metrics.fireMicroEvent({
        eVar: 'eVar21',
        feature: 'chat',
        action: 'selected'
    });
    
    // Call the actual Action
    _lpdbButtonAction();
}