<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "2"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="0" cellspacing="0" border="0" class="sidebartext-right"><tr><td>');









// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA


 if (paragraph_1 == "yes") {
document.write('<fieldset><legend>');

document.write('Inspiring Your Life<br>Newsletter Coming<br></legend>');  

document.write('Each week you will receive inspiring tips and tricks to inspire, uplift and empower you AND your relationships.<br>');


document.write('</fieldset>');
document.write('<br>');

			   
			   


}

   if (paragraph_2 == "yes") {
	   
 


}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="about.htm"><img src="picts/jacs0114textpath.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

  
if (paragraph_3 == "yes") {
document.write('<fieldset><legend>');

document.write('Testimonials<br></legend>');

document.write('"Thank you for a wonderful Tantric session yesterday. It was all that I imagined plus more.<br><br><b>Your generosity of spirit and genuine care</b> was amazing and deeply appreciated. The knowledgeable input provided enabled me to gain <b>some fabulous insights</b> into a very different way of approaching life, living and loving.<br><br>It was an honor to share such intellectual and physical intimacy with you on <b>issues that are normally taboo</b> and usually very difficult to discuss in an open and sharing manner like I experienced yesterday.<br><br>In short, a  very sincere thank you for <b>an incredible learning experience</b>.  I suspect that the session will be a life changing encounter for me, and I look forward to continuing the journey after such a great start - thanks to you!"<br><br>Neville<br>NSW, Australia<br><br>"I have always known that <b>my partner wanted to please me,</b> and that he loves to give pleasure but until our session with you, it just had not worked for me.  <b>Now he has got it!</b> And now I know how to lovingly get him back on track if I need to.<br><br> I liked the way <b>you explained things</b> before the session started and during the massage when you demonstrated the technique and worked with my partner - it was a <b>wonderfully nurturing, loving and sensual experience</b>. <br><br>It was also good to get the notes after the session. So thank you Jacqui for <b>your loving encouragement</b> - keep up the good work!"<br><br>Anna Jackson<br>Auckland, New Zealand<br><br>"I left my healing feeling uplifted and optimistic - with the intention of appreciating my husband for EVERYTHING.<br><br>I could not <b>believe the <br>difference</b> this made. Suddenly he was attentive to my every need. I could hardly believe how easy it was!<br><br>After years of frustration, this <b>simple technique</b> has totally transformed our relationship. Thank you Jacqui!"<br><br>Adrienne<br>Auckland, New Zealand<br><br>"Thank you for <b>an awesome experience</b> yesterday. I was able to let go of a lot of stuff yesterday including a lot of suppressed grief.I felt much <b>more energized</b> than usual which was very nice.<br><br>You are a magnificent being and deserve success, happiness and abundance for your work.<br>Thank you."<br><br>Keith<br>Auckland, New Zealand<br><br>');

document.write('</fieldset>');
document.write('<br>');


}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

 





document.write('</td></tr></table>');


// -- END -->