// NOTE: If you use a ' add a slash before it like this \'


// START MENU LINKS - COPY ANY 2 LINES TO ADD A NEW MENU ITEM

document.write('&nbsp;');
document.write('</td><td>&nbsp;</td><td>');


document.write('<a href="flight93.html" class="menu">&nbsp;Flight 93</a>');
document.write('</td><td>|</td><td>');


document.write('<a href="hotshots.html" class="menu">Hot Shots</a>');
document.write('</td><td>|</td><td>');

document.write('<a href="firequeen.html" class="menu">Fire Queen</a>');
document.write('</td><td>|</td><td>');

document.write('<a href="prevention.html" class="menu">Prevention</a>');
document.write('</td><td>|</td><td>');

document.write('<a href="links.html" class="menu">Links</a>');
document.write('</td><td>|</td><td>');

document.write('<a href="site_map.html" class="menu">Site Map</a>');



//  End -->
