// highlight notice area
Event.observe(window, 'load', function() {
	if ($('notice')) {
		new Effect.Highlight('notice', {duration:1.5, keepBackgroundImage:true});
	}
});
