(function($){
	var initLayout = function() {

		
	$('.info').html($('#myGallery img:last').attr('title'));
	showInfo =function() {$('.info').html($('#myGallery img:last').attr("title"));}
	$('#myGallery').spacegallery({minScale: .3, after: showInfo})
	};
	

	
	EYE.register(initLayout, 'init');
})(jQuery)
