<!-- 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 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "1"		// 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('<a href="CARTgallery1.htm">PHOTO GALLERY</a><br></legend>');

document.write('<center>');
document.write('<br>I am deeply honored<br>to have married so many Michigan couples!<br>Please share my joy,<br>by visiting my photo gallery.<br><br>');

document.write('</fieldset>');
document.write('<br><br><br><br>');

document.write('<fieldset><legend>');


document.write('PASSION<br></legend>');
document.write('<center>');
document.write('<br>Passion makes all the difference! Choose the wedding officiant with true passion for her work!</a><br> <br>');

document.write('</fieldset>');
document.write('<br><br><br><br>');




document.write('<fieldset><legend>');

document.write('Contact<br></legend>');
document.write('<center>');
document.write('<br>Sally Ann Street<br>(248)760-2400 (mobile)<br>weddingsbysally@gmail.com<br><br>');

document.write('</fieldset>');
document.write('<br><br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<center>');
document.write('<a href="pre_marital_coaching.htm"><img src="picts/CouplesCoach.jpg" border="0" class="borders"></a><br><br>');
document.write('<a href="preparing_for_love.htm"><img src="picts/SinglesCoach.jpg" border="0" class="borders"></a><br><br>');
document.write('</center>');
document.write('<br><br><br>');

}




// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Member<br></legend>');
document.write('<center>');
document.write('<br>American Counseling Association<br>');

document.write('</fieldset>');
document.write('<br><br>');

document.write('<center>');
document.write('<a href="index.html"><img src="picts/ACA.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br><br>');

document.write('<fieldset><legend>');

document.write('Member<br></legend>');
document.write('<br>International Association of Marriage and Family Counselors');


document.write('<br>');
document.write('</fieldset>');
document.write('<br><br>');

document.write('<center>');
document.write('<a href="index.html"><img src="picts/IAMFC.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->