<!-- 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		= "no"		// 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>');







// 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('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><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('Our Customers<br></legend>');

document.write('<i>From the moment we walked into the showroom it was a positive experience.<br><br>The installers were very polite, extremely neat and good at what they do.  We will recommend your company to friends.</i><br><b>W.S. - Wilmington</b><br><br><i>We were very happy with the service, and we are very happy with our new countertops. Turn around time was excellent.</i><br><b>H.R. - Wilmington</b><br><br><i>All staff so professional and efficient- very impressed.  Thank You.</i><br><b>D.T. - Hampstead</b><br><br><i>Very good, will recommend you to everyone!</i><br><b>P.G. - Rocky Point</b><br><br><i>Great Job!</i><br><b>D.M. - Southport</b><br><br><i>Great professional job- wonderful experience.</i><br><b>N.M. - Wilmington</b><br><br>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="sidebar-right.jpg" border="0"></a><br>');
document.write('</center>');
document.write('<br><br>');
}




document.write('</td></tr></table>');


// -- END -->