 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 ""; 
} 

//var src1 =" ../pop/popup.html";
//var src2 =" ../pop/pop_2011_0902_02.html";
//var src3 =" ../pop/pop_2011_0822_2.html";
//var src4 =" ../pop/pop_2011_0829.html";

/*
if ( notice_getCookie( "Notice1" ) != "done" ) 
{ 
var event1 =  window.open(src1,"Event1","width=403,height=700,top=5,left=30,toolbar=no,location=no,directory=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,background=#000000"); 
}


if ( notice_getCookie( "Notice2" ) != "done" ) 
{ 
var event2 =  window.open(src2,"Event2","width=300,height=326,top=5,left=340,toolbar=no,location=no,directory=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,background=#000000"); 
}

/*
if ( notice_getCookie( "Notice3" ) != "done" ) 
{ 
var event3 =  window.open(src3,"Event3","width=300,height=326,top=378,left=30,toolbar=no,location=no,directory=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,background=#000000"); 
}

if ( notice_getCookie( "Notice4" ) != "done" ) 
{ 
var event4 =  window.open(src4,"Event4","width=300,height=326,top=378,left=340,toolbar=no,location=no,directory=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,background=#000000"); 
}
*/
