/* This script provides lists the current product specials or introductions of new products */
document.writeln('<table width="240" cellpadding="6" cellspacing="0" border="1">');
document.writeln('    <thead>');
document.writeln('      <tr>');
document.writeln('         <th class="reversebold">Current Specials</th>');
document.writeln('      </tr>');
document.writeln('    </thead>');
document.writeln('    <tbody>');
document.writeln('      <tr>');
document.writeln('        <td>');
document.writeln('          <p style="margin-left: 10px"><img alt="&gt;" src="http://www.northstarenergyservices.com/images/boxarrow.gif" align="middle"> <b><a href="http://www.northstarenergyservices.com/1500sp.htm">SP1500T:</a> Starting at <span style="text-decoration:line-through">$4,449</span> $4,299</b></p>');
document.writeln('          <p style="margin-left: 10px"><img alt="&gt;" src="http://www.northstarenergyservices.com/images/boxarrow.gif" align="middle"> <b><a href="http://www.northstarenergyservices.com/2400sp.htm">SP2400T:</a> Base price $5,199 - $200 off!</b></p>');
document.writeln('          <p style="margin-left: 10px"><img alt="&gt;" src="http://www.northstarenergyservices.com/images/boxarrow.gif" align="middle"> <b><a href="http://www.northstarenergyservices.com/sp3600t.htm">SP3600T:</a> Save $300 - Now $5,999</b></p>');
document.writeln('          <p style="margin-left: 10px"><img alt="&gt;" src="http://www.northstarenergyservices.com/images/boxarrow.gif" align="middle"> <b><a href="http://www.northstarenergyservices.com/sp4000t.htm">SP4000T:</a> Was $7,999 - Now $400 off!</b></p>');
document.writeln('          <p style="margin-left: 10px" class="reverse"><b>Plus: Get a free battery temp sensor with every order until April 30, 2010! A $39 value.</b><img alt="more info" title="" border="0" align="middle" src="images/infoicon.gif" height="11" width="9" align="middle" onMouseOver="myHint.show(\'BATTERYTEMPSENSOR\')" onMouseOut="myHint.hide()"></p>');
document.writeln('          <p style="margin-left: 10px" class="reverse"><b>Plus: FREE! Get a trailer jack with every SP Series order! A $49 value.</b><img alt="more info" title="" border="0" align="middle" src="images/infoicon.gif" height="11" width="9"  align="middle" onMouseOver="myHint.show(\'TRAILERJACK\')" onMouseOut="myHint.hide()"></p>');
document.writeln('      </tr>');
document.writeln('    </tbody>');
document.writeln('  </table>');