/* Auto associate google analytics tracking code. */
$(document).ready(function() {
    var host = window.location.host;

    $('a').each(function() {
		var thisHref = $(this).attr('href'); 
        if (((thisHref).match(/^http/)) && (!(thisHref).match(host))) {
            $(this).bind('click', function() {
                pageTracker._trackPageview('/outgoing/' + thisHref);
            });
        }   
    });
});
