<!-- 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		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "190"		// 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>');












// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="contact.htm"><img src="sidebar-right.gif" alt="Contact Duke Ladd" border="0"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

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

document.write('You can catch Duke November 19th at Wilmington Hilton Riverside for "Thanks For The Memories", the Alzheimer\'s Legacies Gala for Pacifica.<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1





// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

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

document.write('<i>"Dear Duke,<br>I wanted to thank you again for playing at our reception on the 15th.  We all had such a fabulous time and lots of people complimented you guys.  It was a perfect evening - very much the storybook wedding we\'ll remember forever!  Thanks again for your part in making it so lovely!"</i><br><br>Sarah S.<br><br><br><i>"Duke,<br>Many thanks for entertaining us.  The guests loved you!"</i><br><br>Dave S.<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2









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


// -- END -->
