<!-- 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><center>');
document.write('<a href="http://clients.mindbodyonline.com/ws.asp?studioid=1059&stype=-2"><IMG SRC="picts/client.jpg" border="0" width="133" height="39"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://clients.mindbodyonline.com/ws.asp?studioid=1059&stype=41&prodid=571"><IMG SRC="picts/intro.jpg" border="0" width="201" height="100"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="options.htm"><IMG SRC="picts/purchase.jpg" border="0" width="195" height="74"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<IMG SRC="picts/buy.jpg" border="0" width="162" height="74"></a><br>');
document.write('</center>');
document.write('<br><br>');
}








// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="contact.htm"><IMG SRC="picts/email.jpg" border="0" width="157" height="80"></a><br>');
document.write('</center>');
document.write('<br><br>');
}








// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.facebook.com/pages/Commerce-MI/Body-Language-Fitness-Yoga-Center/56820143408"><IMG SRC="picts/facebook.jpg" border="0" width="144" height="44"></a><br>');
document.write('</center>');
document.write('<br><br>');
}










document.write('</td></tr></table>');


// -- END -->
