window.addEvent('domready', function() {

	/**
	 * Element with id 'demo-block' is the container and all h4-elements
	 * inside are fetched as tab headers. The following elements are their
	 * content.

	var info = new Roar({position: 'upperRight' });

	$$('.message').each(function(e){
			info.alert("Message", e.innerHTML);
	});
	$$('.message').setStyles({
        'visibility': 'hidden',
        'display': 'none',
        'opacity': 0
    });
		*/
 });
