
jQuery(function ($) {
	$('#login a.basic').click(function (e) {
		e.preventDefault();
		$('#basic-modal-content').modal();
	});
	
	$('#regist a.basic').click(function (e) {
		e.preventDefault();
		$('#register').modal1();
	});
});
