// INIT
jQuery('#gdr').change(function() {
    window.location.assign("/index.php?" + /*global*/callback + "&page=1&c_gdr=" + jQuery(this).val());
});


