<!-- 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 paragraph_3 	= "yes"
var paragraph_4 	= "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 3 EDIT THIS AREA

// END RIGHT SIDEBAR AREA PARAGRAPH 1

	   document.write('<fieldset><legend>');

document.write('NEW STUDENTS<br></legend>');

document.write('<a href="gettingstarted.htm">Welcome! Click here to get started.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');



if (paragraph_1 == "yes") {
	   

document.write('<fieldset><legend>');

document.write('SCHEDULE<br></legend>');

document.write('<a href="schedule.htm"><img src="picts/misc/scheduler.jpg"><br>Click here to see the schedule</a>');

document.write('</fieldset>');
document.write('<br><br>');

if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('MEMBERSHIP<br></legend>');

document.write('<a href="pricing.htm"><img src="picts/ZENpassKeyTag2-1.jpg"><br>Click for Membership info.</a> <br>');

document.write('</fieldset>');
document.write('<br><br>');

}


}
 if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Weight Management<br></legend>');

document.write('<a href="transitions.htm"><img src="picts/transitions/logoTransitions.jpg"></a>');

document.write('</fieldset>');
document.write('<br><br>');









	



   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Visit us on Facebook<br></legend>');

document.write('<a href="http://www.facebook.com/home.php#/pages/Gainesville-FL/Flowing-Zen-Studio/59481567653" target="_blank"><img src="picts/misc/facebook.jpg"></a><br><a href="http://www.facebook.com/home.php#/pages/Gainesville-FL/Flowing-Zen-Studio/59481567653" target="_blank"></a>');

document.write('</fieldset>');
document.write('<br><br>');

}

   if (paragraph_1 == "yes") {

}


   if (showimage == "yes") {


}


  

}

   if (paragraph_2 == "yes") {


document.write('<fieldset><legend>');
document.write('QUESTIONS?<br></legend>');
document.write('<a href="faq-home.htm">Do you have questions? Click here to go to the FAQs page</a><br>');
document.write('</fieldset>');
document.write('<br><br>');


//document.write('<fieldset><legend>');

//document.write('Gift Certificates<br></legend>');

//document.write('<br>"Do you have a friend or a family member who you would like to see take my class? Then buy them a gift certificate! Click here to order.</a><br>');
//document.write('<br><center>');
//document.write('<a href="gifts.htm"><img src="picts/130x87/giftcertificates-med.gif" border="0" class="borders"></a><br>');
//document.write('</center>');
//document.write('<br><br>');
//document.write('</fieldset>');
//document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

document.write('</td></tr></table>');


// -- END -->