/* Header and Date Script */


document.write('<table width="100%" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td width="800">');

document.write('<IMG SRC="images/header.jpg" USEMAP="#header.jpg" WIDTH="770" HEIGHT="100" BORDER="0"> ');
document.write('<MAP NAME="header.jpg">');
document.write('<AREA SHAPE=RECT COORDS="0,0,455,99" HREF="index.html"> ');
document.write('<AREA SHAPE=RECT COORDS="459,0,559,99" HREF="http://securemeeting.pgimeet.com/w/pub/entry?hcid=1106549&loc=EN" TARGET="_blank">');
document.write('<AREA SHAPE=RECT COORDS="565,3,769,99" HREF="faq.html">');
document.write('</MAP>');

document.write('</td>');
document.write('<td><center><div class="nav-parts"><a href="pdf/special.pdf" target="_blank">');
document.write('Monthly Parts<br />Specials</a></div></center></td>');
document.write('<td><a href="http://www.youtube.com/22jetter22" target="_blank">');
document.write('<img src="images/youtube.png" width="67" height="30" alt="You Tube"></a></td>');
document.write('<td><a href="http://www.facebook.com/pages/US-Jetting/169241673110753" target="_blank">');
document.write('<img src="images/fb.jpg" width="100" height="30" alt="FaceBook"></a></td>');
document.write('<td>');

document.write('<table width="100" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td><span class="phone"><i>800-538-8464</i></span><br></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class="date">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
document.write('</td>');
document.write('</tr>');
document.write('</table>');

document.write('</td>');
document.write('</tr>');
document.write('</table>');

