window.addEvent('domready', function(){
									 
	if(top!=self) { 
		top.location=self.location;
		return;
	}
				
	// assign ReMooz zooming images
    $$('a.zoomimg').each(function(element) {
        new ReMooz( element , { origin: element.getElement('img'), centered: true, cutOut: false } );
    });
 
});
