function chk_vote_today(vid_code){
		var count = 0;
		var select_no=0;		
		var etc = '';
		for(var j = 0; j < vote_today.poll.length; j++){
				if( eval('vote_today.poll[j].checked') == true)
				{
				count=count+1;
				select_no = j+1;
				}
			}		
		
		if(count == 0){
			alert("Áú¹®¿¡ ´ëÇÑ ´äº¯À» ¼±ÅÃÇØ ÁÖ¼¼¿ä");
			return false;}
		
		document.vote_today.action = "plaza_voteOk.asp";
		document.vote_today.target="Frmletovote";
		document.vote_today.submit();		

}

function mainchk_vote_today(vid_code){
		var count = 0;
		var select_no=0;		
		var etc = '';
		for(var j = 0; j < vote_today.poll.length; j++){
				if( eval('vote_today.poll[j].checked') == true)
				{
				count=count+1;
				select_no = j+1;
				}
			}		
		
		if(count == 0){
			alert("Áú¹®¿¡ ´ëÇÑ ´äº¯À» ¼±ÅÃÇØ ÁÖ¼¼¿ä");
			return false;}
		
		document.vote_today.action = "/DSPMain/Vote/voteOk.asp";
		document.vote_today.target="letoFlame2";
		document.vote_today.submit();		

}

function direct_discuss_today(){
				
		document.vote_today.action = "/plaza/";
		//document.vote_today.target="Frmletovote";
		document.vote_today.submit();		

}