<!-- 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 	= "no"		// 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('Notes Area<br></legend>');

document.write('You can edit this side bar area with your own text or add links or small images here as well. <a href="contact.htm">Contact us...</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="index.php"><img src="picts/sidebar-right.jpg" border="0" class="borders" alt="WebDunnRight - control your internet presence!" title="WebDunnRight - control your internet presence!" heigth="75" width="150"></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('Testimonials<br></legend>');

document.write('<em>I whole-heartedly recommend Bryan Dunn to anyone who might be looking to develop a first-class web site in a cost-effective manner.</em><br>&nbsp;&nbsp; - Andy Casey<hr><em>You sir, have made this a wonderful experience. I truly thought this site would take up much more of my time than it did.</em><br>&nbsp;&nbsp; - Tracy Thomas<hr><em>The site was completed without hesitation or complications. It was quick and very affordable! Our web hosting is now a fraction of what we were paying before, with better service and more capabilities. We sacrificed nothing in the change over.</em><br>&nbsp;&nbsp; - Tom Ruane<br><br><a href="contact.html">Contact us...</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->