	$(document).ready(function() {
		$('input#searchtext').focus(function() {
			console.log(this);
			$(this).attr("value","");
		});
		
	});
