// Search functions

function clearSearch(el){
	if (document.getElementById('query').value==el.value) 
	el.value = ""
}

