<!-- Begin
theNews=new newsScroll("theNews"); //create our newsScroller object
   theNews.scrollerdelay = 7000; // pausetime 3000 = 3 Seconds
   theNews.scrollerwidth = 450;  // the width of the box
   theNews.scrollerheight = 40; // 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('I really enjoyed your trial broadcasts<br><b>Audrey, Banbury</b>','','Tahoma','2','color="#00236A"');
   theNews.addItem('Hope to hear you a lot more to come<br><b>Catherine, Banbury</b>','','Tahoma','2','color="#00236A"');
   theNews.addItem('Excellent local news, travel, sport, plus a brilliant playlist<br><b>Andy, Banbury</b>','','Tahoma','2','color="#00236A"');
   theNews.addItem('I enjoy listening to your radio station<br><b>Emma</b>','','Tahoma','2','color="#00236A"');
   theNews.addItem('I hope the station can be saved<br><b>Susan, Kings Sutton</b>','','Tahoma','2','color="#00236A"');
   theNews.addItem('Keep going you are doing a good job<br><b>Alan, Banbury</b>','','Tahoma','2','color="#00236A"');
   theNews.addItem('Just want to register my support<br><b>Ron, Banbury</b>','','Tahoma','2','color="#00236A"');
   theNews.addItem('Banbury fm is great<br><b>Pippa, Kings Sutton</b>','','Tahoma','2','color="#00236A"');
   theNews.addItem('Our customers have indicated that they like the sound of Banbury FM<br><b>Niels, Wroxton</b>','','Tahoma','2','color="#00236A"');
   theNews.addItem('Good luck for the future<br><b>Michael, Banbury</b>','','Tahoma','2','color="#00236A"');
   theNews.addItem('Keep serving Banbury proud<br><b>Lawrence, Deddington</b>','','Tahoma','2','color="#00236A"');
   theNews.addItem('Hope to hear Banbury FM back on air soon<br><b>Richard, Banbury</b>','','Tahoma','2','');


   // the next 2 lines construct the news box, and start the scroller
   theNews.construct();
   theNews.startScroll();
// End -->


<!-- Script Size:  6.79 KB -->
