<!-- This script and many more are available free online at -->
<!-- The "Javascript" Source!! http://"Javascript".internet.com -->
<!-- (c) http://www.wyka-warzecha.com -->

<!-- Begin
// THESE VARIABLES CAN BE CHANGED //
//var myMainMessage=" Welcome to my new YOGA site! It is still under construction, … but soon information in the sections ABOUT YOGA | ABOUT STANKA | SERVICES | CONTACS | PHOTOS will be available. Enjoy the courses. For reservations  call UK 079.6313.4397  STANKA, or just write me e-mail: stanka@stankayoga.com."
var speed=160;
var scrollingRegion=320;

// END CHANGEABLE VARIABLES //
var startPosition=0;
function mainTextScroller() {
        var mainMessage=myMainMessage;
        var tempLoc=(scrollingRegion*3/mainMessage.length)+1;
        if (tempLoc<1) {tempLoc=1}
        var counter;
        for(counter=0;counter<=tempLoc;counter++)
           mainMessage+=mainMessage;
document.mainForm.mainTextScroller.value=mainMessage.substring(startPosition,startPosition+scrollingRegion);
        startPosition++;
        if(startPosition>scrollingRegion) startPosition=0;
        setTimeout("mainTextScroller()",speed); }
//  End -->

    <!-- ********************************** Menu Settings & Styles ********************************** -->
