$(function($){

	$('ul.spy li').hide();
	
	for ($i=0; $i<4; $i++){
		$('ul.spy li').eq($i).show();
	}
		


})(jQuery);
