$(document).ready(function(){
$('a.pdf').click(function(){
_gaq.push(['_trackEvent', 'Download', 'PDF', $(this).attr('href')]);
});
$('a.email').click(function(){
_gaq.push(['_trackEvent', 'Email', 'Send', $(this).attr('href')]);
});
$('a.billing').click(function(){
_gaq.push(['_trackEvent', 'PayBill', 'View', $(this).attr('href')]);
});
$('a.giving').click(function(){
_gaq.push(['_trackEvent', 'Giving', 'View', $(this).attr('href')]);
});
$('a.offsite').click(function(){
_gaq.push(['_trackEvent', 'ExternalURL', 'Clickthrough', $(this).attr('href')]);
});
$('a.mss_img').click(function(){
_gaq.push(['_trackEvent', 'Slideshow', 'Clickthrough', $(this).attr('href')]);
});
});
