<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: The spacer below is for INCREASING THE MENU WIDTH



document.write('<div id="menulocation">');
document.write('<img src="picts/spacer.gif" height="2" width="150"><br>');
document.write('<span class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="menulinks">');
document.write('<tr><td class="menu">');
document.write('<a href="index.html">Home</a><br>');


// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="sacred-impact-about-shemaya.htm">About Shemaya</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="sacred-impact-shemaya-members.htm">Shemaya Members</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="sacred-impact-shemaya-kudos.htm">Shemaya Kudos</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="sacred-impact-shemaya-events.htm">Shemaya Events</a><br>');


// document.write('</td></tr><tr><td class="menu">');
// document.write('<a href="sacred-impact-shemaya-press.htm">Shemaya Press</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="http://runaruhau.blogspot.com/" target="_blank">Read my BLOG</a><br>');


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="sacred-impact-shemaya-contact.htm">Contact</a><br>');


document.write('</td></tr></table>');
document.write('</span>');
document.write('</div>');


//  End -->