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 = "popup_100629.htm"
   //var src3 = "popup_19.htm"
 //  var src2 = "popup_100216.html"
 //  var src4 = "popup_25.htm"
   //var src5 = "popup_22.html"
   var newsrc

var randomize = Math.round(Math.random()*1) 
 if(randomize == 1){
		newsrc = src1; 
  }else{
    //newsrc = src2; 
	newsrc = src1;
 } 
 
 

if ( notice_getCookie( "Notice1" ) != "done" ) 
{ 
   window.open(src1,"Event","width=440,height=610,top=0,left=0,toolbar=no,location=no,directory=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,background=#000000"); 
} 
 
//if ( notice_getCookie( "Notice2" ) != "done" ) 
//{ 
//window.open(src2,"Event2","width=440,height=500,top=0,left=450,toolbar=no,location=no,directory=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,background=#000000"); 
//} 

//if ( notice_getCookie( "Notice3" ) != "done" ) 
//{ 
//   window.open(src2,"Event3","width=200,height=575,top=0,left=450,toolbar=no,location=no,directory=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,background=#000000"); 
//} 



//if ( notice_getCookie( "Notice4" ) != "done" ) 
//{ 
//   window.open(src4,"Event4","width=400,height=380,top=0,left=0,toolbar=no,location=no,directory=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,background=#000000"); 
//} 

//if ( notice_getCookie( "Notice5" ) != "done" ) 
//{ 
//   window.open(src5,"Event5","width=300,height=350,top=00,left=410,toolbar=no,location=no,directory=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,background=#000000"); 
//} 





