	//ÆË¾÷½ºÅ©¸³Æ® 
	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 ""; 
	} 


	//ºÎ´Ù¿ùµå
	//if ( notice_getCookie( "Buddhaworld_Notice1" ) != "done" ) 
	//{ 
	//	window.open('/popup/buddhaworld_001.htm','','left=370, top=10, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=500, height=675');
	//}

	//Á¤¿ì½º´Ô ½Å³â»ç
	//if ( notice_getCookie( "Buddhaworld_Notice2" ) != "done" ) 
	//{ 
	//	window.open('/popup/bw_notice_2007_1.htm','','left=50, top=200, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=250, height=325');
	//}

	//½Å³âÆË¾÷
	//if ( notice_getCookie( "Buddhaworld_Notice1" ) != "done" ) 
	//{ 
	//	window.open('/popup/buddhaworld_2008.htm','','left=100, top=200, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=500, height=317');
	//}