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 = '
  • A-Z Journal List
  • Ask a Librarian
  • Catalog (Library)
  • Course Reserves
  • Distance Library Services
  • Hours
  • Instruction Request Form
  • Interlibrary Loan Request Form
  • Your Library Record
  • '; listItems = LibquickLinksText.split (''); document.writeln('
    '); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln('
    '); document.getElementById("libquicklinkform").reset(); }