<!-- Begin SIDEBAR LEFT


// NUDGE DOWN SPACER
document.write('<img src="picts/spacer.gif" height="2" width="10"><br>')




// START TOPIC 1

document.write('<span class="sidebartitle">');

document.write('Our Products:');

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="index.html">Featured Products</a><br>');

document.write('<a href="gallery1.htm">Cast Iron Cookware</a><br>');
document.write('<a href="gallery2.htm">MC Ware</a><br>');
document.write('<a href="gallery3.htm">Boiling Pots</a><br>');
document.write('<a href="gallery4.htm">Burners</a><br>');
document.write('<a href="gallery5.htm">Miracle Rice Cookers</a><br>');
document.write('<a href="gallery6.htm">Cooking Accessories</a><br>');
document.write('<a href="gallery7.htm">Regulatory Signs</a><br>');
document.write('<a href="gallery8.htm">Rain Boots</a><br>');


document.write('</span>');




// START TOPIC 2


document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Store Hours:');

document.write('<br></span><span class="sidebartext">');

document.write('Monday - Friday 8:00 to 5:00<br>');
document.write('Saturday 8:00 - 5:00<br>');

document.write('<center>');
document.write('<br>');
document.write('</center>');

document.write('</span>');






// START TOPIC 3



document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Many Customers Say:');

document.write('<br></span><span class="sidebartext">');

document.write('I\'ve been looking all over town, I should have looked here first.<br>');
document.write('<b></b><br>');




document.write('</span>');










// THIS IS AN EXTRA PARAGRAPH - CHANGE BELOW TO YES TO SHOW IT




var extra_paragraph 	= "yes"	  // SHOW ANOTHER PARAGRAPH


   if (extra_paragraph == "yes") {

// START TOPIC 4

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Joe Says:');

document.write('<br></span><span class="sidebartext">');

document.write('It\'s a need that gets them in the door, it\'s the service that keeps them coming back.<br>');

document.write('<center><br></center>');

document.write('</span>');

}




//  End -->

