<!-- Begin SIDEBAR LEFT


// NUDGE DOWN SPACER
document.write('<img src="img/spacer.gif" height="2" width="10"><br>')




// START TOPIC 1

document.write('<span class="sidebartitle">');

document.write('Product Categories:');

document.write('<br></span><span class="sidebarlinks">');


// START SIDEBAR LINKS - YOU CAN COPY AND PASTE A LINE TO ADD A LINK

document.write('<a href="gallery1.htm">EOD Memorial Items</a><br>');
document.write('<a href="gallery2.htm">T-Shirts</a><br>');
document.write('<a href="gallery3.htm">Hats</a><br>');
document.write('<a href="gallery4.htm">Decals &amp; Ribbons</a><br>');
document.write('<a href="gallery5.htm">Challenge Coins &amp; Pins</a><br>');
document.write('<a href="gallery6.htm">DVDs, Books &amp; Gifts</a><br>');
document.write('<a href="gallery7.htm">Hot Sauces, Food &amp; Spices</a><br>');
document.write('<a href="gallery8.htm">Auto &amp; Truck Accessories</a><br>');
document.write('<a href="gallery9.htm">Games &amp; Toys</a><br>');
document.write('<a href="gallery10.htm">Jewelry</a><br>');
document.write('<a href="gallery11.htm">Uniform Items</a><br>');
document.write('<a href="gallery12.htm">Class &amp; Unit Items</a><br>');
document.write('<a href="gallery13.htm">EOD MasterBlasters Only</a><br>');
document.write('<a href="index2.html">Featured Products</a><br>');


document.write('</span>');




// START TOPIC 2


document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Specials:');

document.write('<br></span><span class="sidebartext">');

document.write('While our minimum shipping &amp; handling charge is $8.00, remember that you get absolutely <span class="hilite">FREE SHIPPING</span> with any order over $200... <a href="specials.htm">Click for details</a><br>');

document.write('<center>');
document.write('<img src="img/shipping.gif" border="0"><br>');
document.write('</center>');

document.write('</span>');






// START TOPIC 3



document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Our Customers Say:');

document.write('<br></span><span class="sidebartext">');


document.write('Love your new website... Easy to use... Very spiffy!<br>');
document.write('<b>- Bill Rusnak -</b><br>');

document.write('<br>');
document.write('Thanks for everything! Great customer service... second to none.<br>');
document.write('<b>- Sam Birchfield -</b><br>');


document.write('<br>');
document.write('Wow! A great selection of EOD products... excellent prices!<br>');
document.write('<b>- Jimmy Mueller -</b><br>');

document.write('<br>');
document.write('Best EOD merchandise on the net... Bombsquadopoly is a blast!!!<br>');
document.write('<b>- Trey Carroll -</b><br>');



document.write('</span>');










// THIS IS AN EXTRA PARAGRAPH - CHANGE BELOW TO YES TO SHOW IT




var extra_paragraph 	= "no"	  // SHOW ANOTHER PARAGRAPH


   if (extra_paragraph == "yes") {

// START TOPIC 4

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Paragraph Title:');

document.write('<br></span><span class="sidebartext">');

document.write('This is an extra paragraph with a linked image you can turn on by changing the above to a yes.<br>');

document.write('<center><a href="about.htm"><img src="img/sidebar-left1.jpg" border="1" vspace="5"></a><br></center>');

document.write('</span>');

}




//  End -->
