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 "";
}

function open_popup(url, wid, hei, scroll, winName, pop_check, top, left)
{
	var url = url;
	var posi = "width="+ wid +",height="+hei+",toolbar=no,location=no,status=no,menubar=no,top=" + top + ",left=" + left + ",scrollbars=" + scroll +",resizable=no" ;
	if (winName == "")
	{
		winName = popup
	}
	popwin = window.open(url,winName,posi);

	//Â÷´Ü ¸Þ¼¼Áö´Â 1°³¸é Á·ÇÔ
	if(pop_check==1){
	if (popwin == null) {
	alert("Â÷´ÜµÈ ÆË¾÷Ã¢À» Çã¿ëÇØ ÁÖ½Ê½Ã¿À.");
	} else {
	}
	}

}

// ÇöÀçÀÏ
var  timeString
  today = new Date();

  intYear = today.getYear();
  intDate = today.getDate();
  intMon = today.getMonth()+1;

  if (intMon < 10) {
  	month = "0"+intMon;
  } else {
  	month = intMon;
  }
  if (intDate < 10) {
  	date = "0"+intDate;
  } else {
  	date = intDate;
  }

timeString  = intYear +"-" + month+ "-"+ date  ;

// Æ÷ÀÎÆ® ÀüÈ¯


//if (getCookie("POP_110321") != "done") {
//	pop_check('POP_110321');  //    ÄÉÀÍ16,Ä¿ÇÇ18,19,½ºÆä¼È1±â
//}

//if (getCookie("POP_110411") != "done") {
//	pop_check('POP_110411');  //    ÄÉÀÍ16
//}

//if (getCookie("POP_110315") != "done") {
//	pop_check('POP_110315');  //    ÄÉÀÍ16,Ä¿ÇÇ18,19
//}

//if (getCookie("POP_110304") != "done") {
//	pop_check('POP_110304');  //    ÄÉÀÍ15,Ä¿ÇÇ18
//}

//if (getCookie("110331_pop") != "done") {
//	pop_check('110331_pop');  //    °³ÀÎÁ¤º¸Ãë±Þ¹æÄ§
//}

//if (getCookie("110113_pop") != "done") {
//	pop_check('110113_pop');  //    ½Å³â
//}

//if (getCookie("101110_pop") != "done") {
//	pop_check('101110_pop');  //    11¿ù ÀÌº¥Æ®
//}

//if (getCookie("101208_pop") != "done") {
//	pop_check('101208_pop');  //    ÇØÇÇÄ·ÆÛ3±â
//}

//if (getCookie("pop_xmas") != "done") {
//	pop_check('pop_xmas');  //    Å©¸®½º¸¶½º
//}

//if (getCookie("110126_pop") != "done") {
//	pop_check('110126_pop');  //    Ã¢¾÷ÆË¾÷
//}

//if (getCookie("110201_pop") != "done") {
//	pop_check('110201_pop');  //    Ã¢¾÷ÆË¾÷
//}

//if (getCookie("110223_pop") != "done") {
//	pop_check('110223_pop');  //    »÷µåÀ§Ä¡ÀÌº¥Æ®
//}

//if (getCookie("POP_110307") != "done") {
//	pop_check('POP_110307');  //    È­ÀÌÆ®µ¥ÀÌÀÌº¥Æ®
//}

//if (getCookie("POP_110411_1") != "done") {
//	pop_check('POP_110411_1');				//    ÄÉÀÍ17
//}

//if (getCookie("110511_pop") != "done") {
//	pop_check('110511_pop');					//    Ä¿ÇÇ¾ÆÄ«µ¥¹Ì 20±â ¸Å´ÏÀú
//}

//pop_check('POP_110429');					//    TV CF ON AIR

//pop_check('TWOSOME_111229_POP');					//    ¸¶ÀÌ¿þÀÌ

//  ===================================================================================================
//pop_check('EMS_server1');  // EMS ¼­¹ö ÀÛ¾÷
//pop_check('server1');  //  ¼­¹ö ÀÛ¾÷ - Á¤±âÁ¡°Ë
//  ===================================================================================================


function pop_check(cookiename){

		var name = cookiename
        var sign = "no";
        var start = -1;
        var end = 0;
        var pop_flag = 0;
        start = document.cookie.indexOf(name);
        end = start + name.length;
        if(start > -1) {
            start = start + name.length + 1;
            if(document.cookie.substring(start, start+sign.length) == sign){
                 pop_flag = 1;
            }
        }
		if(pop_flag == 0) {

		//ÆË¾÷À» ¶ç¿î´Ù


//   ===================================================================================================

		//  EMS ¼­¹öÀÛ¾÷
//		if(cookiename=="EMS_server1"){
//			open_popup('/event_new/ems/twosome.html?cname='+name+'','350','300','no','EMS_server1',1,1,680);
//		}
		
		//¼­¹ö¸®ºÎÆÃ
//		if(cookiename=="server1"){
//			open_popup('http://www.familypoint.co.kr/popup/20091012_pop/20091012_pop.html','350','350','no','server1',1,1,10);
//		}

//  ===================================================================================================

		//	¸¶ÀÌ¿þÀÌ
//		if (getCookie("TWOSOME_111229_POP") != "done" )
//		{
//			window.open("/popup/111230_myway/myway_pop.html", "TWOSOME_111229_POP", "left=0, top=0, width=300, height=389, scrollbar=no");
//		}

		//½Å³âÀÌº¥Æ® (120105)
		if (getCookie("POP_120105") != "done" )
		{
//			window.open("/popup/120105/pop.html", "POP_120105", "left=310, top=0, width=300, height=520, scrollbar=no");
		}

		//	¸¶ÀÌ¿þÀÌ
		//if(cookiename=="TWOS_111229_POP"  ){
		//open_popup('/popup/111230_myway/myway_pop.html?cname='+name+'','300','389','no','TWOS_111229_POP',1,1,0);		
		//}

		//  ÄÉÀÍ16
		//if(cookiename=="POP_110411"  ){
		//open_popup('popup/110411/popup.html?cname='+name+'','300','370','no','POP_110411',1,1,0);		
		//}

		//  ÄÉÀÍ17
//		if(cookiename=="POP_110411_1"  ){
//		open_popup('popup/110411_1/popup.html?cname='+name+'','300','370','no','POP_110411_1',1,1,0);		
//		}

		//  »õ·Î¿öÁøÅõ½æ
//		if(cookiename=="101229_pop_new"  ){
//		open_popup('popup/101229/20101229_pop.html?cname='+name+'','300','401','no','101229_pop_new',1,1,310);		
//		}


		//   TV CF ON AIR
//		if(cookiename=="POP_110429"  ){
//		open_popup('popup/110429/110429_pop.html?cname='+name+'','400','514','no','POP_110429',1,1,0);		
//		}

		//   5¿ù ÄÉÀÍ±³½Ç, Ä¿ÇÇ±³½Ç
//		if(cookiename=="POP_110428"  ){
//		open_popup('popup/110428/pop.html?cname='+name+'','300','400','no','POP_110428',1,1,410);		
//		}

		//   Ä¿ÇÇ¾ÆÄ«µ¥¹Ì 20±â ¸Å´ÏÀú, ÄÉÀÍ 18±â
//		if(cookiename=="110511_pop"  ){
//		open_popup('popup/110511/pop.html?cname='+name+'','300','401','no','110511_pop',1,1,720);		
//		}

		//  ÄÉÀÍ16,Ä¿ÇÇ18,19,½ºÆä¼È1±â
		//if(cookiename=="POP_110321"  ){
		//open_popup('popup/110321/popup.html?cname='+name+'','300','401','no','POP_110321',1,1,0);		
		//}

		//  »÷µåÀ§Ä¡ÀÌº¥Æ®
		//if(cookiename=="POP_110307"  ){
		//open_popup('popup/110307/popup.html?cname='+name+'','300','401','no','POP_110307',1,1,620);		
		//}

		//  »÷µåÀ§Ä¡ÀÌº¥Æ®
		//if(cookiename=="110223_pop"  ){
		//open_popup('popup/110223/popup.html?cname='+name+'','300','401','no','110223_pop',1,1,620);		
		//}


		//  ¹ß·»Å¸ÀÎÆË¾÷
		//if(cookiename=="110201_pop"  ){
		//open_popup('popup/110201/popup.html?cname='+name+'','300','401','no','110201_pop',1,1,620);		
		//}


		//  ÄÉÀÍ15,Ä¿ÇÇ18
		//if(cookiename=="POP_110304"  ){
		//open_popup('event_new/110304_ac/popup.html?cname='+name+'','300','373','no','POP_110304',1,1,0);		
		//}


		//  ÄÉÀÍ16,Ä¿ÇÇ18,19
		//if(cookiename=="POP_110315"  ){
		//open_popup('popup/110315/popup.html?cname='+name+'','300','373','no','POP_110315',1,1,0);		
		//}

		//  ÄÉÀÍ15
		//if(cookiename=="110218_pop_ac"  ){
		//open_popup('popup/110218/popup.html?cname='+name+'','300','373','no','110218_pop_ac',1,1,0);		
		//}

		//  ÄÉÀÍ14/Ä¿ÇÇ17
		//if(cookiename=="110127_pop_ac"  ){
		//open_popup('popup/110127/popup.html?cname='+name+'','300','401','no','110127_pop_ac',1,1,0);		
		//}

		//  Ã¢¾÷ÆË¾÷
		//if(cookiename=="110126_pop"  ){
		//open_popup('popup/110126/popup.html?cname='+name+'','300','301','no','110126_pop',1,1,620);		
		//}

		//  ½Å³â
		//if(cookiename=="110113_pop"  ){
		//open_popup('popup/110113/popup.html?cname='+name+'','300','401','no','110113_pop',1,1,310);		
		//}

		//  Å©¸®½º¸¶½º
//		if(cookiename=="pop_xmas"  ){
//		open_popup('popup/101209_xmas/popup.html?cname='+name+'','300','384','no','pop_xmas',1,1,620);		
//		}

		//  ÄÉÀÍ13/Ä¿ÇÇ17
		//if(cookiename=="110114_pop_ac"  ){
		//open_popup('popup/110114/popup.html?cname='+name+'','300','401','no','110114_pop_ac',1,1,0);		
		//}


		//°³ÀÎÁ¤º¸ Ãë±Þ¹æÄ§
//		if(cookiename=="110331_pop"){
//		open_popup('/popup/110331/privacy_pop.html?cname='+name+'','300','399','no','110331_pop',1,1,620);
//		}

		}
}
