호스트 네임 체크하기
페이지 정보
작성자
본문
<script type="text/javascript" >
if (location.hostname != "www.courtauction.go.kr" )
location.replace('http://www.courtauction.go.kr/index.html');
var str ='대법원 법원경매정보';
function refStatus()
{
window.status=str;
timerID=setTimeout( "refStatus()", 2000 );
}
refStatus();
</script>
댓글목록
등록된 댓글이 없습니다.