jQuery(function() {
    jQuery.ECHO.castvote = function() {
        jQuery('input.rateradio').click(function() {
            urchinTracker(document.location.pathname + '/results');
            jQuery('form.rateform').submit();
        });
    }();
});
