 function clearMe(formfield){
  if (formfield.value == '<enter keywords from your dream>')
   formfield.value = ""
 }
