document.observe('dom:loaded', function()
{
	$$('.success').each(function(e) {new Effect.Shake(e, { duration: 1.5 }); });
});
