 |
|
|
 | |  | |
|
|
½Ã°£º°·Î ¹è°æÀ̹ÌÁö ¹Ù²Ù±â |
|
|
°ü¸®ÀÚ
|
05-01-22 11:38
|
|
|
|
|
|
<script language="JavaScript">
<!--
day=new Date()
x=day.getHours()
if(x>=0 && x<4) { // 1 ~ 4 ½Ã
document.write('<body background="À̹ÌÁö ÁÖ¼Ò">')
} else
if(x>=4 && x<18) { // 4 ~ 18 ½Ã
document.write('<body background="À̹ÌÁö ÁÖ¼Ò">')
} else
if (x>=18 && x<24) { // Àú³á 6½Ã ~ ¹ã 12½Ã
document.write('<body background="À̹ÌÁö ÁÖ¼Ò">')
}
//-->
</script>
// ÀÀ¿ëÇÏ¸é ¹è°æÀ½¾Çµµ °¡´ÉÇϰÚÁö¿ä
Ãâó : ÁÖ¼Ò : http://sir.co.kr/?doc=bbs/gnuboard.php&bo_table=tiptech&page=6&wr_id=5563
|
|
| | |  | |  |
|
|
|
|
|
|