
Event.observe(window, 'load', function() {
	
	if($('comment_posted')) {
		setTimeout("Effect.Fade('comment_posted', { duration: 3.0 });", 3000);
	}
	if($('comment_posted_mod')) {
		setTimeout("Effect.Fade('comment_posted_mod', { duration: 3.0 });", 3000);	
	}
	
	

});