jQuery.noConflict();

jQuery(document).ready(function(){


jQuery('.upm_poll_form_submit').click(function(){
location.reload();
});

});
