document.observe("dom:loaded", function() {
  var items = $$('ul.messages');
  if (items[0]) {
	  items[0].fade({ duration: 8.0, from: 1, to: 0 });
  }
});
