<!-- 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('Shortcuts - click below:');

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="ebook.htm">eBook offer</a><br>');
document.write('<a href="about.htm">About the authors</a><br>');
document.write('<a href="frontcover.htm">See the front cover</a><br>');
document.write('<a href="backcover.htm">See the back cover</a><br>');
document.write('<a href="intro.htm">Read the Introduction</a><br>');
document.write('<a href="contents.htm">Read the Contents</a><br>');
document.write('<a href="faq.htm">FAQs</a><br>');
document.write('<a href="contact.htm">Contact us</a><br>');
document.write('<a href="links.htm">Links</a><br>');
document.write('<a href="conditions.htm">Terms & Conditions</a><br>');
document.write('<a href="privacy.htm">Data privacy</a><br>');
document.write('<a href="workshops.htm">B&B Workshop</a><br>');

document.write('</span>');




// START TOPIC 2





// START TOPIC 3



document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('What Readers Say:');

document.write('<br></span><span class="sidebartext">');

document.write('"One of the most practical, well structured, easy to read and informative small business books I have come across.<br>');
document.write('I would have no hesitation recommending it to anyone considering running a B&B."<br>');
document.write('<b>- P.B. -</b><br>');


document.write('"Wonderful book. I have read it cover to cover twice and now my husband is hooked on your useful advice.');
document.write('Your book has inspired us to go for it. What makes the book so special is you are prepared to back up your advice after the book has gone to print with your website and availablity at the end of an email. Thank you."<br>');
document.write('<b>- J.B. -</b><br>');


document.write('"Well thought out and well written. A pleasure to read and plenty to think about."<br>');
document.write('<b>- R.R. -</b><br>');

document.write('"A gem of a book, it really has given me everything and more to help me make my venture the success I hope it will be."<br>');
document.write('<b>- D.F. -</b><br>');

document.write('"Excellent book."<br>');
document.write('<b>- J.E. -</b><br>');

document.write('"I am very happy...I have found information that is very useful to me and am only half way through your book... well worth buying."<br>');
document.write('<b>- S.K. -</b><br>');

document.write('"Very useful and just what I was looking for.  An invaluable guide."<br>');
document.write('<b>- P.B. -</b><br>');

document.write('"Lots of useful info"<br>');
document.write('<b>- D.M. -</b><br>');

document.write('"Very helpful, thank you"<br>');
document.write('<b>- S.K. -</b><br>');

document.write('"Thank you for your wonderful book and the gems of advice it is crammed with. It was perfect for me, as I am about to venture into the world of B&B ownership for the first time."<br>');
document.write('<b>- D.F. -</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 -->
