<!-- 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 	= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "no"		// SHOW THE 3rd 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+'">');

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="fast.htm"><img src="sb/cpr.jpg" border="0" class="borders"></a>');
document.write('</center>');
document.write('');
}

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="mcdonald_chiro.htm"><img src="sb/chiro125.jpg" border="0" class="borders"></a>');
document.write('</center>');
document.write('');
}


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="diner.htm"><img src="sb/diner130.jpg" border="0" class="borders"></a>');
document.write('</center>');
document.write('');
}



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="banjo.htm"><img src="sb/banjo125.jpg" border="0" class="borders"></a>');
document.write('</center>');
document.write('');
}



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="claycomb.htm"><img src="sb/massage.jpg" border="0" class="borders"></a>');
document.write('</center>');
document.write('');
}

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="clarksf.htm"><img src="sb/clarkf125.jpg" border="0" class="borders"></a>');
document.write('</center>');
document.write('');
}

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="oipb.htm"><img src="sb/oip125.jpg" border="0" class="borders"></a>');
document.write('</center>');
document.write('');
}

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


// -- END -->
