$(document).ready(function() {

	$('code').each(function(){
		$(this).html($.trim($(this).html()));
	});
	
	$('.lightbox').lightbox({
		fileLoadingImage: 'images/loading.gif',
		fileBottomNavCloseImage: 'images/closelabel.gif'
	});
	
});

ChiliBook.recipeFolder     = "/wp-content/themes/winston/js/chili/";
ChiliBook.stylesheetFolder = "/wp-content/themes/winston/js/chili/";