function cleanQueryInput() {
	input = document.getElementById("queryInput");
	input.value = "";
}