document.observe('dom:loaded', function() {
	$$('div.fadeFlash').each(function(el){
		Effect.Fade.delay(2, el, {duration: 1});
	});
});
