<!-- Begin
var pref = "";

if (lvl == 1) { pref = "../" }
if (lvl == 2) { pref = "../../" }
if (lvl == 3) { pref = "../../../" }

if (DateRange("20090801","20091025") == 1) {
document.write('<p id="norm" align="center"><a name=20091025_flu_shots></a>'); 
document.write('<img src="' + pref + 'graphics/hypo.png" align="left">');
if (doc == "index") {document.write('<a href="' + pref + 'events/index.htm#20091025_flu_shots" title="Click here for more information.">');}
document.write('<b style="font-size: 20px; line-height: 22px; color: red;">Flu Shot Clinic</b></a>');
document.write('<p id="norm">');
if (doc != "index"){document.write('<span id=what>Flu shots</span> will be given by Spectrum Health visiting nurses on   '); }

document.write('<span id=when>Sunday, October 25 from 9:00 am – 1:00 pm</span>  ');
if (doc != "index"){
document.write('in the parlor, for $30 which may be paid by cash, check or billed to Medicare.   ');
}
document.write('<small><a href=' + pref + 'health/flu_shots.htm><img src=' + pref + 'graphics/More.gif border=0></a></small>.  ');
document.write('<p clear="all"><hr>');
}
// End --> 