<!--
function formGo() {
  if(document.SearchForm.query.value.length > 0) {
    document.SearchForm.submit();
  }
}

//-->
