$(document).ready(function(){
    $('a.external').live('click',function(event) {
        if (typeof pageTracker == 'object') {
           pageTracker._trackPageview($(this).attr('href'));
        }
        // location.href = $(this).attr('href');
    });
});
