// USERJS FILE FOR OPERA 8
// url: 	http://www.centraalbeheer.nl/*
// problem: 	browser sniffer
// author: 	scipio
// last update:	2005-04-27

if (window.location.href.indexOf('http://www.centraalbeheer.nl')>-1){
	window.opera.addEventListener(
		'BeforeEvent.load',
		function(){var str=document.body.getAttribute('onload'); document.body.setAttribute('onload',str.replace('2,2','2,1'));},
		false);
}
