
	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='174'>");
document.write(" <input type='hidden' name='YN_reapply' value=''>");
document.write(" <div id='poll'>");
document.write("  <h3><a href='http://kids.hankooki.com/poll/poll_apply.php?ID_survey=174' target='_top'><img src='http://img.hankooki.com/kids/2008/08/left_poll1.gif' border='0' /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://lieto.hankooki.com' target='_blank'><img src='http://img.hankooki.com/kids/2009/07/left_poll10.gif' vspace='8'></a></h3>");
document.write("  <!-- ¼³¹®Áú¹® -->");
document.write("  <dl>");
document.write("   <dd class='po1'><img src='http://img.hankooki.com/kids/2008/08/ic_q.gif' width='16' height='16' /></dd>");
document.write("   <dd class='po2'>ÄÄÇ»ÅÍ·Î ÁÖ·Î ÇÏ´Â °ÍÀº?</dd>");
document.write("  </dl>");
document.write("  <!-- //¼³¹®Áú¹® -->");
document.write("");
document.write("  <!-- ¼³¹®¸®½ºÆ® -->");
document.write("  <div id='poll2'>");
document.write("	 ");
document.write("   <dl >");
document.write("    <dd class='pos1'><input type='radio' name='ID_select' value='1' /></dd>");
document.write("    <dd class='pos2'>ÀÎÅÍ³Ý °Ë»ö</dd>");
document.write("    <dd class='pos3'><font class='little'>39%</font></dd>");
document.write("   </dl>");
document.write(" 		");
document.write("   <dl >");
document.write("    <dd class='pos1'><input type='radio' name='ID_select' value='2' /></dd>");
document.write("    <dd class='pos2'>Ã¤ÆÃ (¸Þ½ÅÀú)</dd>");
document.write("    <dd class='pos3'><font class='little'>7%</font></dd>");
document.write("   </dl>");
document.write(" 		");
document.write("   <dl >");
document.write("    <dd class='pos1'><input type='radio' name='ID_select' value='3' /></dd>");
document.write("    <dd class='pos2'>¼÷Á¦ÇÏ±â</dd>");
document.write("    <dd class='pos3'><font class='little'>17%</font></dd>");
document.write("   </dl>");
document.write(" 		");
document.write("   <dl >");
document.write("    <dd class='pos1'><input type='radio' name='ID_select' value='4' /></dd>");
document.write("    <dd class='pos2'>°ÔÀÓ</dd>");
document.write("    <dd class='pos3'><font class='little'>37%</font></dd>");
document.write("   </dl>");
document.write(" 		");
document.write("  </div>");
document.write("  <!-- //¼³¹®¸®½ºÆ® -->");
document.write("  <p style='margin-top:5px;' />");
document.write("  <dl class='wid' style='float:right;'>");
document.write("   <dd ><input type=image src='http://img.hankooki.com/kids/2008/08/btn_poll1.gif' border=0' /></dd>");
document.write("   <dd style='margin-left:5px;'><a href='http://kids.hankooki.com/poll/poll_apply.php?ID_survey=174' target='_top'><img src='http://img.hankooki.com/kids/2008/08/btn_poll2.gif' border='0' /></a></dd>");
document.write("  </dl>	");
document.write(" </div>");
document.write("</form>");
document.write("<p style='margin-top:10px;' />");
document.write("	");
document.write("");

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>");
}
	