<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

// Adele Cox 4/6/08:  Turned off second paragraph and removed lots of blank lines
//                    for improved readability
//                    Changed content of paragraph 1

// Adele Cox 4/7/08:  Somehow I removed the entire right sidebar with these changes
//                    so I reset paragraph 2 to yes to see what didn't work before
//                    OK, this time turning paragraph 2 to no seemed to work. Fine.
//                    Well, now I wanto use it ..
//
// Adele Cox 4/15/08: Changed text of paragraph 2 header from 'healing is waiting
//                    for you' (too long to fit in frame)
//
// Adele Cox 4/25/08: Replaced 'services.htm' with specific files in paragraph 1



var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// 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="5" cellspacing="10" 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('Whole Self Healing<br></legend>');

// document.write('You can edit this side bar area with your own text or add links or small images here as well. <a href="contact.htm">Contact us...</a><br>');


// Adele Cox 4/15/08: changed text of paragraph 1 sidebox: added keywords that will replicate on each pg
// document.write('<a href="contact.htm">Feel Connected & Alive in Body, Mind, & Spirit</a><br>');


// Adele Cox 6/15/08: Replaced stress.htm with actual file names

document.write('<center><i><br>Are You Suffering with:</i></center><br>');
document.write('Recurrent or Chronic Pain in Your <a href="back_pain.htm">Back</a>, <a href="neck_pain.htm">Neck</a>, <a href="shoulder_pain.htm">Shoulder</a>, <a href="neck_pain.htm">Head</a>, or <a href="back_pain.htm">Belly</a>?<br><br>');
document.write('"All Over Pain" from <a href="bodywork.htm">Arthritis</a>, <a href="bodywork.htm">Fibromyalgia</a>, or <a href="bodywork.htm">Chronic Fatigue Syndrome</a>?<br><br>');
document.write('<a href="anxiety_depression.htm">On-going Stress</a>? <a href="anxiety_depression.htm">Anxiety</a>? <a href="anxiety_depression.htm">Depression?</a><br><br>');
document.write('<a href="relationships.htm">Relationship Problems?</a><br><br>');
document.write('<a href="relationships.htm">Work-Related Issues?</a>  <a href="relationships.htm">Conflict?</a> <a href="relationships.htm">Dissatisfied?</a><br><br>');
document.write('<a href="personal_growth.htm">"Empty Nest Syndrome"</a>, <a href="personal_growth.htm">"Mid-Life Crisis"</a>, <a href="personal_growth.htm">"Finding Your Life Purpose"</a>?<br><br>');
document.write('<center><i>Are You Just Trying to Grin & Bear It All?</i></center><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Healing Starts Here & Now<br></legend>');

// document.write('You can also turn off this area in the sidebar-right.js and have no right side bar showing in this area.<br><br>');

document.write('<center><i><b>Youniversoul Coaching & Bodywork May Be Your Answer</b></i></center><br>');
document.write('<a href="contact.htm">Contact Adele today</a> to schedule your FREE consultation appointment!<br>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



document.write('</td></tr></table>');


// -- END -->