
$(document).ready(function(){$('a').live('click',function(event){if(typeof _gaq=='undefined'){}
else if(this.protocol=='mailto:'){_gaq.push(['_trackEvent','MailTo',$(this).attr('href').substring(7),location.pathname]);}
else if(this.hostname==location.hostname){var isDoc=this.pathname.match(/\.(?:doc|docx|xls|xlsx|ppt|pptx|jpg|png|gif|pdf|zip|txt|mov)($|\&|\?)/);if(isDoc){_gaq.push(['_trackEvent','Downloads-'+isDoc[0].replace('.',''),$(this).attr('href'),location.pathname]);}}
else if($(this).hasClass('external')){_gaq.push(['_trackEvent','External',$(this).attr('href'),location.pathname]);}});});
