// reneeshandmadesoap.com
// author: ama; last revised: 11 March 2006
// javascript include file: navigation links at bottom of page
//   <a href="./cart.html"> Show Cart </a> | 
document.write('\
<tr>\
  <td rowspan="5">\
    <img src="pics/spacer.gif" width="10" height="5" border="0">\
  </td>\
</tr>\
<tr><td class="end2" align="center"> <br/><br/>\
 <img src="./pics/bar_bubble.gif" ALT="separator bar">\
</td></tr>\
<tr>\
  <td width="90%" class="end2">\
 \
  <!------- BOTTOM NAVIGATION ---------> \
  <table border="0" cellspacing="0" cellpadding="0" width="100%"> \
  <tr> \
  <td class="navend" align="center"> [ \
  <a href="./index.html"> Home </a> | \
  <a href="./wrsp.html"> Wrapped Soap </a> | \
  <a href="./uwrsp.html"> Unwrapped Soap </a> | \
  <a href="./bb.html"> Bath Bombs </a> | \
  <a href="./gifts.html"> Gifts </a> | \
  <a href="./events.html"> Events </a> | \
  <a href="http:\/\/www.reneeshandmadesoap.com\/java\/servlet\/csw.rhms_db.rhms\?action=show"> Show Cart </a> | \
  <a href="./cont.html"> Contacts </a> ] \
  </td> \
  </tr> \
');
