<!--
  x = document.URL.length; i = x;
  while (document.URL.substring(i-2,i) != "S=" && i != 0) { i = i - 1; }
  if (i != 0) {document.mailform.Betreff.value = document.URL.substring(i,x); }
//-->

