<!-- Begin
var pref = "";

if (lvl == 1) { pref = "../" }
if (lvl == 2) { pref = "../../" }
if (lvl == 3) { pref = "../../../" }

if (DateRange("20090901","20091130") == 1) {
document.write('<p id="norm"><a name=20091130_blood_drive></a>'); 
if (doc!="blood_drive"){
document.write('<img src="' + pref + 'graphics/blood_drop.gif" align="left">');
}
if (doc == "index") {document.write('<br><a href="' + pref + 'events/index.htm#20091130_blood_drive" title="Click here for more information.">');}
document.write('<b style="font-size: 20px; line-height: 22px; color: navy;">Blood Drive</b></a>');
document.write('<p id="norm">');
document.write('<b>It takes all types!</b>  ');
document.write('<span id=what>Donate blood</span> on <span id=when>Monday, November 30<sup>th</sup> from 3:00 pm to 7:00 pm</span> in <span id=loc>Wesley Hall.</span>  ');
if (doc != "index") {
document.write('Can`t give blood?  We`ll take time and cookies, too.<br>  ');
if (doc!="blood_drive"){ document.write('<a href=' + pref + 'health/blood_drives.htm><img src=' + pref + 'graphics/More.gif border=0></a>  '); }
document.write('<a href=' + pref + 'sign-up/index.htm#blood><img src=' + pref + 'graphics/Sign-up.gif border=0></a>  ');
}
document.write('<br clear="all"><p clear="all"><hr>');
}
// End --> 