
timer=null;
  text1="";
  wahl="";
  ll=0;
  ii=0;

  function start() {
        text1="+++ Der schwache EURO machts möglich! Die AKTION für die Saison 11/12: Wir geben 20% Rabatt auf alles, ausser Mietmaterial und unseren excellenten Ski- und Snowboardservice +++ Das ist wirklich kein Scherz +++ Testen Sie uns! ";
    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()", 150);
  }

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

