
      /* <![CDATA[ */
        window.Search_jso = {
          OnLoad: function()
          {
            var args = document.location.href.replace(/^.*\?searchfor=/i,'');
            if ( args != document.location.href )
            {
               try { document.searchForm.SearchFor.value = unescape(args); } catch(e) {};
            }
          }
        };
      /* ]]> */