// USERJS FILE FOR OPERA 8
// url:		http://www.albert.nl/*
// problem:	browser sniffer
// author:	scipio
// last update: 2005-08-04

if (window.location.href.indexOf('http://www.albert.nl')>-1){
	window.opera.defineMagicVariable(
		'browserAccepted',
		function(){return true;},
		null);
}
