<html>
<head>
<META
content="text/html; charset=windows-1252"
http-equiv=Content-Type><!-- saved from url=(0022)http://internet.e-mail
-->
<STYLE
type=text/css>
<!--
body {
font-family: "comic sans
ms";
font-weight:regular;
font-size: 14pt;
color: #aa9966;
margin-left: 200px;
margin-right: 5px;
margin-top: 25px;
background-color: #fffff0;
}
-->
</STYLE>
<BGSOUND
balance=0
loop=1
src="mid"
style="DISPLAY:
none" volume=0>
</HEAD>
<BODY
background="achtergrond" bgColor=#ffffff>
<DIV>
</DIV>
<HR
style="DISPLAY: none">
<DIV style="DISPLAY: none">Tekst boven deze lijn</DIV>
<IMG
id=pics src="scroll"
style="DISPLAY:
none" width="200" height="200">
<DIV
id=imageholder
style="LEFT:
0px; POSITION: absolute; TOP: 0px; Z-INDEX: -1">
<SCRIPT
language=VBScript>
<!--
direction="up"
REM CHANGE SCROLL DIRECTION HERE
sizew=200 REM SCROLLING IMAGE WIDTH HERE
sizeh=200 REM SCROLLING IMAGE HEIGHT HERE
source=pics.src
tall=((screen.height\sizeh)+1)*2
wide=(screen.width\sizew)+1
if
direction="up" then
max=tall
axis=sizeh
placement=0
reset=0
elseif
direction="left" then
max=wide
axis=sizew
placement=0
reset=0
elseif
direction="down" then
max=tall
axis=0
placement=-sizeh
reset=-sizeh
elseif
direction="right" then
max=wide
axis=0
placement=-sizew
reset=-sizew
end if
document.write
"<pre>"
for temp=0
to max
if direction="up" then
document.write "<img
id=pics"&temp&" src><br>"
elseif direction="left" then
document.write "<img
id=pics"&temp&" src>"
elseif direction="down" then
document.write "<img
id=pics"&temp&" src><br>"
elseif direction="right"
then
document.write "<img
id=pics"&temp&" src>"
end if
document.all("pics"&temp).src=source
next
document.write
"</pre>"
sub
scroll()
if placement < axis then
setTimeout "move", 1
else
placement=reset
setTimeout "move", 1
end if
end sub
sub move()
if direction="up" then
imageholder.style.top=-placement
elseif direction="left" then
imageholder.style.left=-placement
elseif direction="down" then
imageholder.style.top=placement
elseif direction="right"
then
imageholder.style.left=placement
end if
placement=placement+1
setTimeout "scroll", 1
end sub
scroll()
</SCRIPT>
<SCRIPT
language=javascript>
<!--
var i=0;
var msg="";
var m1="hier";
var m2="tekst";
var m3="invoeren";
function
playtext()
{
setTimeout("playtext()",250);
window.status=msg.substring(i,msg.length)+msg.substring(0,
i)
if(i++==msg.length)i=0;
}
msg=m1+m2+m3;
playtext();
</SCRIPT>
</DIV></BODY></HTML>