// ¹®ÀÚ±æÀÌ°¡ 2°¡ µÇµµ·Ï ¹ÝÈ¯

//function checkLength(strValue){
//	var strRet = strValue.toString();
//
//	if (strRet.length == 1){	strRet = '0' + strRet;	}
//
//	return strRet;
//}
//
//var atoDate= document.getElementById("txtTime").value;
//
//var year	= atoDate.substr(0,4);
//var month	= atoDate.substr(5,2);
//var day		= atoDate.substr(8,2);
//var hour	= atoDate.substr(11,2);
//var min		= atoDate.substr(14,2);
//
//var atoDateIntDay = year + "" + checkLength(month) + "" + checkLength(day) + "" + checkLength(hour) + "" + checkLength(min);
//
//if( atoDateIntDay >= 200912041740 && atoDateIntDay <= 200912060900 ){
//	window.open('http://pr.hyundai.com/popup/popup_notice.html','notice_pop','width=422,height=338,left=0,top=225');
//}

//if( atoDateIntDay >= 200912060900 && atoDateIntDay <= 200912061400 ){
//	location.href="http://pr.hyundai.com/notice1.html";
//}