<!--

function change(form)
{
	if (form.url.selectedIndex !=0)
	parent.location = form.url.options[form.url.selectedIndex].value
}

function setCookie( name, value, expiredays )
{
	var todayDate = new Date();
	todayDate.setDate( todayDate.getDate() + expiredays );
	document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}

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 "";
}

var now = new Date();
var year = now.getYear();
var month = now.getMonth() + 1;
var dates = now.getDate();


/* ±¸ÀÎ±¤°í ÆË¾÷ */

if ( getCookie( "syNotice1" ) != "done" && ( month == "02" && dates <= "28" ))
{
	//noticeWindow = window.open('/event/2011/02/pop.htm','syNotice1','width=630,height=670,left=100,top=10,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,titlebar=0,screeny=0');
	//noticeWindow.opener = self;
    //	self.name="topmain";
}



if ( getCookie( "syNotice3dm1" ) != "done" )
{
//	noticeWindow = window.open('/event/2011/02/pop.htm','syNotice3dm1','width=630,height=670,left=100,top=10,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,titlebar=0,screeny=0');
//	noticeWindow.opener = self;
//	self.name="topmain";
}


/*

if ( getCookie( "syNotice4" ) != "done" && month == "2")
{
	noticeWindow = window.open('/event/2009/02/02_pop2.htm','syNotice4','width=546,height=415,left=605,top=10,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,titlebar=0,screeny=0');
	noticeWindow.opener = self;
    	self.name="topmain";
}

*/


if ( getCookie( "syNotice3dm" ) != "done" )
{
	//noticeWindow = window.open('/popup/popup.asp','syNotice3dm','width=470,height=450,left=10,top=10,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,titlebar=0,screeny=0');
	//noticeWindow.opener = self;
    //self.name="topmain";
}

1

