      function checkLength() {
                var min = 3;
                if(document.getElementById("search-query").value.length < min) {
                    alert('Please enter a keyword between 3-32 characters.');
                    return false;
                }
            }
      if(top != self) { 
       top.location.href = location.href; 
      };
