(function($){
	
	
	$(document).ready(function() {
		$('#up_sub').click(function(){
			$('#auth_up').show();
		});
		$('#close_sub_a').click(function(){
			$('#auth_up').hide();

		});
		
	});

})(jQuery)
	

