
Event.addBehavior({
	'#warning': function() {
		this.setStyle({ display: 'none' });
	}
});

Event.addBehavior({
	'div.ottelu': function() {
		this.setStyle({ display: 'none' });
	}
});
