function gacdstrk() {
    $('a[href]').each(function() {
        link_location = this.href;
        //var result = link_location.search('moonwalk\.com\.au|moonlightwalk\.com\.au');
        var result = link_location.search('brissietothebay\.com\.au');
        if (result != -1) {
            $(this).attr('href', pageTracker._getLinkerUrl(link_location));
        }
    });
}

