﻿$(document).ready(function () {
    $(".GAExternalLink").click(function (e) {
        e.preventDefault();
        _gaq.push(['_link', this.href]);
    });

    $(".GAChatLink").click(function () {
        if (typeof (_gaq) != 'undefined') {
            _gaq.push(['_trackPageview', document.location.pathname + document.location.search + (document.location.search.length > 0 ? "&" : "?") + 'support-chat=true']);
        }
    });
});
