<!-- 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>');







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Dr. Paletta/PR Labs<br></legend>');
document.write('<center><img src="picts/Antonio_Paletta.jpg" width="65" height="96"><br>DR PALETTA who works at PR Labs closely with Dr. Marshall WILL CONDUCT AN EDUCATIONAL CLINIC ON HEART HEALTH<br>Thurs March 11th/7pm<br>Cost $20 (Testing $75)<br>RSVP to FITNESS ARTS 847-397-2787');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

// 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>');
document.write('</left>');
document.write('<br><br>');
}

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('New Office Hours<br></legend>');

document.write('<left>MON 11am - 8:30pm <br> TUE 8:30am - 5:30pm <br> WED 8:30am - 5:30pm  <br> THUR 8:30am - 5:30pm <br>  FRI 8:30am - 3:00pm <br>  SAT 7am - 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 1


// START RIGHT SIDEBAR AREA PARAGRAPH 2 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! Next class coming SOON!<br>Workshop includes <br>Natural Facelift<br>$159 Package including Body Ball, Calf Balls, Face Ball & Foot Savers<img src="picts/bodyrollingnew.jpg" width="120" height="70"><a href="PDF/body rolling workshop 2-27-10.pdf" target="_blank"><br>Click for last class flyer</a><br>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2










// START RIGHT SIDEBAR AREA PARAGRAPH 2 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 2

document.write('</td></tr></table>');


// -- END -->