﻿function redirect_login () {
	if(confirm('댓글을 남기시기 위해선 로그인 하셔야 합니다. 로그인 하시겠습니까?')) {
		document.login2.submit ();
	}
}