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

document.write('<script src="http://www.gmodules.com/ig/ifr?url=http://customrss.googlepages.com/customrss.xml&amp;up_rssurl=http%3A%2F%2Fnews.google.com%2Fnews%3Fpz%3D1%26ned%3Dus%26hl%3Den%26topic%3Dm%26output%3Drss&amp;up_title=CustomRSS&amp;up_titleurl=http%3A%2F%2Fnews.google.com%2Fnews%3Fpz%3D1%26ned%3Dus%26topic%3Dm&amp;up_num_entries=5&amp;up_linkaction=openlink&amp;up_background=ffffff&amp;up_border=fffff&amp;up_round=1&amp;up_fontfamily=Arial&amp;up_fontsize=8pt&amp;up_openfontsize=9pt&amp;up_itempadding=3px&amp;up_bullet=bull&amp;up_custicon=Overrides%20favicon.ico&amp;up_boxicon=1&amp;up_opacity=20&amp;up_itemlinkcolor=000000&amp;up_itemlinkweight=Normal&amp;up_itemlinkdecoration=None&amp;up_vlinkcolor=C7CFA8&amp;up_vlinkweight=Normal&amp;up_vlinkdecoration=None&amp;up_showdate=1&amp;up_datecolor=efsfa85&amp;up_tcolor=613531&amp;up_thighlight=ffffff&amp;up_desclinkcolor=ffffff&amp;up_color=555555&amp;up_dback=ffffff&amp;up_dborder=ffffff&amp;up_desclinkweight=Bold&amp;up_desclinkdecoration=None&amp;synd=open&amp;w=135&amp;h=325&amp;title=Health+News&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></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('Mission Statement<br></legend>');

document.write('<div>Our pledge to the recipients of this Medical Center’s health care is to address their need in as expert, efficient, compassionate and convenient manner as possible.<br>  <b><font size=2>“Caring is our Reason for Being.”</b></font></p></div>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->