$(function(){
	$('a[href]').click(function(){
		if( typeof pageTracker == 'object') {
			var hw = this.hostname == window.location.host,
				h = this.href, s = '';
			if( this.protocol == 'mailto:') {
				s = '/mailto/' + h.substring(7);
			} else if( hw && /p=download=/i.test(h)) {
				s = '/document/' + h;
			} else if( !hw) {
				s = '/externe/' + h;
			}
			if( s != '') {
				pageTracker._trackPageview( s);
			}
		}
	});
});
