var jul = 7 //¿äÀÏ yol=new Array( 'ÀÏ','¿ù','È­','¼ö','¸ñ','±Ý','Åä' ); //¿ùº°Àϼö mon=new Array( 31,28,31,30,31,30,31,31,30,31,30,31 ); D=new Date(); //µ¥ÀÌÆ®°´Ã¼ »ý¼º y=D.getYear(); //³â m=D.getMonth(); //¿ù d=D.getDate(); //ÀÏ H=D.getHours(); //½Ã M=D.getMinutes(); //ºÐ S=D.getSeconds(); //ÃÊ ap=''; //¿ÀÀü¿ÀÈÄ if(H>12){ H-=12; ap='pm' } else { H; ap='am'; } // document.write(D+" "+y+" "+m+" "+d); fd=new Date(y,m,1).getDay(); //ù ¿äÀÏ ld=new Date(y,m+1,0).getDay(); //³¡ ¿äÀÏ str=""; cnt=0; var dateCount = 1 ; str+=' ' str+=' ' str+=' ' str+=' ' str+=' ' str+=' ' str+=' ' str+=""; for(i=0;cnt=7) { str+=""; } if(i"+cnt+""; } else if (dateCount%7==0) { str+=""; } else if (dateCount%7==1) { str+=""; } else { str+=""; } } dateCount++; } str+="
ÀÏ¿ùÈ­¼ö¸ñ±ÝÅä
"+cnt+""+cnt+""+cnt+"
"; document.getElementById('ddd').innerHTML=str+"
"; var showDeStr = "2008;(À½·Â);10-04;Ùæí­;ìóâù;ëàÞÓ|2008;(À½·Â);10-05;Ùæí­;ìóâù;ܰçí|2008;(À½·Â);10-06;Ùæí­;ìóâù;ïËÚ±|2008;(À½·Â);10-07;Ùæí­;ìóâù;Ùæãé|2008;(À½·Â);10-08;Ùæí­;ìóâù;Ðùë·|2008;(À½·Â);10-09;Ùæí­;ìóâù;ÌÒâù|2008;(À½·Â);10-10;Ùæí­;ìóâù;ãôú¤|2008;(À½·Â);10-11;Ùæí­;ͤú¤;ìóí­|2008;(À½·Â);10-12;Ùæí­;ͤú¤;ͤõä|2008;(À½·Â);10-13;Ùæí­;ͤú¤;Ë£ìÙ|2008;(À½·Â);10-14;Ùæí­;ͤú¤;ëàÙÖ|2008;(À½·Â);10-15;Ùæí­;ͤú¤;ܰòã|2008;(À½·Â);10-16;Ùæí­;ͤú¤;ïËÞÓ|2008;(À½·Â);10-17;Ùæí­;ͤú¤;Ùæçí|2008;(À½·Â);10-18;Ùæí­;ͤú¤;ÐùÚ±|2008;(À½·Â);10-19;Ùæí­;ͤú¤;ÌÒãé|2008;(À½·Â);10-20;Ùæí­;ͤú¤;ãôë·|2008;(À½·Â);10-21;Ùæí­;ͤú¤;ìóâù|2008;(À½·Â);10-22;Ùæí­;ͤú¤;ͤú¤|2008;(À½·Â);10-23;Ùæí­;ͤú¤;Ë£í­|2008;(À½·Â);10-24;Ùæí­;ͤú¤;ëàõä|2008;(À½·Â);10-25;Ùæí­;ͤú¤;ܰìÙ|2008;(À½·Â);10-26;Ùæí­;ͤú¤;ïËÙÖ|2008;(À½·Â);10-27;Ùæí­;ͤú¤;Ùæòã|2008;(À½·Â);10-28;Ùæí­;ͤú¤;ÐùÞÓ|2008;(À½·Â);10-29;Ùæí­;ͤú¤;ÌÒçí|2008;(À½·Â);10-30;Ùæí­;ͤú¤;ãôÚ±|2008;(À½·Â);11-01;Ùæí­;ͤú¤;ìóãé|2008;(À½·Â);11-02;Ùæí­;ͤú¤;ͤë·|2008;(À½·Â);11-03;Ùæí­;ͤú¤;Ë£âù|2008;(À½·Â);11-04;Ùæí­;ͤú¤;ëàú¤" var showDe = showDeStr.split('|'); function detail(m) { var obj = document.getElementById("details"); var PshowDeStr = showDe[m-1]; var PshowDe = PshowDeStr.split(';'); html = '' html +='' html +='' html +=' ' html +='' html +='' html +=' ' html +='' html +='' html +=' ' html +='' html +='' html +=' ' html +='' html +='' html +=' ' html +='' html +='' html +=' ' html +='' html +='
'+PshowDe[0]+'
'+PshowDe[1]+'
'+PshowDe[2]+'
'+PshowDe[3]+'
'+PshowDe[4]+'
'+PshowDe[5]+'
' obj.innerHTML = html; } function setCookie( name, value, expiredays ) //Äí۸¦ ±Á´Â´Ù. { var todayDate = new Date(); todayDate.setDate( todayDate.getDate() + expiredays ); document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";" } 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 ""; } var date = new Date(); var Cudd = date.getDate(); detail(Cudd) month = date.getMonth()+1 day = date.getDate() month =month.toString() day =day.toString() chxdd = month+'¿ù '+day+' ÀÏ' if ( getCookie( "sToday" ).indexOf(chxdd)== -1) {//¾øÀ¸¸é ±Á´À´Ù. setCookie("sToday", "¢º ¿À´ÃÀº 2008³â [¾ç·Â] 11¿ù21ÀÏ [À½·Â] 10¿ù 24ÀÏ    ¢º ëàõä (À»Ãà)ÀÏ ÀÔ´Ï´Ù !" , 1); } if ( getCookie( "STyaerGap" ) != "Ùæí­" ) {//¾øÀ¸¸é ±Á´À´Ù. setCookie("STyaerGap", "Ùæí­" , 1); }