<!--
// Based on: Bak2Top (Strict) v1.6 by MaxxBlade www.maxxblade.co.uk/bak2top

var b2tx=70;
var b2ty=50;
var b2th='<a href="http://www.zinloosgeweld.nl" target="_blank"><img src="/images/buttons/lieveheers.gif" alt="Sweaty Pants is tegen zinloos geweld" title="Sweaty Pants is tegen zinloos geweld" style="background:none;border:0"/></a>';

function b2o(){
  return document.documentElement.scrollTop + 10;
}

function b2t(){
  with(document.getElementById('bttl').style){
    left=((b2o()<1)?-500:document.documentElement.clientWidth-b2tx)+'px';
    top=((b2o()<1)?-500:document.documentElement.clientHeight+b2o()-b2ty)+'px';
  }
  setTimeout('b2t()',99);}

document.write('<div id="bttl" class="bak2top2" style="position:absolute"><a style="cursor:'+((document.getElementById&&!document.all)?'pointer':'hand')+'" onclick="JavaScript:scrollTo(0,0)">' + b2th + '</a></div>');b2t();
//-->
