<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 4</title>
<base target="_self">
<script language="javascript">
<!-- Begin
// Set slideShowSpeed (milliseconds)
var slideShowSpeed = 5000;
// Duration of crossfade (seconds)
var crossFadeDuration = 2;
// Specify the image files
var Pic = new Array();
// to add more images, just continue
// the pattern, adding to the array below
Pic[0] = 'Diashow/foto2.jpg'
Pic[1] = 'Diashow/foto1.jpg'
Pic[2] = 'Diashow/foto3.jpg'
Pic[3] = 'Diashow/foto4.jpg'
// do not edit anything below this line
var t;
var j = 0;
var p = Pic.length;
var preLoad = new Array();
for (i = 0; i < p; i++) {
preLoad[i] = new Image();
preLoad[i].src = Pic[i];
}
function runSlideShow() {
if (document.all) {
document.images.SlideShow.style.filter="blendTrans(duration=2)";
document.images.SlideShow.style.filter="blendTrans(duration=crossFadeDuration)";
document.images.SlideShow.filters.blendTrans.Apply();
}
document.images.SlideShow.src = preLoad[j].src;
if (document.all) {
document.images.SlideShow.filters.blendTrans.Play();
}
j = j + 1;
if (j > (p - 1)) j = 0;
t = setTimeout('runSlideShow()', slideShowSpeed);
}
// End -->
</script>
</head>
<body text="#FFCC00" bgcolor="#0066CC" link="#FF9900" vlink="#FF9900" background="nieuw.jpg" onLoad="runSlideShow()">
<p><font face="arial" style="font-style: italic;" size="4">
<marquee direction="right" width="100%" height="0" behavior="alternate" bgcolor="#0066CC">
Welkom op de website van Vc Knollebear
</marquee></font></p>
<center><img src="diashow/foto1.jpg" name='SlideShow' width="418" height="280"></center>
</body>
</html>