<!-- // Begin Sidebar

// 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 TEXT PARAGRAPH
var boxwidth		= "125"		// WIDTH OF THE TEXT BOX
var showimage		= "no"		// SHOW A SMALL SIDEBAR IMAGE
var linked		 = "index.html"	// SIDEBAR IMAGE LINK
var sidewidth		= "140"		// WIDTH OF THE LEFT SIDEBAR
var bottomspace		= "10"		// SIDEBAR BOTTOM SPACE
var nudge		 = "10"		// NUDGE SIDEBAR DOWN
var printnudge		= "25"		// NUDGE SIDEBAR DOWN (for printing only)



document.write('<div id="sidebar" class="menu-layer">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="'+sidewidth+'">');
document.write('<tr><td align="center">');
document.write('<img src="images/spacer.gif" height="'+nudge+'" width="5"><br />');
document.write('<span class="printonly"><img src="images/spacer.gif" height="'+printnudge+'" width="5"><br /></span>');



// START SIDEBAR TEXT - EDIT THIS AREA

// NOTE: If you use a ' add a slash before it like this \'


   if (paragraph_1 == "yes") {

document.write('<table cellpadding="5" cellspacing="0" border="0" width="'+boxwidth+'"><tr><td class="sidetexttitle">');

// START SIDE TEXT TITLE

document.write('Client Testimonial<br />');

document.write('</td></tr><tr><td class="sidetext">');


// START NOTE TEXT AREA - EDIT THE NEXT LINE

document.write('&#8220;Although we wanted a website, we kept putting it off because of the cost.<br /><br />Then we found Spare Change Websites and are thrilled with the results.  Clients have told us that our site convinced them to give us a try.<br /><br />Thank you for being so nice to work with and feel free to use us as a reference.&#8221;<br /><br />');

document.write('Drake Thomas,<br />Founder and President<br /><a href="http://www.pomclean.com/" target="_blank">Peace of Mind Cleaning Service, Inc.</a>');


// SIDEBAR LINK

//document.write('<a href="about.html"><img src="images/more-off.jpg" vspace="6" border="0" onmouseover="this.src=\'picts/more-on.jpg\'" onmouseout="this.src=\'picts/more-off.jpg\'"></a><br />');

document.write('</td></tr></table>');
}







// SMALL PICTURE AREA

//   if (showimage == "yes") {
//document.write('<br />');
//document.write('<a href="'+linked+'"><img src="images/sidebar.jpg" border="0" width="148" class="bordersSB"></a><br />');
//}






document.write('</td></tr></table>');
document.write('</div>');
//document.write('<br />');
//document.write('<div id="sidebar-spacer">');
//document.write('<img src="images/spacer.gif" height="'+bottomspace+'" width="'+sidewidth+'"><br />');
//document.write('</div>');




//  End -->