document.observe("dom:loaded", function(event) {
	$('interface').addClassName('fadein');
});
