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 = '