
function ischeck(frm){
	var f = frm;
	var i = 0;
	var chked = 0;
		
	for(i = 0; i < f.length; i++ ) {
		if(f[i].checked) {			chked++;			}
	}
	if( chked < 1 ) {
		return false;
	}
	return true;
}
function PollCheckForm() {
	if (!ischeck(document.poll_form.ID_select)) {
		alert('¼³¹®¿¡ ÀÀ´ä Ã¼Å©ÇÏ¼¼¿ä.');
		return false;
	} else {
		return true;
	}
}
document.write("");
document.write("<form name='poll_form' method='post' action='http://kids.hankooki.com/poll/poll_apply.php' target='_top'  onsubmit='return PollCheckForm()' style='padding:0px;margin:0px'>");
document.write("<INPUT Type='hidden' Name='mode' Value='submit'>");
document.write("<INPUT Type='hidden' Name='ID_survey' Value='168'>");
document.write("<INPUT Type='hidden' Name='YN_reapply' Value=''>");
document.write("");
document.write("<table width='250' border='0' cellpadding='0' cellspacing='0'>");
document.write("<tr>");
document.write("<td><a href='http://kids.hankooki.com/poll/poll_apply.php?ID_survey=168' target='_top'><img src='http://img.hankooki.com/kids/2008/08/left_poll1.gif' border='0'></a></td>");
document.write("</tr>");
document.write("<tr>");
document.write(" <td height='1' bgcolor='42ccd5'></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td>");
document.write("	<table width='250' border='0' cellpadding='0' cellspacing='0'>");
document.write("	<tr>");
document.write("	<td width='20' valign='top' style='padding:5 5 5 5;'>");
document.write("	 <img src='http://img.hankooki.com/kids/2008/08/ic_q.gif' width='16' height='16'></td>");
document.write("	<td valign='top' style='padding:5 5 5 5;'>ÇÐ±³ ¼ö¾÷À» ¸¶Ä¡°í ÇÐ¿ø(»ç±³À°) ´Ù´Ï¼¼¿ä? ÇÐ¿øÀ» ´Ù´Ñ´Ù¸é ¸î°³¸¦ ´Ù´Ï¼¼¿ä?</td>");
document.write("	</tr>");
document.write("	</table>");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
document.write("<table width='250' border='0' cellpadding='0' cellspacing='0'>");
document.write("<tr>");
document.write("<td bgcolor='f5f5f5' style='padding:8px'>");
document.write("	<table width='100%' border='0' cellpadding='0' cellspacing='0'>");
document.write(" ");
document.write("	<tr>");
document.write("	<td width='30' height='23'><input type='radio' name='ID_select' value='1'></td>");
document.write("	<td align='left'>¾È ´Ù´Ñ´Ù  </td>");
document.write("	<td width='30' align='right' style='padding:0 5 0 0;'><font class='little'>21%</font></td>");
document.write("	</tr>");
document.write(" 	");
document.write("	<tr>");
document.write("	<td width='30' height='23'><input type='radio' name='ID_select' value='2'></td>");
document.write("	<td align='left'>1°³  </td>");
document.write("	<td width='30' align='right' style='padding:0 5 0 0;'><font class='little'>24%</font></td>");
document.write("	</tr>");
document.write(" 	");
document.write("	<tr>");
document.write("	<td width='30' height='23'><input type='radio' name='ID_select' value='3'></td>");
document.write("	<td align='left'>2°³  </td>");
document.write("	<td width='30' align='right' style='padding:0 5 0 0;'><font class='little'>27%</font></td>");
document.write("	</tr>");
document.write(" 	");
document.write("	<tr>");
document.write("	<td width='30' height='23'><input type='radio' name='ID_select' value='4'></td>");
document.write("	<td align='left'>3°³ ÀÌ»ó  </td>");
document.write("	<td width='30' align='right' style='padding:0 5 0 0;'><font class='little'>29%</font></td>");
document.write("	</tr>");
document.write(" 	");
document.write(" </table>");
document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td height='10'><img src='http://img.hankooki.com/kids/2008/08/left_poll_line.gif' width='240' height='2'></td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td align='right'>");
document.write("	<input type=image src=http://img.hankooki.com/kids/2008/08/btn_poll1.gif border=0 hspace=2>");
document.write("	<a href='http://kids.hankooki.com/poll/poll_apply.php?ID_survey=168' target='_top'><img src='http://img.hankooki.com/kids/2008/08/btn_poll2.gif' border='0'></a>");
document.write("	</td>");
document.write("</tr>");
document.write("</table>");
document.write("</form>");
document.write("<p style='margin-top:10px'>");
var current_url = location.href;
if(current_url != 'http://kids.hankooki.com/'){
document.write("<IFRAME WIDTH=250 HEIGHT=102 FRAMEBORDER=NO SCROLLING=NO SRC='http://www.hankooki.com/contents_plus/kd_page_view.htm'></IFRAME>");
}
