function elementendieblijven(){
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:"350", 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:"120",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="_blank"><img width="100" height="80" src="images/psv.gif"></a>');

//*********** link radio ************ //
document.write('<a class="radio" href="http://www.radioblack.nl/radiozenders-overzicht/radiozenders.html" target="_blank" title="Nederlandse Radiozenders bij Radioblack.nl">Radiozenders</a>');

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

document.write('<a rel="nofollow" class="yout" href="http://www.youtube.com/watch?v=Aq3PhCmK2Bs" target="_blank">Komisch</a>');

//*********** link spel************ //
document.write('<a class="spel" href="http://www.copyrightvrijeplaatjes.nl/snews/overige-tips/bloxorz-spelen/" target="_blank" title="Bloxorz spelen">Zin in een spelletje?</a>');

//*********** poll ************ //
document.write('<a rel="nofollow" class="poll" href="poll/form.php" target="_self"><img width="100" height="50" src="images/poll.gif" alt="metaaldetector poll" /></a>');

//*********** Twitter link ************ //
document.write('<a rel="nofollow" class="twitlink" href="http://twitter.com/intent/tweet?text=Honderden metaaldetector vondsten van Nederlandse bodem, check http://www.jozefherman.nl" target="_blank" title="Plaats de url Jozefherman.nl op Twitter">Share on Twitter</a>');
}

//*************************** TOOLTIP forum uit de head ***********************************//
// Author: Ron Grafe grafer@columbus.rr.com
// 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********* //


