document.addEvent('domready', function(){
	$$(".flash").addEvent('click', function(){this.dissolve();});
	$each($$(".buttons a",".buttons input[type=submit]",".sbuttons a",".pagination a",".pagination span.current",".pagination span.gap"), function(el){el.grab(new Element('div', {'class': 'after'}), 'after')});
});