;(function($) {
	$(document).ready(function () {
		$('.a-reg-link').live('click', function () {
			(new AjaxPopUp('registration', {url: this.href, popup: {width: '700px', height: '505px'}})).show();
			return false;
		});
	});
})(jQuery);
