<!--
var r_text = new Array ();
r_text[0] = "Pardon our dust and noise!!! Construction continues on the Lower Level where the Jim Crow Museum is taking shape.  The Museum is expected to open late Spring 2012. Construction will continue through that time.";
r_text[1] = "Books from H - HF have been moved to third floor.  Floor maps have been updated and signs posted in Lower Level.";
r_text[2] = "Take a look at the 1st Floor Southeast display case for more information about the Jim Crow Museum renovation.";
r_text[3] = "A few basic federal tax forms are available on the First Floor in the corner by the copy machine.  Links to federal, state, and Big Rapids city taxes can be found <a href='http://www.ferris.edu/library/reference/VirtualRefDesk/taxForms.html'>here.</a>";

//I'm making this so you shouldn't have to worry about counting how many news items there are and changing the number in 
//Math.round(NUMBER*Math.random())

var numNewsItems = r_text.length - 1;

var i = Math.round(numNewsItems*Math.random()); 

document.write("<p>");
document.write(r_text[i]);
document.write("</p>");

//-->

//r_text[1] = "Enter the FLITE Library Contest using Access World News.  More information <a href='http://www.facebook.com/flitelibrary/?sk=wall'>here.</a>";
//r text[1] = "A few basic federal tax forms are available on the First Floor in the corner by the copy machine.  Link to all federal forms <a href='http://www.irs.gov/formspubs/index.html'>here.</a>";
