$(document).ready(function(){
	$('#s').focus(function(){
		$(this).val('');
	});
});
