/* Based on a JavaScript (Random Quotes) developed by Scott Clark
The Source is available at http://www.clarksco.com/blog/
Copyright 2005 Clark Consulting 
Modified October 2010 by Jane Foo*/

var num_of_items = 9;
items = Math.floor (num_of_items * Math.random());
		
if (items==0) {body="<p><img src='../_graphics/faculty/questionmarks.gif' width='22' height='27' alt='Did you know?' class='imgspaceleft' />You can stream from a selection of over 4500 copyrighted educational videos in your class. <a href='../Audio-Visual/Videos/streaming.html'>Click here for more details</a>.</p>";}

if (items==1) {body="<p><img src='../_graphics/faculty/questionmarks.gif' width='22' height='27' alt='Did you know?' class='imgspaceleft' />Learn about the case method and find case studies for your class. <a href='http://seneca.libguides.com/casestudies'>Click here for more details</a>.</p>";}

if (items==2) {body="<p><img src='../_graphics/faculty/questionmarks.gif' width='22' height='27' alt='Did you know?' class='imgspaceleft' />Use the <a href='coursereadings.html'>Course Readings system</a> to deliver your readings digitally to students.</p>";}

if (items==3) {body="<p><img src='../_graphics/faculty/questionmarks.gif' width='22' height='27' alt='Did you know?' class='imgspaceleft' />You can now show motion pictures in your class. Seneca Libraries have negotiated a new Feature Film Public Performance License for Seneca College. <a href='../Audio-Visual/Videos/feature_films.html'>More...</a></p>";}

if (items==4) {body="<p><img src='../_graphics/faculty/questionmarks.gif' width='22' height='27' alt='Did you know?' class='imgspaceleft' />Find  out what magazine(s) and journal(s) are available through library via the <a href='http://sfxhosted.exlibrisgroup.com/seneca/az'>Journal Title Finder</a>.";}

if (items==5) {body="<p><img src='../_graphics/faculty/questionmarks.gif' width='22' height='27' alt='Did you know?' class='imgspaceleft' />You can <a href='../Forms/lrc_purchase.html'>recommend new library materials</a> anytime, anywhere.</p>";}

if (items==6) {body="<p><img src='../_graphics/faculty/questionmarks.gif' width='22' height='27' alt='Did you know?' class='imgspaceleft' />Set up <a href='../Find_Articles/Alerts/index.html'>an email alert or RSS feed</a> on your favourite research topics.</p>";}

if (items==7) {body="<p><img src='../_graphics/faculty/questionmarks.gif' width='22' height='27' alt='Did you know?' class='imgspaceleft' />You can download an audiobook onto your iPod, iPad or mp3 player. Choose from over 195 bestseller and classic titles. <a href='http://seneca.lib.overdrive.com'>Check it out</a>.</p>";}

if (items==8) {body="<p><img src='../_graphics/faculty/questionmarks.gif' width='22' height='27' alt='Did you know?' class='imgspaceleft' />Try our newly designed <a href='http://libcat.senecac.on.ca'>library catalogue</a> to find a book.</p>";}

if (items==9) {body="<p><img src='../_graphics/faculty/questionmarks.gif' width='22' height='27' alt='Did you know?' class='imgspaceleft' />Library cartridges are an easy way to integrate academic honesty and citing resources into your MySeneca course. <a href='bbcartridges.html'>Learn more</a>.</p>";}

document.write(body);

