<!-- 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 Personalized 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">Home</a><br>');
document.write('<a href="personalized-bags.htm">Bags & Purses</a><br>');
document.write('<a href="personalized-business-gifts.htm">Business Gifts</a><br>');
document.write('<a href="personalized-ceramic.htm">Ceramic</a><br>');
document.write('<a href="personalized-clocks.htm">Clocks</a><br>');
document.write('<a href="ideas-for-fundraising.htm">Fundraising</a><br>');
document.write('<a href="personalized-kids-gifts.htm">Gifts for Kids</a><br>');
document.write('<a href="gifts-for-men.htm">Gifts for Men</a><br>');
document.write('<a href="gifts-for-her.htm">Gifts for Women</a><br>');
document.write('<a href="photo-home-decor.htm">Home Decor</a><br>');
document.write('<a href="personalized-jewelry.htm">Jewelry</a><br>');
document.write('<a href="personalized-boxes.htm">Keepsake Boxes</a><br>');
document.write('<a href="photo-keychain.htm">Key Chains</a><br>');
document.write('<a href="personalized-mugs.htm">Mugs</a><br>');
document.write('<a href="personalized-ornaments.htm">Ornaments</a><br>');
document.write('<a href="personalized-products.htm">Personalized Products</a><br>');
document.write('<a href="personalized-pet-gifts.htm">Pet Gifts</a><br>');
document.write('<a href="pewter-gifts.htm">Pewter Gifts</a><br>');
document.write('<a href="wooden-personalized.htm">Wooden Personalized</a><br>');
document.write('<a href="wrought-iron-decor.htm">Wrought Iron Decor</a><br>');

document.write('</span>');











// START TOPIC 2



document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Our Customers Say:');

document.write('<br></span><span class="sidebartext">');

document.write('Oh my gosh...I am beyond thrilled with what you have done. I LOVE everything! My husband thinks the ornaments are amazing. THANK YOU so very much! <br>');
document.write('<b>- Tara -</b><br>');


document.write('<br>');
document.write('I wore my Grandchildren t-shirt to class and everyone came over to see it. They wanted to know where they could order one for themselves!<br>');
document.write('<b>- Gloria -</b><br>');


document.write('<br>');
document.write('Very original gift. I purchased the photo mug for my mother and she uses it everyday. It sure puts a smile on her face. Thank you for such a great idea.<br>');
document.write('<b>- Virginia -</b><br>');


document.write('<br>');
document.write('Thank you for the quick delivery. My mom loves the pen holder!<br>');
document.write('<b>- Janine -</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 -->
