(function($) {
	
	$(function() {
		$('#homeEspot2 li').show();
		$('#homeEspot2 li.fifth').removeClass('fifth');
	});
	
})(jQuery)
