bgneal@280: <script type="text/javascript">
bgneal@280: //<![CDATA[
bgneal@280:    $(document).ready(function() {
bgneal@280:       var navSelect = $('#forum-query-select')[0];
bgneal@280:       $('#forum-query-button').click(function() {
bgneal@280:          var dest = navSelect.options[navSelect.selectedIndex].value;
bgneal@280:          window.location = dest;
bgneal@280:       });
bgneal@280:    });
bgneal@280: //]]>
bgneal@280: </script>