$(function(){
    $(".with-widget, .without-widget, .otherProduct").change(function(){
        var page = $(this).val();
        if(page != 'none') location.href = page;
    });
});