        var pageTracker;
        if (typeof _gat != 'undefined') {
            pageTracker = _gat._getTracker("UA-792985-4"); 
            pageTracker._initData(); 
        }

        function trackSearchResults(id) {
            if (typeof _gat != 'undefined') {
                //pageTracker._trackEvent("Search Results", "Display", id);
                pageTracker._trackPageview('/searchresults/job/' + id + '/');
            }
        }

        function trackOutboundLink(id) {
            if (typeof _gat != 'undefined') {
                pageTracker._trackPageview('/outgoing/job/' + id + '/');
            }
        }