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