$(document).ready(function(){
    $('a').filter(function() {
        return this.hostname && this.hostname !== location.hostname && "www.blackboard.jp www.bplogix.jp www.assistmicro.co.jp".indexOf(this.hostname)!=-1
    }).click(function(){
        if ($(this).hasClass('new-window')) {
            var tracker = _gaq._getAsyncTracker();
            window.open(tracker._getLinkerUrl(this.href));
        } else {
            _gaq.push(['_link', this.href]);
        }
        return false;
    });
});
