// JavaScript Document
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.



quotes[0]='<img src="/images/l2top1.jpg" alt="Image" width="595" height="87" class="topimg"/>'



quotes[1]='<a href="/about/careers.shtml"><img src="/images/l2top3.jpg" alt="Careers" width="595" height="87" class="topimg"/></a>'

//quotes[2]='<img src="/images/l2top4.jpg" alt="Image" width="595" height="87" class="topimg"/>'

//quotes[1]='<a href="http://umiacs.umd.edu/research/adapt" target="_newwin"><img src="/images/l2top2.jpg" alt="Robust Technologies for Automated Ingest" width="595" height="87" class="topimg"/></a>'

//quotes[4]='<a href="http://www.umiacs.umd.edu/~climb/" target="_newwin"><img src="/images/l2top5.jpg" alt="Computational Linguistics for Metadata Building (CLiMB)" width="595" height="87" class="topimg"/></a>'

//quotes[5]='<a href="http://www.dotcomarchive.org/" target="_newwin"><img src="/images/l2top6.jpg" alt="Digital Archives of the Birth of the Dot Com Era Project" width="595" height="87" class="topimg"/></a>'

//quotes[6]='<a href="http://www.icdlbooks.org" target="_newwin"><img src="/images/l2top7.jpg" alt="International Children\'s Digital Library (ICDL)" width="595" height="87" class="topimg"/></a>'

//quotes[7]='<a href="http://hcil.cs.umd.edu" target="_newwin"><img src="/images/l2top8.jpg" alt="Human and Computer Interaction Lab (HCIL)" width="595" height="87" class="topimg"/></a>'




var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])