<!-- Begin
   theNews=new newsScroll("theNews"); //create our newsScroller object
   theNews.scrollerdelay = 14000; // pausetime 3000 = 3 Seconds
   theNews.scrollerwidth = 169;  // the width of the box
   theNews.scrollerheight = 248; // the height of the box
   theNews.scrollerbgcolor = 'ffffff'; //  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('<table border="0" cellpadding="0" style="border-collapse: collapse" width="169"><tr><td><p align="center"><img border="0" src="http://www.e-bodyparts.com/Car-Hoods/Tour/1a-01.jpg" width="169" height="112"></td></tr><tr><td><p align="center"><font face="Verdana" size="1"> <b>Customers Photos</b></font></td></tr><tr><td><img border="0" src="http://www.e-bodyparts.com/Car-Hoods/Tour/1b-01.jpg" width="169" height="112"></td></tr><tr><td><p align="center"><font face="Arial" size="1">&nbsp;</font><b><font face="Verdana" size="1">Go To Gallery Above</font></b></td></tr></table>','','','','newsTxt1');
   theNews.addItem('<table border="0" cellpadding="0" style="border-collapse: collapse" width="169"><tr><td><p align="center"><img border="0" src="http://www.e-bodyparts.com/Car-Hoods/Tour/1c-01.jpg" width="169" height="112"></td></tr><tr><td><p align="center"><font face="Verdana" size="1"> <b>Customers Photos</b></font></td></tr><tr><td><img border="0" src="http://www.e-bodyparts.com/Car-Hoods/Tour/1d-01.jpg" width="169" height="112"></td></tr><tr><td><p align="center"><font face="Arial" size="1">&nbsp;</font><b><font face="Verdana" size="1">Go To Gallery Above</font></b></td></tr></table>','','','','newsTxt1');
   theNews.addItem('<table border="0" cellpadding="0" style="border-collapse: collapse" width="169"><tr><td><p align="center"><img border="0" src="http://www.e-bodyparts.com/Car-Hoods/Tour/1e-01.jpg" width="169" height="112"></td></tr><tr><td><p align="center"><font face="Verdana" size="1"> <b>Customers Photos</b></font></td></tr><tr><td><img border="0" src="http://www.e-bodyparts.com/Car-Hoods/Tour/1f-01.jpg" width="169" height="112"></td></tr><tr><td><p align="center"><font face="Arial" size="1">&nbsp;</font><b><font face="Verdana" size="1">Go To Gallery Above</font></b></td></tr></table>','','','','newsTxt1');
   theNews.addItem('<table border="0" cellpadding="0" style="border-collapse: collapse" width="169"><tr><td><p align="center"><img border="0" src="http://www.e-bodyparts.com/Car-Hoods/Tour/1g-01.jpg" width="169" height="112"></td></tr><tr><td><p align="center"><font face="Verdana" size="1"> <b>Customers Photos</b></font></td></tr><tr><td><img border="0" src="http://www.e-bodyparts.com/Car-Hoods/Tour/1h-01.jpg" width="169" height="112"></td></tr><tr><td><p align="center"><font face="Arial" size="1">&nbsp;</font><b><font face="Verdana" size="1">Go To Gallery Above</font></b></td></tr></table>','','','','newsTxt1');

   // the next 2 lines construct the news box, and start the scroller
   theNews.construct();
   theNews.startScroll();
// End -->