<!-- 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('Your 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">Products One</a><br>');
document.write('<a href="gallery2.htm">Products Two</a><br>');
document.write('<a href="gallery3.htm">Products Three</a><br>');
document.write('<a href="gallery4.htm">Products Four</a><br>');
document.write('<br>');
document.write('<a href="slideshow/index.html">View Slideshow</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('This week only <span class="hilite">1 CENT SHIPPING</span> ... <a href="index.htm">Click for details</a><br>');

document.write('<center>');
document.write('<img src="picts/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('I placed your beautiful gold box with a necklace set in every teacher\'s box.  The very best teacher\'s gifts. Thanks!<br>');
document.write('<b>- Susan C. -</b><br>');


document.write('<br>');
document.write('I am so excited. I\'ve bookmarked the site and emailed it to all of my co-workers!!!<br>');
document.write('<b>- Jill H. -</b><br>');


document.write('<br>');
document.write('Glad I found your jewelry site! Beautiful women\'s accessories that even I can afford.<br>');
document.write('<b>- Alice F. -</b><br>');


document.write('<br>');
document.write('Thank you very much. Great bridesmaids gifts!<br>'); 
document.write('<b>- Betty S. -</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="picts/sidebar-left1.jpg" border="1" vspace="5"></a><br></center>');

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

}




//  End -->
