jQuery(document).ready(function () {
    $(function () {
        $("a:external").trackEvent();
    });
});

	
