window.addEvent('domready', function() { 
	$$('.links-block a.modalreg').addEvent('click', OpenRegistrationBox);
});

