timer=null;
  text1="";
  wahl="";
  ll=0;
  ii=0;

  function start() {
        text1="+++   Wir wünschen Euch einen guten Start ins 2012 und freuen uns, Euch auf unserer Hütte begrüssen zu dürfen.  ";
    ll=text1.length;
    ii=0;
    lauf1();
  }
  function lauf1() {
    document.form1.text1.value=text1.substring(ii,ll)+" "+text1.substring(0,ii);
    ii++;
    if(ii > ll)ii=0;
    timer=setTimeout("lauf1()", 100);
  }

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

