function happyPop_Close()
{
  setCookie("happytime_Popup_Cookie", "On" , 1);
  document.all.happy_Pop.style.display = "none";
}

var happy_stime = "2011120211"
var happy_etime = "2012120311"

var happy_html = 
	'  <table border=0 cellpadding=0 cellspacing=0>'+
	'    <tr>'+
	'      <td><a href="http://www.gundamshop.co.kr/EVENT/happytime.html"><img src="http://pics2.gundamshop.co.kr/prd2/bn_mrt.gif" border=0></a><span style="position:relative;"><div style="position:absolute;width:81px;top:81px; left:-15px;"><img style="cursor:hand" onClick="happyPop_Close()" src="http://pics2.gundamshop.co.kr/prd2/bn_mrt_x.gif" title="¿À´Ã ÇÏ·ç ´õÀÌ»ó ¿­Áö ¾Ê½À´Ï´Ù." border=0></div></span></td>'+
	'    </tr>'+
	'  </table>';

if( getCookie("happytime_Popup_Cookie")=="" && parseInt(dates_time) >= parseInt(happy_stime) && parseInt(dates_time) <= parseInt(happy_etime) )
{
	document.all.happy_Pop.style.display = "";
	document.all.happy_Pop.innerHTML = happy_html
}

