<!-- 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 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Contact Us<br></legend>');

document.write('The Miller Family Law Group<br>810 E. Commonwealth Ave<br>Fullerton CA 92831<br>Phone: 714-441-5905<br>Fax: 714-388-3656 <br><a href="contact.htm">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.millerfamilylawgroup.com/"><img src="picts/lawbook.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('Satisfied Clients!<br></legend>');

document.write('<br>"I just want you to know how much I appreciate all of your hard work and dedication. Im still in shock over Fridays events but also in awe of your performance. Way to go!"<br><br><br>"You did a wonderful job and I appreciate your work as well as your caring.  Your personable approach to your clients and the manner in which you care is extraordinary (and rare!)  I was very pleased with the results and you will definitely get referrals from both me and my family."<br><br><br>"Your firm was so very helpful and caring during this very stressful experience.  I am so grateful for your help and expertise.  I am so lucky to have found you." ');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->