$(document).ready(function() {
	$("input#edit-query").click( function() {
		$("input#edit-query").val("");
	} );
}); 

