
        var first_time = true;
        function clearArea(input)
          {
            if(!first_time)
              return;
              input.value = "";
              first_time = false;
          }
        function resetArea(input)
          {
            if(input.value == "")
              {
                first_time = true;
                input.value = "Szukaj...";
              }
          }

      var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
      document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
      try {
      var pageTracker = _gat._getTracker("UA-5469267-7");
      pageTracker._trackPageview();
      } catch(err) {}
