<!-- 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('Cake 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="photo-cakes.html">Photo Cakes</a><br>');
document.write('<a href="fruit-cakes.html">Fruit Cakes</a><br>');
document.write('<a href="theme-cakes.html">Theme Cakes</a><br>');
document.write('<a href="romantic-cakes.html">Special Occasions</a><br>');
document.write('<a href="chocolate-cakes.html">Chocolate Cakes</a><br>');

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




// START TOPIC 2


document.write('<br>');

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

document.write('Delivery:');

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

document.write('<span class="hilite">FREE DELIVERY</span> on  all orders!*<br><br> <a href="terms.html"><center>*Please read delivery terms before ordering</center></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>What a wonderful way for me to send gifts to my family back in Yerevan. I just wish I could have been there to eat the cake as well.</i> - <BR>Samvel Avetisyan, FL<br>');

document.write('<br>');
document.write('<i>I am so glad I found your site. We just used to send flowers all the time. Now we can send cakes and gifts. I will certainly be using you again.</i> - <BR>Hasmik Pogosyan, CA<br>');

document.write('<br>');
document.write('<i>Everything was so easy and the gifts were delivered as promised. Thank you</i> - <BR>Anna Adamian, NY<br>');

document.write('<br>');
document.write('<i>Easy to use the site, easy to order the gifts, easy to eat the cakes! Awesome service guys!</i> - <BR>Artur Farsiyan, CA<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('Why are our cakes so good?');

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

document.write('All our cakes are handmade to order using only the best natural ingredients. We do not hold cakes in stock, which means that your order will be so fresh that you will be able to smell it coming out of the oven!<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 -->
