window.onload=function(){
	/*h1 link*/
	document.getElementsByTagName('h1')[0].onmouseover=function(){
		this.title=this.getElementsByTagName('a')[0].innerHTML;
	};
	document.getElementsByTagName('h1')[0].onmouseout=function(){		
	};
	document.getElementsByTagName('h1')[0].onclick=function(){
		window.location=this.getElementsByTagName('a')[0].href;
	};
	/*spam-protect*/
	if(document.getElementById('email')){
		document.getElementById('email').innerHTML='<a href="mailto:in' + 'fo' + '@hu' + 'mmer-ver' + 'huur.be?su' + 'bject=huur%20h' + 'ummer">in' + 'fo@humm' + 'er-ve' + 'rhuur.' + 'be</a>';
	}
	/*imageflow*/
	if(document.getElementById('fotos')){
		loadimageflow();
	}
	if(document.getElementsByTagName('body')[0].className=="home"){
		document.getElementById('next').className="loaded";
	}
}

