(function($){
	var initLayout = function() {
		$('a.zooming').zoomimage();		
	};
	
	EYE.register(initLayout, 'init');
})(jQuery)
