function google_hledej(form)
  {
  //nehledat=' -"/obcan" -"/turista" -"/data" -"/deti-a-mladez"';
  nehledat='';
  temp=form.q.value + nehledat;
  form.q.value=temp;
  return true;
  }
