<!-- Keep the comments to hide from old browsers
  var BannerMsg=  
  
     "  *** October 2011 Latest update :"
    +"Another few family names now link back Flamborough baptism records (from Beverley Archives) "
    +"into the Main Tree !."
    +"                   "

  var BannerScrollSpeed;

  function ScrollBanner(){
    BannerMsg=BannerMsg.substring(1,BannerMsg.length)+BannerMsg.substring(0,1); // keep removing a character
    document.ScrollBanner.text.value=BannerMsg;
    BannerScrollSpeed=setTimeout("ScrollBanner()",100);
  }
  
  function StopScrollBanner(){
    document.ScrollBanner.text.value=" ";
  }
//-->

