<!--
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


//******************************************************************************

// Steve Miller Reception
if ((testMonth==2) && (testDate=01)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Wednesday, February 15th, 2012 at 1:00 p.m., the law library will have a reception for our new Director, Steven R. Miller. Please come to give him a warm welcome.");
document.write("</div>");
}
if ((testMonth==2) && (testDate==02)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Wednesday, February 15th, 2012 at 1:00 p.m., the law library will have a reception for our new Director, Steven R. Miller. Please come to give him a warm welcome.");
document.write("</div>");
}
if ((testMonth==2) && (testDate=03)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Wednesday, February 15th, 2012 at 1:00 p.m., the law library will have a reception for our new Director, Steven R. Miller. Please come to give him a warm welcome.");
document.write("</div>");
}
if ((testMonth==2) && (testDate==04)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Wednesday, February 15th, 2012 at 1:00 p.m., the law library will have a reception for our new Director, Steven R. Miller. Please come to give him a warm welcome.");
document.write("</div>");
}
if ((testMonth==2) && (testDate=05)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Wednesday, February 15th, 2012 at 1:00 p.m., the law library will have a reception for our new Director, Steven R. Miller. Please come to give him a warm welcome.");
document.write("</div>");
}
if ((testMonth==2) && (testDate==06)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Wednesday, February 15th, 2012 at 1:00 p.m., the law library will have a reception for our new Director, Steven R. Miller. Please come to give him a warm welcome.");
document.write("</div>");
}
if ((testMonth==2) && (testDate=07)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Wednesday, February 15th, 2012 at 1:00 p.m., the law library will have a reception for our new Director, Steven R. Miller. Please come to give him a warm welcome.");
document.write("</div>");
}
if ((testMonth==2) && (testDate==08)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Wednesday, February 15th, 2012 at 1:00 p.m., the law library will have a reception for our new Director, Steven R. Miller. Please come to give him a warm welcome.");
document.write("</div>");
}
if ((testMonth==2) && (testDate=09)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Wednesday, February 15th, 2012 at 1:00 p.m., the law library will have a reception for our new Director, Steven R. Miller. Please come to give him a warm welcome.");
document.write("</div>");
}
if ((testMonth==2) && (testDate==10)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Wednesday, February 15th, 2012 at 1:00 p.m., the law library will have a reception for our new Director, Steven R. Miller. Please come to give him a warm welcome.");
document.write("</div>");
}
if ((testMonth==2) && (testDate=11)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Wednesday, February 15th, 2012 at 1:00 p.m., the law library will have a reception for our new Director, Steven R. Miller. Please come to give him a warm welcome.");
document.write("</div>");
}
if ((testMonth==2) && (testDate==12)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Wednesday, February 15th, 2012 at 1:00 p.m., the law library will have a reception for our new Director, Steven R. Miller. Please come to give him a warm welcome.");
document.write("</div>");
}
if ((testMonth==2) && (testDate=13)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Wednesday, February 15th, 2012 at 1:00 p.m., the law library will have a reception for our new Director, Steven R. Miller. Please come to give him a warm welcome.");
document.write("</div>");
}
if ((testMonth==2) && (testDate==14)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Wednesday, February 15th, 2012 at 1:00 p.m., the law library will have a reception for our new Director, Steven R. Miller. Please come to give him a warm welcome.");
document.write("</div>");
}
if ((testMonth==2) && (testDate=15)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("Today, February 15th at 1:00 p.m., the law library will have a reception for our new Director, Steven R. Miller. Please come to give him a warm welcome.");
document.write("</div>");
}

// EOS Planned Maintenance
if ((testMonth==9) && (testDate=08)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Saturday, Nov. 12, 2011, the law library will have planned maintenance downtime for the Law Library Catalog.");
document.write("</div>");
}
if ((testMonth==9) && (testDate==09)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("Today, 10 p.m. - 2 a.m. ; There will be a planned maintenance downtime for the Law Library Catalog.");
document.write("</div>");
}

// EOS Planned Maintenance
if ((testMonth==11) && (testDate==2)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("On Saturday, Dec. 3, 2011, the law library will have planned maintenance downtime for the Law Library Catalog.");
document.write("</div>");
}
if ((testMonth==11) && (testDate==3)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("Today, 10 p.m. - 2 a.m. ; There will be a planned maintenance downtime for the Law Library Catalog.");
document.write("</div>");
}

//*****************************************************************************

// Martin Luther King Day '12
if ((testMonth==0) && (testDate==16)) {
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 17th, at 8am.");
document.write("</div>");
}

// Day before President's Day '12
if ((testMonth==1) && (testDate==19)) {
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 21st, at 8am.");
document.write("</div>");
}

// President's Day '12
if ((testMonth==1) && (testDate==20)) {
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 21st, at 8am.");
document.write("</div>");
}


// Day before Memorial Day '12
if ((testMonth==4) && (testDate==27)) {
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 29th, at 8am.");
document.write("</div>");
}

// Memorial Day '12
if ((testMonth==4) && (testDate==28)) {
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 29th, at 8am.");
document.write("</div>");
}

// Day before July 4 Holiday
if ((testMonth==6) && (testDate==3)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on Friday 7/4 for Independence Day.  &nbsp;We will reopen Thursday, July 5th, at 8am.");
document.write("</div>");
}

// 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/4 for Independence Day.  &nbsp;We will reopen Thursday, July 5th, at 8am.");
document.write("</div>");
}

// Labor Day '12
if ((testMonth==8) && (testDate==3)) {
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 4th, at 8am.");
document.write("</div>");
}

// Veterans Day 
if ((testMonth==9) && (testDate==12)) {
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 Monday, November 12th, at 8am.");
document.write("</div>");
}

// Day before Thanksgiving '12
if ((testMonth==10) && (testDate==21)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on Thanksgiving and the following day.  &nbsp;We will reopen Monday, November 26th, at 8am.");
document.write("</div>");
}

// Thanksgiving '12
if ((testMonth==10) && (testDate==22)) {
document.write("<div class=standout>");
// rewrite the message for the appropriate event
document.write("The Law Library will be closed on Thanksgiving and the following day.  &nbsp;We will reopen Monday, November 26th, at 8am.");
document.write("</div>");
}

// Day after Thanksgiving '10
if ((testMonth==10) && (testDate==23)) {
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 26th, 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 be closed on December 24, Christmas Eve.  &nbsp;We will reopen December 26th, 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 26th, 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 26th, 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 be closed on New Year's Eve.  &nbsp;We will reopen January 3rd, 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 be closed on December 31. We will reopen January 3rd, 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.  We will reopen January 3rd, at 8:00am.");
document.write("</div>");
}

//-->

