<HTML>
<HEAD>
<TITLE>scroll</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=x-euc-jp">
<SCRIPT LANGUAGE="JavaScript">
<!--
j=0;
function fn_scroll(){
	setTimeout("",2000);
	window.scroll(0,j);
	j=j+50;
	setTimeout("fn_scroll()",1000);
 }
//-->
</SCRIPT>
</HEAD>
<BODY BGCOLOR="WHITE" onLoad="fn_scroll()">
勝手にスクロールします。
<PRE>
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
</PRE>
</BODY>
</HTML>
