<!-- 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		= "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('Appointment Book<br></legend>');

document.write('Schedule your appointment online 24 hours a day using our convenient online appointment book!  <a href="http://www.securedata-trans9.com/ap/bellehallchiropractic/index.php?page=10">Click Here</a><br>');

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


   if (showimage == "yes") {

document.write('<br><center>');
document.write('<img src="picts/backache.gif"><br>');
document.write('</center>');
document.write('<br>');
}


}
   if (paragraph_1 == "yes") {

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

document.write('Massage Therapy!<br></legend>');

document.write('Get $20 off your first massage by printing out this coupon! <a href="http://www.bellehallchiropractic.com/massagecoupon.pdf">Click Here</a>');

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

}


// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA


   if (showimage == "yes") {

document.write('<br><center>');
document.write('<img src="picts/walshtape.jpg"><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('Kinesio Tape!<br></legend>');

document.write('Kinesio Tape® is the tape that everyone is talking about and seeing on Olympic athletes. Our office provides this service to our patients. To find out more about Kinesio Taping® please <a href=kinesiotape.htm>Click Here.</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// SMALL PICTURE AREA






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


// -- END -->