<!-- 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"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4TH 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 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

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

document.write('Over-the-Phone customized <a href="coaching.htm">coaching</a> solutions teach you skills and provide knowledge on how to <i>Get and Stay Organized</i>. (<a href="coaching.htm">More info</a>) <br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
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('Consulting<br></legend>');

document.write('We focus on <a href="consulting.htm">customizing solutions</a> for specific challenges, individual beliefs, and results for life-long benefits and peace of mind. (<a href="consulting.htm">More info</a>)<br>');

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


}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

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

document.write('Speaking & <br>Seminars<br></legend>');

document.write('Captivate your audience with simple and easy solutions, humor, practical tools, strategies, and motivation to apply immediately to your everyday life. (More info on <a href="speaking.htm"> Speaking</a> and <a href="seminars.htm"> Seminars</a>)<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3


// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

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

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

document.write('There is an <b><i>Organizing for Success</i></b> <a href="newsletter.htm">newsletter</a> available. To choose the current issue or archived issues. Go to <a href="newsletter.htm">Newsletter.</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4


document.write('Please <a href="contact.htm">contact us</a> if you have any questions.')




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


// -- END -->