// JavaScript Document

function clearSearch() {
	// clear the search box when someone clicks in it
	
	document.qs.quicksearch.value = '' ;

}