function msg_box_init() {
	if($('msg_box').style.display != 'none') {
		new Effect.Fade($('msg_box'), { duration: 8 });
	}
}

Event.observe(window, 'load', msg_box_init);