jQuery('.sp_refinement').live('change', function() {
    if (jQuery(this).val())
        window.location.replace(jQuery(this).val());
});
