// Animate confirmation notices
$(document).ready(function() {
        $(".notice").fadeIn("slow");
});
