$( document ).ready( function() {
	$( 'a[href^="/cgi-bin/redir.pl"]' ).click( function() {
		_gaq.push( ['_trackEvent', 'Outgoing Links', 'Click', $( this ).attr( 'href' )] );
	} );
//	$( 'a[href$=".pdf"]' ).click( function() {
//		_gaq.push( ['_trackEvent', 'Downloads', 'PDF', $( this ).attr( 'href' )] );
//	} );
} );
