 <!-- Start of Scroller Script
                      var scrollCounter = 0;
                      var scrollText    = "Kozak Travel has been ranked the #1 Travel Acency for Crimea by most of the major search engines. We see over 4 thousand visitors to this site every month!!! Holidays in Sevastopol at Crimea our specialty!";
                      var scrollDelay   = 130;

                      var i = 0;
                      while (i ++ < 140)
                          scrollText = " " + scrollText

                      function Scroller ()
                      {
                          window.status = scrollText.substring(scrollCounter++,
                                              scrollText.length);
                          if (scrollCounter == scrollText.length)
                              scrollCounter = 0;
                          setTimeout("Scroller()", scrollDelay);
                       }

                       Scroller ();
                       // End of scroller script -->cript>