var counter = 0; function selectAndGoLib() { var thisindex = document.getElementById("libquicklinks").selectedIndex; if(thisindex != 0) { newaddress = document.getElementById("libquicklinks")[thisindex].value; window.location.href = newaddress; } } function makeLibQuickLinks() { var LibquickLinksText = '
  • Library Home
  • A-Z Journal List (ejournals +)
  • Ask a Librarian
  • Catalog (Library)
  • Course Reserves
  • Databases
  • Floor Plans/Maps
  • FOOL-Friends Of Oboler Library
  • Help/FAQ
  • Hours
  • Instructional Services
  • Interlibrary Loan Request Form
  • Library News
  • Staff Directory
  • Your Library Record
  • '; listItems = LibquickLinksText.split (''); document.writeln('
    '); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln('
    '); document.getElementById("libquicklinkform").reset(); }