<!-- Begin
   theNews=new newsScroll("theNews"); //create our newsScroller object
   theNews.scrollerdelay = 24000; // pausetime 3000 = 3 Seconds
   theNews.scrollerwidth = 169;  // the width of the box
   theNews.scrollerheight = 348; // the height of the box
   theNews.scrollerbgcolor = 'c5c5c5'; //  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><font face="Arial" size="1">&nbsp;</font><font size="1" face="Verdana"><b>One piece</b></font><font face="Arial" size="1"> front ends, full bodies, and fenders are all available at our main site <font color="#333333"></font><a target="_blank" href="http://www.usbody.com/"><font color="#333333">www.USBody.com</font></a></font></td></tr><tr><td><p align="center"><img border="0" src="http://www.e-bodyparts.com/Car-Hoods/Images/Global/Right-Pics/c-1-01.jpg" width="169" height="112"></td></tr><tr><td><font face="Arial" size="1">&nbsp;</font><b><font size="1" face="Verdana">Front ends</font></b><font face="Arial" size="1"> are available for most 1955-1998 Ford, Chevy, and Dodge cars.</font></td></tr><tr><td><img border="0" src="http://www.e-bodyparts.com/Car-Hoods/Images/Global/Right-Pics/c-2-01.jpg" width="169" height="112"></td></tr><tr><td><font face="Arial" size="1">&nbsp;</font><font size="1" face="Verdana"><b>All fiberglass</b></font><font face="Arial" size="1"> bodies are available for most 1923-1988 Ford, Chevy, Dodge &amp; Willys cars.</font></td></tr></table>','','','','');
   theNews.addItem('<table border="0" cellpadding="0" style="border-collapse: collapse" width="169"><tr><td><font face="Arial" size="1">&nbsp;</font><font face="Verdana" size="1"><b>100 new</b></font><font face="Arial" size="1"> custom hoods have just been added to are already large line of quality products. Ram Air II, Twin Turbo Retro, Deep Throat, Dual Ram Air, Max Ram Air just to name a few.</font></td></tr><tr><td><p align="center"><img border="0" src="http://www.e-bodyparts.com/Car-Hoods/Images/Global/Right-Pics/h-1-01.jpg" width="169" height="75"></td></tr><tr><td><font face="Arial" size="1">&nbsp;</font><font face="Verdana" size="1"><b>Deep Throat </b></font><font face="Arial" size="1">hoods actually extend down into the engine compartment.</font></td></tr><tr><td><img border="0" src="http://www.e-bodyparts.com/Car-Hoods/Images/Global/Right-Pics/h-2-01.jpg" width="169" height="73"></td></tr><tr><td><font face="Arial" size="1">&nbsp;</font><font face="Verdana" size="1"><b>Larger</b></font><font face="Arial" size="1"> ram air ports and superior internal ducting makes Tech-Hoods number one.<br>&nbsp;</font><b><font face="Verdana" size="1">Look </font></b><font face="Arial" size="1">for one of these great new hoods for your new late model car or truck.</font></td></tr></table>','','','','newsTxt1');
   theNews.addItem('<table border="0" cellpadding="0" style="border-collapse: collapse" width="169"><tr><td><font face="Arial" size="1">&nbsp;</font><font face="Verdana" size="1"><b>Be sure</b></font><font face="Arial" size="1"> to check out the customer photo gallery. It features hundreds of pictures of some awesome cars and trucks.</font></td></tr><tr><td><p align="center"><a title="Larger View &gt; &gt;"  target="_blank" href="http://www.carhoods.com/NavPages/Rt-Ssroll/POP-4.htm"><img border="0" src="http://www.e-bodyparts.com/Car-Hoods/Images/Global/Right-Pics/p-1-01.jpg" width="169" height="112"></a></td></tr><tr><td><font face="Arial" size="1">&nbsp;</font><font face="Verdana" size="1"><b>1969 El Camino</b></font><font face="Arial" size="1"> with one of our steel cowl induction hoods.</font></td></tr><tr><td><a title="Larger View &gt; &gt;" target="_blank" href="http://www.carhoods.com/NavPages/Rt-Ssroll/POP-3.htm"><img border="0" src="http://www.e-bodyparts.com/Car-Hoods/Images/Global/Right-Pics/p-2-01.jpg" width="169" height="112"></a></td></tr><tr><td><font face="Arial" size="1">&nbsp;</font><font face="Verdana" size="1"><b>Avalanche</b></font><font face="Arial" size="1"> with the dual ram air hood. Click images for a larger, cleaner view.</font></td></tr></table>','','','','newsTxt1');

   // the next 2 lines construct the news box, and start the scroller
   theNews.construct();
   theNews.startScroll();
// End -->


