<!-- 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('Contents:');

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="index.html">Home</a><br>');
document.write('<a href="thesession.htm">The Session</a><br>');
document.write('<a href="whyquit.htm">Why Quit?</a><br>');
document.write('<a href="testimonials.htm">Feedback</a><br>');
document.write('<a href="contact.htm">Contact</a><br>');

document.write('</span>');




// START TOPIC 2


document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Specials:');

document.write('<br></span><span class="sidebartext">');

document.write('<span class="hilite">FREE CD</span>  of hypnotic relaxation music with all bookings. <a href="specials.htm">Click for details</a><br>');

document.write('<center>');
document.write('<img src="picts/cdhand.gif" border="0"><br>');
document.write('</center>');

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('Hello, I came to see you about 6 weeks ago to give up smoking and I havent smoked since! Thank you very much, it was so easy I have referred to you my flatmates who I believe are both coming to see you tomorrow morning.<br>');
document.write('<b>- S Chaddha -</b><br>');


document.write('<br>');
document.write('I loved it, and  you really have patience with heavy smokers! You have a great product! I left laughing at the idea I ever smoked.<br>');
document.write('<b>- Simon Hall -</b><br>');


document.write('<br>');
document.write('I did notice some withdrawal - but it was nothing like what I have experienced before. Every smoker in our office has now been to see you and all because someone saw you on breakfast TV - .<br>');
document.write('<b>- Kerry -</b><br>');

document.write('<br>');
document.write('You treated me in October of last year, before I came to live in Central America, for smoking. Since then I havenīt smoked a single cigarette and the experiences I have had give me the impression it is extremely unlikely I will ever do so again in my life.<br>');
document.write('<b>- Joseph Noorami -</b><br>');


document.write('<br>');
document.write('Dear Mr Matthews, I would just like to take this opportunity to thank you for helping me to quit smoking. I had been a smoker for over twenty years of my life and did not think i had the willpower to stop. (Neither did any of my friends!).Its now eleven months since ive had a cigarette and i can honestly say its changed my life! Thank you so much..<br>');
document.write('<b>- Sandy Wilson -</b><br>');


document.write('<br>');
document.write('These are just a few of the testimonials we regularly receive - <a href="testimonials.htm">read more</a><br>');

document.write('</span>');












// THIS IS AN EXTRA PARAGRAPH - CHANGE BELOW TO YES TO SHOW IT




var extra_paragraph 	= "yes"	  // SHOW ANOTHER PARAGRAPH


   if (extra_paragraph == "no") {

// START TOPIC 4

document.write('<br>');

document.write('<span class="">');

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 -->

