<!-- 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 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "150"		// 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 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Join our Community!<br></legend>');

document.write('Mental Pilates is a vibrant community of people committed to a shared learning expereince.  <br><br>Explore our communities! <br>');

document.write('</fieldset>');
//document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1






// SMALL PICTURE AREA

   if (showimage == "yes") {

//document.write('<br><br><center>');
//document.write('<a //href="http://www.facebook.com/pages/Mental-Pilates/354906862353?ref=ts"><img //src="picts/button-facebook.png" height="40" width="40" border="0" alt="Follow me on //facebook"</a><br>');


//document.write('</center>');

//document.write('<br><center>');
//document.write('<a href="http://mentalpilatesblog.blogspot.com/"><img //src="picts/button-blogger.png" height="40" width="40" border="0" alt="Follow me on //blogger"></a><br>');
//document.write('</center>');

//document.write('<br><center>');
//document.write('<a href="http://www.youtube.com/user/MentalPilates?feature=mhw5"><img //src="picts/button-youtube.png" height="40" width="40" border="0" alt="Follow me on //YouTube"></a><br>');
//document.write('</center>');

//document.write('<br><center>');
//document.write('<a href="http://twitter.com/MentalPilates"><img //src="picts/button-twitter.png" height="40" width="40" border="0" alt="Follow me on //twitter"></a><br>');
//document.write('</center>');

//document.write('<br><center>');
//document.write('<a href="http://www.google.com/profiles/Andrew.K.Jeffrey"><img //src="picts/button-google.png" height="40" width="40" border="0" alt="See my google //profile"></a><br>');
//document.write('</center>');

document.write('<br><center>');
document.write('<iframe src="http://www.facebook.com/plugins/likebox.php?id=354906862353&amp;width=150&amp;connections=10&amp;stream=true&amp;header=true&amp;height=587" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:587px;" allowTransparency="true"></iframe>');
document.write('</center>');


document.write('<br><br>');
}









// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Tell a Friend<br></legend>');

document.write('Recieve credits for future Mental Pilates program sessions by contributing in the way we value most...<br>Building community!<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
