// Login section
$(document).ready(function() {
	$("#searchTxt").focus(
		function() {
			$(this).attr("value","");
	});
});