<!-- 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 	= "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>');



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><left>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br><br>');
}

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

	document.write('HEALTH CONCERNS?<a href="Health_Conditions.htm"><br>Click Here</a><br></legend>');
document.write('<img src="picts/dr-marshall.jpg" width="97" height=120"><br>Dr. Bob Marshall, PR Labs, has created the Premier Rejuvenation Program to help you achieve your own limitless healing potential. Mia Scheid, Certified Quantum Reflex Analysis Nutritional Consultant, Personally trained by Dr. Bob Marshall, will conduct a comprehensive QRA examination which analyzes your specific individual nutritional deficiencies and recommend a personalized nutritional program featuring primary-manufactured, quantum-state nutrients. Call Fitness Arts 847-397-2787 for an appointment with Mia Scheid.</a><br>To view nutritional supplement recommendations by Health Concern <a href="Health_Conditions.htm"><br>Click Here</a>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('NEW OFFICE HOURS<br></legend>');
document.write('<left>MON 10:00am - 7:00pm <br> TUE 10:00am - 7:00pm <br> WED 8:00am - 3:00pm  <br> THUR 10:00am - 7:00pm <br>  FRI 8:00am - 3:00pm <br>  SAT 7:00am - 12pm  <br> SUN CLOSED. <br><br> Sign up for our Newsletter <a href="Newsletter.htm"><br>Newsletter Click Here</a><br><br>To view our Class Schedules<a href="schedule.htm"><br>Schedules Click Here</a><br><br> To view the most current information and events <a href="events.htm"><br>Events Click Here</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('BODY ROLLING CLASS<br></legend>');
document.write('Re-educate muscles and stimulate bone...and more! Saturday August 21st, 2010. 11:00am-1:30pm<br><a href="PDF/BODY ROLLING CLASS 8-21-10.pdf" target="_blank">Click for class flyer</a> Workshop Package $159 including Body Ball, Calf Balls, Face Ball & Foot Savers. $89 if you already have balls<img src="picts/bodyrollingnew.jpg" width="120" height="70"><a href="PDF/BODY ROLLING CLASS 8-21-10.pdf" target="_blank"><br>Click for class flyer</a><br>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4



// START RIGHT SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('POSTUROLOGY<br></legend>');
document.write('<left>Posturology is the study of<br> the postural system, in all<br>the positions of the body at <br>a given time, and of the sensors being able to inform the central nervous system which consequently order effectors (muscles).  <a href="http://www.posturepro.net/html/eng_practioners.html"  target="_blank"><br>Click Here For More Info</a><br> Mia Scheid is a Certified Practioner, call her office for a consultation 847-397-2787<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 5

document.write('</td></tr></table>');


// -- END -->