<!-- 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><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('"I left my healing feeling uplifted and optimistic - with the intention of appreciating my husband for EVERYTHING.<br><br>I could not believe the difference this made. Suddenly he was attentive to my every need. I could hardly believe how easy it was!<br>After years of frustration, this simple technique has totally transformed our relationship. Thank you Jacqui!"<br><br>Adrienne<br>Auckland<br>New Zealand<br><br>"Thank you for an awesome experience yesterday. I was able to let go of a lot of stuff yesterday including a lot of suppressed grief.I felt much more energized 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<br>New Zealand<br><br>');

document.write('</fieldset>');
document.write('<br>');


}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

 





document.write('</td></tr></table>');


// -- END -->