// ÄíÅ°°¡ ÀÖ³ª Ã£½À´Ï´Ù

function getCookie( name ){
	var nameOfCookie = name + "=";
	var x = 0;
	while ( x <= document.cookie.length )
	{
		var y = (x+nameOfCookie.length);
		if ( document.cookie.substring( x, y ) == nameOfCookie ) {
			if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
				endOfCookie = document.cookie.length;
			return unescape( document.cookie.substring( y, endOfCookie ) );
		}
		x = document.cookie.indexOf( " ", x ) + 1;
		if ( x == 0 )
			break;
	}
	return "";
}

// ÆË¾÷Ã¢¿¡¼­ ¸¸µé¾îÁø ÄíÅ° Notice ÀÇ °ªÀÌ done ÀÌ ¾Æ´Ï¸é(Áï, Ã¼Å©ÇÏÁö ¾ÊÀ¸¸é,) 
// °øÁöÃ¢ (new.htm) À» ¶ç¿ó´Ï´Ù

if ( getCookie( "HPexpress_20100302" ) != "done" ) {
	notice_20100302Window  =  window.open('/etc/event/20100302/popup.html','notice20100302','toolbar=no,location=no,directory=no,status=no,menubar=no,scrollbars=auto,resizable=no,copyhistory=no,left=260, top=0, width=419,height=619');
	notice_20100302Window.opener = self;
}