$(document).ready(function () {
	$(".searchword").one("focus", function () {
		$(this).val("");
	});
});
