$(function() {
	$('.sidebar #search').click(function() {
		$(this).val('');
	})
})
