function gacdstrk() {
    $('a[href]').each(function() {
        link_location = this.href;
        var result = link_location.search('oceanrideforms\.org\.au');
        if (result != -1) {
            $(this).attr('href', pageTracker._getLinkerUrl(link_location));
        }
    });
}

