<!-- 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('Categories');

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="bookstore.htm">Arrowhead Bookstore</a><br>');

document.write('<a href="cookbooks.htm">Cookbooks</a><br>');
document.write('<a href="index.html">Home</a><br>');

document.write('<a href="oldwest.htm">Old West</a><br>');
document.write('<a href="rarebooks.htm">Rare Books</a><br>');

document.write('<a href="writerfriendlylinks.htm">Writer Friendly Links</a><br>');
document.write('<a href="http://www.egraphicscompany.com" target="_blank" />Self Publish With The Graphics Company</a><br>');

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('Thank you for your quick and efficient service. The books were great and so were you.<br>');
document.write('<b>- Jim Brennan -</b><br>');


document.write('<br>');
document.write('You shipped my book so fast (at my request) that it was here the next day.  Wow!!!<br>');
document.write('<b>- Martha M. -</b><br>');


document.write('<br>');
document.write('Great job.  My first POD and it\'s incredible.  Thank you..<br>');
document.write('<b>- Tony DiMarco -</b><br>');


document.write('<br>');
document.write('Service is stupendous.  Books are great.  Thanks!<br>');
document.write('<b>- Otto Jax -</b><br>');

document.write('<br>');
document.write('I received the cookbook in my mail today, thanks so much for the prompt service!<br>');
document.write('<b>- Sue M. O. -</b><br>');

document.write('<br>');
document.write('Wonderful service and great book. Thank you!<br>');
document.write('<b>- Dick G., Florida. -</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 -->
