<!--
var r_text = new Array ();

r_text[0] = "For the Thanksgiving Break, FLITE will close at 5:00 p.m. on Wednesday November 25 and remain closed until 6:00 p.m. on Sunday evening November 29.";
r_text[1] = "A survey for MeL (Michigan eLibrary) users is available at this <a href=http://mel.org/SPT--BrowseResourcesNewMeL.php> link</a> to help the Library of Michigan improve MeL so libraries and Michigan residents get the most benefit from the program.";
r_text[2] = "Color photocopies are now available.  You can make letter-sized or ledger-sized (11x17) copies as well as transparencies.  The color photocopier is located on the first floor near the Oval Information Desk. <a href='http://www.ferris.edu/library/faq/copyingfaq.html'>Link to pricing information.</a>";
r_text[3] = "GPS Units are available for 24-hour checkout at FLITE.  Check one out to try the 125th Anniversary <a href='http://www.ferris.edu/125/geocaching.htm'>FSU Geocaching Event.</a>";
r_text[4] = "October is <a href='http://www.ferris.edu/library/SpecCollections/archivesawarenessmonth.html'>Archives Awareness Month.</a> View a different photo from the Archives collection every weekday.";
var i = Math.round(3*Math.random());
document.write("<p>");
document.write(r_text[i]);
document.write("</p>");

//-->


