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
  • Administrative Services
  • Calendars/News
  • Class Schedule
  • Colleges/Departments
  • Directories
  • General Services
  • IT Services
  • Job Opportunities
  • Library
  • 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(); }