﻿/// <reference path="jquery-1.3.2-vsdoc.js" />
/// <reference path="miya_validator.js" />
/// <reference path="Justgo.js" />
/*| /default.aspx |******************************************************************************************/

/// 페이지 로딩 완료시 실행

jQuery(document).ready(function() {

    jQuery('#dlAirRevGuide dt').click(dlAirRevGuide_Item_onClick);
    //		var date = new Date();
    //			var year = date.getFullYear();
    //			var month = date.getMonth() + 1;
    //			var day = date.getDate();
    //			var today= year.toString()+month.toString()+day.toString();
    //			
    //			if(today<20091101)
    //			{
    //				if (getCookie("20091013_popup") != "done") 
    //				{
    //					SetCenterPopup("/popup/20091013/20091013_popup.html", "20091013_popup", 507, 369, "no", false);
    //				}
    //			}

//    if (getCookie("realtime_popup") != "done") {
//        SetCenterPopup("/popup/Airtel/realtime_popup.html", "2010", "507px", "413px", "no");
//    }
//    setTimeout("", 5000);
//    if (getCookie("20100803_popup") != "done") {
//        window.open("/popup/20100803/20100803_popup.html", "20100803", "height=275, width=310, top=0, left=514, scrollbars=no, resizable=no, menubar=no, titlebar=no, toolbar=no, status=no, directories=no");
//    }
    
//    if (getCookie("20100728_popup") != "done") {
//        SetCenterPopup("/popup/20100728/20100728_popup.html", "20100728", "310px", "445px", "no");
    //    }
//    if (getCookie("20101213_popup") != "done") {
//        window.open("/popup/20101213/popup_20101213.html", "20101213", "height=510, width=400, top=0, left=0, scrollbars=no, resizable=no, menubar=no, titlebar=no, toolbar=no, status=no, directories=no");
//    }

//    if (getCookie("20110411_popup") != "done") {
//        window.open("/popup/20110411/20110411_popup.html", "20110411", "height=313, width=310, top=0, left=410, scrollbars=no, resizable=no, menubar=no, titlebar=no, toolbar=no, status=no, directories=no");
//    }
//    if (getCookie("20101224_popup") != "done") {
//        window.open("/popup/20101224/20101224_popup.html", "20101224", "height=313, width=310, top=0, left=410, scrollbars=no, resizable=no, menubar=no, titlebar=no, toolbar=no, status=no, directories=no");
    //    }

//    if (getCookie("20110224_popup") != "done") {
//        window.open("/popup/20110224/20110224_popup.html", "20110224", "height=313, width=310, top=0, left=410, scrollbars=no, resizable=no, menubar=no, titlebar=no, toolbar=no, status=no, directories=no");
//    }
        
});



