$(document).ready(function(){
	$("#keyword_id").click(function () {
		$(this).val("");
	});
	$("#s").click(function () {
		$(this).val("");
	});
});