function stripHints(){var re = new RegExp ('Enter\ Keyword\/s', 'gi')x=document.searchFormx.keywords.value = x.keywords.value.replace(re,'')return true}<!--function gotoPage(varItem){  switch(varItem)  {    case 0:      window.parent.self.status="Goes Nowhere";      break;    case 1:      window.location="/studentresources/checklist/asia/checklist.html";      break;    case 2:      window.location="/studentresources/checklist/au/checklist.html";      break;    case 3:      window.location="/studentresources/checklist/canada/checklist.html";      break;	  case 4:      window.location="/studentresources/checklist/uk/checklist.html";      break;	  case 5:      window.location="/studentresources/checklist/usa/checklist.html";      break;  }}// -->