   function clear_criteria()
   {
      document.criteria.type.selectedIndex = 0;
      document.criteria.location.selectedIndex = 0;
      document.criteria.keywords.value = '';
      document.criteria.past.checked = false;
   }  
