	//yonis jquery stuff for BGSK (c) 2009-10	//yoni@social-ink.net		var $j = jQuery.noConflict(); //declare this cause of problems with WP		$j(function(){								$j('#fp_fromourkitchen_slideshow img:first').fadeIn(1000, function() {				$j('#fp_fromourkitchen_slideshow')				.after('<div id="kitchen_nav">')				.cycle({ 					fx:     'fade', 					speed:  500, 					timeout: 5000, 					pager:  '#kitchen_nav' 				});		});	});
