<!-- Begin
theNews=new newsScroll("theNews"); //create our newsScroller object
   theNews.scrollerdelay = 12000; // pausetime 3000 = 3 Seconds
   theNews.scrollerwidth = 240;  // the width of the box
   theNews.scrollerheight = 200; // the height of the box
   theNews.scrollerbgcolor = ''; //  the box background color
   theNews.scrollerbackground = ''; // Set to blank if you don't want to use a background image

   //******************************************************************
   // 
   // The addItem method below has 5 variables and is formated as follows:
   // addItem (text,link,font,fontSize,fontStyle)
   // text      - the text to be displayed.
   // link      - (optional) website, or page to link news item to.
   // font      - (optional) Font face to use on item.
   // fontSize  - (optional) size in pt format 
   //     i.e. 1=8pt, 2=10pt, 3=12pt and so on.
   // fontStyle - (optional) css style to assign to font. You can use the class name.
   // 
   //******************************************************************

   theNews.addItem('<br><br><img src="images/sep1.gif" width="157" height="15"><br><br><strong><a href="http://leilavey.leila.ca/blog/" target="_top">EXPRESS YOURSELF</a></strong><br><br>Read the latest articles, messages and thoughts from Leila, and comment with your own thoughts and experiences!<br><br><img src="images/sep2.gif" width="157" height="15"><br>','','','','');
   theNews.addItem('<img src="images/sep1.gif" width="157" height="15"><br><br><b><a href="http://leilavey.leila.ca/therapy.html#serenity" target="_top">SERENITY THERAPY</a></b><br>Enter a state of peace and harmony with this deeply relaxing and uplifting therapy. Leila uses crystals, Intuitive Reiki, channelled energy healing techniques, therapeutic touch, sound and colour vibration to&nbsp;improve energy flow and help bring you to a state of serenity and joy.<br><a href="http://leilavey.leila.ca/therapy.html#serenity" target="_top">Click here to learn more.</a><br><br><img src="images/sep2.gif" width="157" height="15">','','','','');
   theNews.addItem('<br><img src="images/sep1.gif" width="157" height="15"><br><br><strong>WHAT\'S IN IT FOR YOU?</strong><br><br><b><a href="http://leilavey.leila.ca/blog/the-benefits-of-sound-therapy/" target="_top">BENEFITS OF<br>SOUND VIBRATION THERAPY</a></b><br><br>Learn what<br>sound vibration therapy<br>can do for you.<br><br><img src="images/sep2.gif" width="157" height="15"><br>','','','','');
   theNews.addItem('<br><br><img src="images/sep1.gif" width="157" height="15"><br><br><strong>HOW<br><a href="http://leilavey.leila.ca/blog/crystal-singing-bowls/" target="_top">CRYSTAL SINGING BOWLS</a><br>WORK</b><br><br>Find out what<br>Crystal Singing Bowls are,<br>and how they work.<br><br><img src="images/sep2.gif" width="157" height="15"><br>','','','','');
  
   // the next 2 lines construct the news box, and start the scroller
   theNews.construct();
   theNews.startScroll();
// End -->