
	function notice_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 "";
	}

	//myCookie = notice_getCookie("20100212");  //2010-02-17 ³»¸²
	//if(myCookie == "")window.open("/popup/20100212.html","20100212","width=450,height=520,top=0,left=0");	

	//myCookie = notice_getCookie("20090819");  
	//if(myCookie == "")window.open("/popup/20090826.html","20090826","width=410,height=577,top=0,left=0");	

	//myCookie = notice_getCookie("20090929");  //Ãß¼®ÆË¾÷ ³»¸²
	//if(myCookie == "")window.open("/popup/20090929.html","20090929","width=600,height=620,top=0,left=414");	


	//myCookie2 = notice_getCookie("20090903");  //¹æ¼Û¿ë 
	//if(myCookie2 == "")window.open("/popup/20090903.html","20090903","width=350,height=228,top=0,left=420");	

	//myCookie = notice_getCookie("20080220");   // 2008-02-25 9:24 ³»¸²
	//if(myCookie == "")window.open("/popup/20080220.html","20080220","width=500,height=520,top=150,left=50");	



	//window.open("/popup/20080227.html","20080227","width=450,height=253,top=150,left=150");	


	//myCookie = notice_getCookie("20080918");  
	//if(myCookie == "")window.open("/popup/20080918.html","20080918","width=600,height=600,top=0,left=415");	

	//myCookie = notice_getCookie("20080407");  
	//if(myCookie == "")window.open("/popup/20080407.html","20080407","width=900,height=600,top=0,left=0");	

	//myCookie2 = notice_getCookie("20080410");  
	//if(myCookie2 == "")window.open("/popup/20080410.html","20080410","width=580,height=620,top=0,left=0");	
	//myCookie = notice_getCookie("20080411");  
	//if(myCookie == "")window.open("/popup/20080411.html","20080411","width=350,height=300,top=0,left=588");	



