var counter = 0; function eraseKeywords() { if(counter == 0) { document.getElementById("searchbox").value = ""; counter++; } } function selectAndGo() { var thisindex = document.getElementById("quicklinks").selectedIndex; if(thisindex != 0) { newaddress = document.getElementById("quicklinks")[thisindex].value; window.location.href = newaddress; } } function makeQuickLinks() { var quickLinksText = '
  • Athletics
  • Academic Catalogs
  • Administration
  • Advising
  • Calendars/Schedules
  • Class Schedule
  • Colleges/Departments
  • Directories (Phone/Email)
  • Emergency Information
  • Employment Opportunities
  • IT Services
  • Library
  • Maps and Directions
  • Museum
  • Office of Research
  • Other ISU Centers
  • '; listItems = quickLinksText.split (''); document.writeln('
    '); document.writeln('
    '); document.writeln(''); document.writeln(''); document.writeln('
    '); document.writeln('
    '); document.getElementById("quicklinkform").reset(); }