jQuery.noConflict();

jQuery(document).ready(
    function(){
        jQuery("a").not("[href^=/]").not("[href^=#]").click(
            function(){
                pageTracker._trackPageview('/outgoing/'+ jQuery(this).attr('href'));
            }
        );
        jQuery("a").not("[href^=/]").not("[href^=#]").attr({target: "_blank"});
    }
);
