<!-- 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('<font color="#FF3300">Special Note</font><br></legend>');

document.write('For the Latest information on the H1N1 Flu (Swine Flu), go to :<a href="http://www.cdc.gov" target="_blank">www.CDC.gov</a><br><br>NLC Prescription Card Program - Links<br>Information - <a href="http://www.caremark.com/nlc/" target="_blank">www.caremark.com/nlc/ or call toll-free 1-888-620-1749</a><br>PRINT YOUR CARD HERE - <a href="http://www.rxprintacard.biz/nlc/web-cards/nlc.aspx?pid=E3F4D861-5F99-4E78-A4CB-DB610056DC4C" target="_blank">Print Your Card Here</a>');

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="news/news.pdf" TARGET="_new"><img src="oakgrovenews2.gif" border="0" ></a><br>');
document.write('<a href="news/news.pdf" TARGET="_new"> Click Here For Oak Grove News</a><br>');
document.write('<a href="http://get.adobe.com/reader/" TARGET="_new"><img src="pics/getacro.gif" border="0" ></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('Public Service<br></legend>');

document.write('<a href="http://www.cdc.gov/h1n1flu/?s_cid=h1n1Flu_outbreak_026" target=_blank" title="Stay home if possible when you are sick. Visit www.flu.gov for more information."><img src="http://www.cdc.gov/images/campaigns/SwineFlu/stayhome_130x73.jpg" style="width:100px; height:73px; border:none;" alt="Stay home if possible when you are sick. Visit www.flu.gov for more information." /></a>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->