<!--
testDay = new Date();
testMonth = testDay.getMonth();
testDate = testDay.getDate();

// test for Month, which is one less than the number of the month you want
// January = 0, December = 11
// and Date, which is the same as the date you want

//****************************************************************************

// Oct. 27th '09 Day(s) ahead
if ((testMonth==9) && (testDate==20)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("Tues. Oct. 27th starting @ Noon;  Social Networking lunch & learn presented by Mary Jenkins, CLLA Law Librarian & Director.");
document.write("</div>");
}

// Oct. 27th '09 Day(s) ahead
if ((testMonth==9) && (testDate==21)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("Tues. Oct. 27th starting @ Noon;  Social Networking lunch & learn presented by Mary Jenkins, CLLA Law Librarian & Director.");
document.write("</div>");
}

// Oct. 27th '09 Day(s) ahead
if ((testMonth==9) && (testDate==22)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("Tues. Oct. 27th starting @ Noon;  Social Networking lunch & learn presented by Mary Jenkins, CLLA Law Librarian & Director.");
document.write("</div>");
}

// Oct. 27th '09 Day(s) ahead
if ((testMonth==9) && (testDate==23)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("Tues. Oct. 27th starting @ Noon;  Social Networking lunch & learn presented by Mary Jenkins, CLLA Law Librarian & Director.");
document.write("</div>");
}

// Oct. 27th '09 Day(s) ahead
if ((testMonth==9) && (testDate==24)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("Tues. Oct. 27th starting @ Noon;  Social Networking lunch & learn presented by Mary Jenkins, CLLA Law Librarian & Director.");
document.write("</div>");
}

// Oct. 27th '09 Day(s) ahead
if ((testMonth==9) && (testDate==25)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("Tues. Oct. 27th starting @ Noon;  Social Networking lunch & learn presented by Mary Jenkins, CLLA Law Librarian & Director.");
document.write("</div>");
}

// Oct. 27th '09 Day ahead
if ((testMonth==9) && (testDate==26)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("CLASS FULL: Tues. Oct. 27th starting @ Noon;  Social Networking lunch & learn presented by Mary Jenkins, CLLA Law Librarian & Director.");
document.write("</div>");
}

// Oct. 27th '09 Today
if ((testMonth==9) && (testDate==27)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("CLASS FULL: Today starting @ Noon; Social Networking lunch & learn presented by Mary Jenkins, CLLA Law Librarian & Director.");
document.write("</div>");
}

//******************************************************************************

// EOS Planned Maintenance
if ((testMonth==10) && (testDate==7)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("Today starting @ 9:00 p.m. to 1:00 a.m. ; There will be a planned maintenance downtime for the Law Library Catalog.");
document.write("</div>");
}

//*****************************************************************************

// Martin Luther King Day '10
if ((testMonth==0) && (testDate==18)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on Martin Luther King Day.  &nbsp;We will reopen Tuesday, January 20th, at 8am.");
document.write("</div>");
}

// Day before President's Day '10
if ((testMonth==1) && (testDate==14)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on President's Day.  &nbsp;We will reopen Tuesday, February 17th, at 8am.");
document.write("</div>");
}

// President's Day '10
if ((testMonth==1) && (testDate==15)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on President's Day.  &nbsp;We will reopen Tuesday, February 17th, at 8am.");
document.write("</div>");
}


// Day before Memorial Day '10
if ((testMonth==4) && (testDate==30)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on Memorial Day.  &nbsp;We will reopen Tuesday, May 26th, at 8am.");
document.write("</div>");
}

// Memorial Day '10
if ((testMonth==4) && (testDate==31)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on Memorial Day.  &nbsp;We will reopen Tuesday, May 26th, at 8am.");
document.write("</div>");
}

// Day before July 4 Holiday
if ((testMonth==6) && (testDate==4)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on Friday 7/3 for Independence Day.  &nbsp;We will reopen Monday, July 6th, at 8am.");
document.write("</div>");
}

// July 4 Holiday
if ((testMonth==6) && (testDate==5)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on Friday 7/3 for Independence Day.  &nbsp;We will reopen Monday, July 6th, at 8am.");
document.write("</div>");
}

// Labor Day '09
if ((testMonth==8) && (testDate==7)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on Labor Day.  &nbsp;We will reopen Tuesday, September 8th, at 8am.");
document.write("</div>");
}

// Veterans Day
if ((testMonth==10) && (testDate==11)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on Veteran's Day.  &nbsp;We will reopen Thursday, November 12th, at 8am.");
document.write("</div>");
}

// Day before Thanksgiving '09
if ((testMonth==10) && (testDate==25)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on Thanksgiving (Nov 26) and the following day (Nov 27).  &nbsp;We will reopen Monday, November 30th, at 8am.");
document.write("</div>");
}

// Thanksgiving '09
if ((testMonth==10) && (testDate==26)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on Thanksgiving (Nov 26) and the following day (Nov 27).  &nbsp;We will reopen Monday, November 30th, at 8am.");
document.write("</div>");
}

// Day after Thanksgiving '09
if ((testMonth==10) && (testDate==27)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed the Friday after Thanksgiving. &nbsp;We will reopen Monday, November 30th, at 8am.");
document.write("</div>");
}

// Christmas Eve EVE
if ((testMonth==11) && (testDate==23)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will close at 3:00 p.m. on Christmas Eve.  &nbsp;We will reopen December 28th, at 8am.");
document.write("</div>");
}

// Christmas Eve
if ((testMonth==11) && (testDate==24)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on Christmas.  &nbsp;We will reopen December 28th, at 8am.");
document.write("</div>");
}

// Christmas Day
if ((testMonth==11) && (testDate==25)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on Christmas.  &nbsp;We will reopen December 28th, at 8am.");
document.write("</div>");
}

// New Years Eve EVE
if ((testMonth==11) && (testDate==30)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will close at 3:00pm on New Year's Eve.  &nbsp;We will reopen January 2nd, at 8:00am.");
document.write("</div>");
}

// New Years Eve
if ((testMonth==11) && (testDate==31)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will close at 3:00pm on New Year's Eve.  &nbsp;We will reopen January 2nd, at 8:00am.");
document.write("</div>");
}

// New Years Day
if ((testMonth==0) && (testDate==1)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on New Year's Day.  &nbsp;We will reopen January 2nd, at 8:00am.");
document.write("</div>");
}

//-->
