<!-- 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="healfromwithin.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="Flowing-Zen-Schedule-Aug-2010.pdf"><img src="picts/good-images/New-Schedule-Aug-2010.jpg"><br>Click here to see the schedule</a>');

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

if (paragraph_3 == "yes") {

}

	



   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_3 == "yes") {

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

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

document.write('<a href="contact.htm" ><img src="picts/good-images/sifu-anthony-headshot-med.jpg"><br>Click to contact Sifu Anthony</a><br><a href="contact.htm"></a>');

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 -->