    <!-- Begin
    theNews=new newsScroll("theNews"); //create our newsScroller object
   theNews.scrollerdelay = 10000; // pausetime 3000 = 3 Seconds
   theNews.scrollerwidth = 268;  // the width of the box
   theNews.scrollerheight = 158; // 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('<img src="images/screens/open-university.jpg" width="268" height="158" class="">','','','','');
   theNews.addItem('<img src="images/screens/burdale.jpg" width="268" height="158" class="">','','','','');
   theNews.addItem('<img src="images/screens/total.jpg" width="268" height="158" class="">','','','','');
   theNews.addItem('<img src="images/screens/record-collector.jpg" width="268" height="158" class="">','','','','');
   theNews.addItem('<img src="images/screens/cabot.jpg" width="268" height="158" class="">','','','','');
   theNews.addItem('<img src="images/screens/hamilton-barr.jpg" width="268" height="158" class="">','','','','');
   theNews.addItem('<img src="images/screens/norbury-media.jpg" width="268" height="158" class="">','','','','');
   theNews.addItem('<img src="images/screens/optimus.jpg" width="268" height="158" class="">','','','','');
   theNews.addItem('<img src="images/screens/stonecot-homes.jpg" width="268" height="158" class="">','','','','');
   theNews.addItem('<img src="images/screens/beluga-design.jpg" width="268" height="158" class="">','','','','');
   theNews.addItem('<img src="images/screens/cavalier-brighton.jpg" width="268" height="158" class="">','','','','');
   theNews.addItem('<img src="images/screens/collfin.jpg" width="268" height="158" class="">','','','','');

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