$(document).ready(function(){

	$("#query").click(function(){
		$("#query").val('');
	});
});
