<font style = "font-size:9pt; font-family:돋움; color=#3333ff">
<script language="JavaScript">
<!--
var now = new Date();
var then = new Date("January 1,2000"); //생성날짜를 입력하세요.
var gap = now.getTime() - then.getTime();
gap = Math.floor(gap / (1000 * 60 * 60 * 24));
document.write("since 2000. 01. 01. 부터 <b>"+ gap + "</b> 일째!"); //원하는 문구를 넣습니다.
-->
</script>
</font>
Posted by 알 수 없는 사용자
,