jQuery(document).ready(function() {
  jQuery('#chooser').change(function() {
    jQuery('#os_widget').attr('src', 'http://usw.org/action_center/pac/open_secrets/widget_frame?id=' + jQuery(this).attr('value'));
  });
});
