<head>와 </head> 사이에 넣어 주세요.

 

 <script>
        var t=new Date();
        t=t.getTime();h();
        function h() {
        var r=new Date();
        document.title="님께서는 오작교의 홈에 "+Math.ceil(((r.getTime()-t)/1000))+" 초째 머물고 계십니다";
        status="님께서는 오작교의 홈에 "+Math.ceil(((r.getTime()-t)/1000))+" 초째 머물고 계십니다";
        setTimeout('h()',200)
        }