(function($){
	var initLayout = function() {
		var hash = window.location.hash.replace('#', '');		
		$('a.lightsGal').zoomimage();		
	};	
	
	EYE.register(initLayout, 'init');
})(jQuery)