$jq(function(){
	$jq('#login_button').click(function(){
			$jq('#login_form').submit();	
			return false;
	});	
});
