<HTML>
<HEAD>
</HEAD>
<BODY>
<!---- 아래의 코드를 원하는 위치에 복사 해 넣으세요 -------------------->
<script language="JavaScript1.2">
function setcountdown(theyear,themonth,theday,thehour,themin,thesec){
yr=theyear;mo=themonth;da=theday;hr=thehour;min=themin;sec=thesec
}
// 1: 카운트다운할 날짜와 시간을 입력 하세요 (년, 월, 일, 시(0=자정,23=밤11시), 분,초
setcountdown(2010,12,05,12,00,00)
// 2: 메세지들을 설정 하세요
var occasion="그녀와 만난지 10주년 되는 날"
var message_on_occasion="드디어 10년이 흘렀네요"
// 3: 카운트 다운 영역을 설정 하세요
var countdownwidth='600px' // 가로크기
var countdownheight='35px' // 높이
var countdownbgcolor='lightyellow' // 배경색
var opentags='<font face="굴림">' // 글자모양
var closetags='</font>' // 글자모양 종료태그
var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
var crosscount=''
function start_countdown(){
if (document.layers)
document.countdownnsmain.visibility="show"
else if (document.all||document.getElementById)
crosscount=document.getElementById&&!document.all?document.getElementById("countdownie") : countdownie
countdown()
}
if (document.all||document.getElementById)
document.write('<span id="countdownie" style="width:'+countdownwidth+'; background-color:'+countdownbgcolor+'"></span>')
window.onload=start_countdown
function countdown(){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todayh=today.getHours()
var todaymin=today.getMinutes()
var todaysec=today.getSeconds()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec
futurestring=montharray[mo-1]+" "+da+", "+yr+" "+hr+":"+min+":"+sec
dd=Date.parse(futurestring)-Date.parse(todaystring)
dday=Math.floor(dd/(60*60*1000*24)*1)
dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1)
dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1)
dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1)
if(dday<=0&&dhour<=0&&dmin<=0&&dsec<=1&&todayd==da){
if (document.layers){
document.countdownnsmain.document.countdownnssub.document.write(opentags+message_on_occasion+closetags)
document.countdownnsmain.document.countdownnssub.document.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=opentags+message_on_occasion+closetags
return
}
else if (dday<=-1){
if (document.layers){
document.countdownnsmain.document.countdownnssub.document.write(opentags+"Occasion already passed! "+closetags)
document.countdownnsmain.document.countdownnssub.document.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=opentags+"Occasion already passed! "+closetags
return
}
else{
if (document.layers){
document.countdownnsmain.document.countdownnssub.document.write(opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds left until "+occasion+closetags)
document.countdownnsmain.document.countdownnssub.document.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=occasion +"까지 " + opentags+dday+ " 일, "+dhour+" 시간, "+dmin+" 분, "+dsec+" 초가 남았습니다"+closetags
}
setTimeout("countdown()",1000)
}
</script>
<ilayer id="countdownnsmain" width=&{countdownwidth}; height=&{countdownheight}; bgColor=&{countdownbgcolor}; visibility=hide><layer id="countdownnssub" width=&{countdownwidth}; height=&{countdownheight}; left=0 top=0></layer></ilayer>
<!------------------------- 여기까지 ---------------------------------->
</BODY>
</HTML>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 630 | 19년 전 | 2360 | ||
| 629 |
|
19년 전 | 2017 | |
| 628 |
|
19년 전 | 3136 | |
| 627 |
|
19년 전 | 2035 | |
| 626 |
|
19년 전 | 2069 | |
| 625 |
|
19년 전 | 1726 | |
| 624 |
|
19년 전 | 2238 | |
| 623 | 19년 전 | 2208 | ||
| 622 |
|
19년 전 | 2514 | |
| 621 |
|
19년 전 | 2924 | |
| 620 |
|
19년 전 | 2418 | |
| 619 | 19년 전 | 2483 | ||
| 618 | 19년 전 | 3518 | ||
| 617 |
|
19년 전 | 3238 | |
| 616 |
|
19년 전 | 3229 | |
| 615 |
|
19년 전 | 3051 | |
| 614 |
|
19년 전 | 2051 | |
| 613 |
|
19년 전 | 2387 | |
| 612 |
|
19년 전 | 2245 | |
| 611 |
|
19년 전 | 2092 | |
| 610 |
|
19년 전 | 2524 | |
| 609 |
|
19년 전 | 2434 | |
| 608 |
|
19년 전 | 2823 | |
| 607 | 19년 전 | 2197 | ||
| 606 | 19년 전 | 3542 | ||
| 605 | 19년 전 | 1997 | ||
| 604 | 19년 전 | 2615 | ||
| 603 | 19년 전 | 1622 | ||
| 602 |
|
19년 전 | 2844 | |
| 601 | 19년 전 | 3076 | ||
| 600 |
|
19년 전 | 2157 | |
| 599 | 19년 전 | 2006 | ||
| 598 | 19년 전 | 2490 | ||
| 597 | 19년 전 | 2395 | ||
| 596 |
|
19년 전 | 3082 | |
| 595 |
|
19년 전 | 6765 | |
| 594 | 19년 전 | 2716 | ||
| 593 | 19년 전 | 3192 | ||
| 592 |
|
19년 전 | 3096 | |
| 591 |
|
19년 전 | 1943 | |
| 590 | 19년 전 | 3372 | ||
| 589 | 19년 전 | 2215 | ||
| 588 |
|
19년 전 | 2708 | |
| 587 | 19년 전 | 2349 | ||
| 586 |
|
19년 전 | 4371 | |
| 585 | 19년 전 | 2498 | ||
| 584 | 19년 전 | 2769 | ||
| 583 |
|
19년 전 | 3532 | |
| 582 |
|
19년 전 | 3727 | |
| 581 |
|
19년 전 | 3263 | |
| 580 | 19년 전 | 2490 | ||
| 579 | 19년 전 | 3084 | ||
| 578 | 19년 전 | 3994 | ||
| 577 | 19년 전 | 3827 | ||
| 576 | 19년 전 | 1765 | ||
| 575 |
|
19년 전 | 2225 | |
| 574 |
|
19년 전 | 5407 | |
| 573 | 19년 전 | 6735 | ||
| 572 | 19년 전 | 2578 | ||
| 571 | 19년 전 | 2115 | ||
| 570 | 19년 전 | 2605 | ||
| 569 | 19년 전 | 3315 | ||
| 568 | 19년 전 | 3542 | ||
| 567 | 19년 전 | 2986 | ||
| 566 | 19년 전 | 2606 | ||
| 565 |
|
19년 전 | 4729 | |
| 564 |
|
19년 전 | 6737 | |
| 563 |
|
19년 전 | 5017 | |
| 562 |
|
19년 전 | 5961 | |
| 561 |
|
19년 전 | 2709 | |
| 560 |
|
19년 전 | 2561 | |
| 559 |
|
19년 전 | 2227 | |
| 558 |
|
19년 전 | 2306 | |
| 557 | 19년 전 | 4596 | ||
| 556 |
|
19년 전 | 4673 | |
| 555 | 19년 전 | 2517 | ||
| 554 | 19년 전 | 2182 | ||
| 553 | 19년 전 | 2529 | ||
| 552 |
|
19년 전 | 3173 | |
| 551 | 19년 전 | 2947 | ||
| 550 |
|
19년 전 | 1905 | |
| 549 |
|
19년 전 | 1965 | |
| 548 |
|
19년 전 | 3156 | |
| 547 |
|
19년 전 | 2358 | |
| 546 |
|
19년 전 | 3630 | |
| 545 |
|
19년 전 | 2559 | |
| 544 |
|
19년 전 | 1860 | |
| 543 |
|
19년 전 | 2460 | |
| 542 |
|
19년 전 | 1732 | |
| 541 |
|
19년 전 | 1414 | |
| 540 |
|
19년 전 | 1555 | |
| 539 |
|
19년 전 | 1809 | |
| 538 |
|
19년 전 | 1591 | |
| 537 |
|
19년 전 | 1795 | |
| 536 |
|
19년 전 | 1568 | |
| 535 |
|
19년 전 | 1962 | |
| 534 |
|
19년 전 | 1853 | |
| 533 |
|
19년 전 | 1457 | |
| 532 |
|
19년 전 | 1449 | |
| 531 |
|
19년 전 | 1369 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기