/************************************************
 * sponsor.js
 ************************************************/

   sponsorbar = '<center> <table border="0"> <tr>  \
   <td width="860">  \
     <p style="line-height: 250%; margin-top: 0pt; margin-bottom: 0pt;" align="center"><font size="2">  \
       <small>MBK thanks the following sponsors for their support. Please help support them with your business when possible.</small> \
     </font></p> \
     <p style="margin-top: 2px; margin-bottom: 0pt;" align="center">  \
\
     <a href="http://www.fastech-racing.com/home.php" target="_blank">  \
     <img style="border: 0px solid ; width: 120px; height: 30px;" alt="" title="Fastech Racing" src="images/fastech.jpg"></a>&nbsp;  \
     <a href="http://www.rlv.com/" target="_blank">  \
     <img style="border: 0px solid ; width: 120px; height: 30px;" alt="" title="RLV" src="images/rlv.jpg"></a>&nbsp;  \
     <a href="http://www.scribnerplastics.com/" target="_blank">  \
     <img style="border: 0px solid ; width: 120px; height: 30px;" alt="" title="Scribner Plastics" src="images/scribner.jpg"></a>&nbsp;  \
     <a href="http://www.kartwarehouseusa.com/" target="_blank">  \
     <img style="border: 0px solid ; width: 120px; height: 30px;" alt="" title="Kart Warehouse USA" src="images/kwh.jpg"></a>  \
<br> \
     <a href="http://www.facebook.com/pages/Ace-High-Signs-and-Screenprinting/244700338844" target="_blank">  \
     <img style="border: 0px solid ; width: 120px; height: 30px;" alt="" title="Ace High Design" src="images/acehighdesign.jpg"></a>&nbsp;  \
     <a href="http://www.burrisracing.com/main.html" target="_blank">  \
     <img style="border: 0px solid ; width: 120px; height: 30px;" alt="" title="Burris Racing" src="images/burris.jpg"></a>&nbsp;  \
     <a href="http://www.streetersuperstands.com/" target="_blank">  \
     <img style="border: 0px solid ; width: 120px; height: 30px;" alt="" title="Streeter Super Stands" src="images/streeter.jpg"></a>&nbsp;  \
     <a href="http://www.courtneyconcepts.com/" target="_blank">  \
     <img style="border: 0px solid ; width: 120px; height: 30px;" alt="" title="Courtney Concepts" src="images/courtney.jpg"></a>  \
     <a href="http://www.netpipe.com/" target="_blank">  \
     <img style="border: 0px solid ; width: 120px; height: 30px;" alt="" title="Netpipe Internet Services" src="images/netpipe.gif"></a>  \
\
   </p>  \
   <hr color="#000066" size="4" width="100%"></td>  \
   </td>  \
   </tr> </table> </center>';

   function sponsorAd( flag )
   {
     document.write( sponsorbar );
   }


