function check()
  {

error = 0;

if (myForm.soegeord.value == "") {
  alert('Venligst indtast søgeord')
  error = 1
  }

if(error == 0)
myForm.submit()
}
