$(function() {
	$('#search-box').one("focus", function() {
		$(this).attr('value', '');	
	});
});