(function($) {
	$.fn.login = function(){
		$(this)
		.attr("action", "/member/login")
		.attr("method", "post")
		.submit();
	};
})(jQuery);
