<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "25"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON


document.write('</td><td>');
document.write('<a href="index.html" class="menu">Home</a>');



document.write('</td><td>');
document.write('<a href="bio.html" class="menu">Bio</a>');



document.write('</td><td>');
document.write('<a href="http://writersaharakelly.blogspot.com" target="_blank" class="menu">Blog</a>');



document.write('</td><td>');
document.write('<a href="partner.html" class="menu">Co-Writing</a>');



document.write('</td><td>');
document.write('<a href="galleriffic/contemp.html" class="menu">Contemporaries</a>');



document.write('</td><td>');
document.write('<a href="galleriffic/historical.html" class="menu">Historicals</a>');



document.write('</td><td>');
document.write('<a href="galleriffic/paranormal.html" class="menu">Paranormal and Other</a>');


document.write('</td><td>');
document.write('<a href="print.html" class="menu">In Print</a>');



document.write('</td><td>');
document.write('<a href="tidbits.html" class="menu">Tidbits</a>');



document.write('</td><td>');
document.write('<a href="links.html" class="menu">Links</a>');

document.write('</td><td>');
document.write('<a href="http://www.skprivatelabel.com/index.html" class="menu">SK Private Label Publications</a>');



// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');


//  End -->
