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

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

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

document.write('<a href="podcast.html">Listen in</a> as Julie Shepardson discusses eating disorders on the <a href="podcast.html"><i>Moms Everywhere</i> show</a>.<br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


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

document.write('Featured Article<br></legend>');
document.write('<i>Julie has been featured in the <i><A HREF="http://www.eosun.com/news/2011/jan/19/life-coach-cheers-clients-every-step/" target="_blank"  rel="nofollow">East Orlando Sun</a>:<br>');
document.write('<A HREF="http://www.eosun.com/news/2011/jan/19/life-coach-cheers-clients-every-step/" target="_blank"  rel="nofollow">Life coach cheers clients’ every step</a></i>');
document.write('</fieldset>');
document.write('<br><br>');



   if (paragraph_2 == "yes") {

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

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

document.write('&quot;Tell me, what is it you plan to do with your one wild and precious life?&quot;...<i>Mary Oliver</i><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="http://roadtoreinvention.com" target="_blank"><img src="sidebar-right.jpg" class="borders"></a><br><br>');
document.write('</center>');
document.write('<br><br>');
}






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


// -- END -->
