<html>
<head>
<script>
var img=3;
//랜덤으로 돌아갈 이미지 갯수
var now=new Date()
//날짜와 시간 정보를 생성해줍니다
var sec=now.getSeconds()
//지정된 날짜의 초를 반환하여 줍니다. ( 0에서 59까지의 값을 반환합니다. )
var ad=sec % img;
//% 나눈 나머지 값을 넘겨줍니다.

ad+=1
if(ad==1){
 alt="다음로고";
 site="http://daum.net";
 url="http://image.hanmail.net/hanmail/top/0303/logo2.gif";
 width="137";
 height="49";
}
if(ad==2){
 alt="네이버"
 site="http://naver.com";
 url="http://wstatic.naver.com/www/images3/lg_nv3.gif";
 width="204";
 height="47";
}
if(ad==3){
 alt="다음이미지";
 site="http://naver.com";
 url="http://image.hanmail.net/hanmail/top/200310/top70_mag031013_01.gif";
 width="100"
 height="100"
}
document.write("<a href="+site+" target=_blank><img src="+url+" width="+width+" height="+height+" border=0></a>")
</script>
</head>
<body>
이미지가 랜덤으루 돌아갑니다.
</body>
</html>
 



태초에 나는 개그이야기를 만들었다.
내말을 믿고 나를 따르면 천당,
내말을 믿지않고 나를 따르지 않으면 지옥,
나는 하늘나라(우주)에 사느니라.

그럼 난 외계인?