function elementendieblijven() {
// de tekst van het elementendieblijven is overgenomen met de volgende aanpassingen
// verander alle ' in &quot;
// begin elke regel met document.write('
// eindig elke regel met ');
// verander het comentaar <!-- .. --> in //

document.write('<div class="hoekje"></div>');

//*********** jan.swf ************ //
document.write('<script type="text/javascript">');
document.write('var FO = { movie:"swf/jan.swf", width:"80", height:"70",majorversion:"6", build:"40" };UFO.create(FO, "jan");');
document.write('</script>');
document.write('<div id="jan">');
document.write('</div>');

//*********** jozef titel ************ //
document.write('<script type="text/javascript">');
document.write('var FO = { movie:"swf/jozef2.swf", width:"250", height:"70",majorversion:"6", build:"40" };UFO.create(FO, "jozef");');
document.write('</script>');
document.write('<div id="jozef">');
document.write('</div>');

//*********** klok.swf ************ //
document.write('<script type="text/javascript">');
document.write('var FO = { movie:"swf/klok.swf", width:"120", height:"110",majorversion:"6", build:"40"};UFO.create(FO, "klok");');
document.write('</script>');
document.write('<div id="klok">');
document.write('</div>');

//*********** Psv logo ************ //
document.write('<a rel="nofollow" class="psv" href="http://www.psv.nl/web/show" target="new"><img src="images/psv.gif"width="100"></a>');

//*********** link radio ************ //
document.write('<a class="radio" href="http://www.radioblack.nl/" target="new" title="Nederlandse Radiozenders & Clippagina bij Radioblack.nl">Zoek radiozenders</a>');

//*********** link movie ************ //
document.write('<a rel="nofollow" class="movie" href="http://www.jozefherman.nl/images/filmpje.wmv" target="new">Movie</a>');

//*********** link spel************ //
document.write('<a rel="nofollow" class="spel" href="http://www.albinoblacksheep.com/games/bloxorz" target="new">Zin in een spelletje?</a>');

//*********** poll ************ //
document.write('<a class="poll" href="poll/form.php" target="_self"><img src="images/poll.gif" alt="metaaldetector poll" /></a>');
}

//*************************** TOOLTIP forum uit de head ***********************************//

// Author: Ron Grafe grafer@columbus.rr.com http://www.gdevresources.com/Pages/Scripts/BottomSlider/bottomslider.htm
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
 <!-- Browser Check -->
iens6=document.all||document.getElementById
ns4=document.layers
<!--GLOBAL VARIABLES-->
var thename
var theobj
var thetext
var winHeight
var winPositionFromTop
var winWidth
var startH=4
var openTimer
<!--END GLOBAL VARIABLES-->
<!--DEFINE MOUSEOVER CONTENT-->
var textArray = new Array

textArray[2]=""

<!--END DEFINE MOUSEOVER CONTENT-->
<!--GLOBAL FUNCTIONS-->
function setObj(elementpos,theswitch,inwidth,inheight) {
	thetext=textArray[elementpos]
	if(iens6){
thename = "viewer"
theobj=document.getElementById? document.getElementById(thename):document.all.thename
winHeight=100
if(iens6&&document.all) {
winPositionFromTop=document.body.clientHeight
winWidth=(document.body.clientWidth-document.body.leftMargin)
}
if(iens6&&!document.all) {
winPositionFromTop=window.innerHeight
winWidth=(window.innerWidth-(document.body.offsetLeft+20))
}
if(theswitch=="override") {
winWidth=inwidth
winHeight=inheight
}
theobj.style.width=winWidth
theobj.style.height=startH
if(iens6&&document.all) {
theobj.style.top=document.body.scrollTop+winPositionFromTop
theobj.innerHTML = ""
theobj.insertAdjacentHTML("BeforeEnd","<table cellspacing=0 width="+winWidth+" height="+winHeight+" border=0><tr><td width=100% valign=top><font type='times' size='2' style='color:white;font-weight:normal'>"+thetext+"</font></td></tr></table>")
}
if(iens6&&!document.all) {
theobj.style.top=window.pageYOffset+winPositionFromTop
theobj.innerHTML = ""
theobj.innerHTML="<table cellspacing=0 width="+winWidth+" height="+winHeight+" border=0><tr><td width=100% valign=top><font type='times' size='2' style='color:white;font-weight:normal'>"+thetext+"</font></td></tr></table>"
}
}
if(ns4){
thename = "nsviewer"
theobj = eval("document."+thename)
winPositionFromTop=window.innerHeight
winWidth=window.innerWidth
winHeight=100
if(theswitch=="override") {
winWidth=inwidth
winHeight=inheight
}
theobj.moveTo(0,eval(window.pageYOffset+winPositionFromTop))
theobj.width=winWidth
theobj.clip.width=winWidth
theobj.document.write("<table cellspacing=0 width="+winWidth+" height="+winHeight+" border=0><tr><td width=100% valign=top><font type='times' size='2' style='color:#333333;font-weight:normal'>"+thetext+"</font></td></tr></table>")
theobj.document.close()
}
viewIt()
}
function viewIt() {
if(startH<=winHeight) {
if(iens6) {
theobj.style.visibility="visible"
if(iens6&&document.all) {
theobj.style.top=(document.body.scrollTop+winPositionFromTop)-startH
}
if(iens6&&!document.all) {
theobj.style.top=(window.pageYOffset+winPositionFromTop)-startH
}
theobj.style.height=startH
startH+=4
openTimer=setTimeout("viewIt()",10)
}
if(ns4) {
theobj.visibility = "visible"
theobj.moveTo(0,(eval(window.pageYOffset+winPositionFromTop)-startH))
theobj.height=startH
theobj.clip.height=(startH)
startH+=4
openTimer=setTimeout("viewIt()",10)
}
}else{
clearTimeout(openTimer)
}
}
function stopIt() {
if(iens6) {
theobj.innerHTML = ""
theobj.style.visibility="hidden"
startH=4
}
if(ns4) {
theobj.document.write("")
theobj.document.close()
theobj.visibility="hidden"
theobj.width=0
theobj.height=0
theobj.clip.width=0
theobj.clip.height=0
startH=4
	}
}
//*************************** EINDE TOOLTIP forum***********************************//
//********PRELOADER uit de head *********//

<!-- Begin
function clearPreloadPage() { //DOM
if (document.getElementById){
document.getElementById('prepage').style.visibility='hidden';
}else{
if (document.layers){ //NS4
document.prepage.visibility = 'hidden';
}
else { //IE4
document.all.prepage.style.visibility = 'hidden';
}
}
}
// End -->
//********EINDE PRELOADER********* //








