$('<div class="error"></div>').html('<h2>(click here to dismiss)</h2>').insertAfter($('#someid')).fadeIn('slow').animate({ opacity: 1.0 }, 1000).click(function() {
$(this).fadeOut('slow', function() {
$(this).remove()
})
});
$('<div class="error"></div>').html('<h2>(clic