Behaviour.register({
	'#Filters select' : {
		onchange : function() {
			location = this.value;
		}
	}
});