$(document).ready(function() {
	$('#searchTXT').focus(function () {
		$('#searchTXT').attr('value','');
	});
	
	
	
	
});