in reply to Fading Message Board

Cool effect! You might want to change the
if ($new) { .... } else { .... }
into a
if ($new) { .... } ....
thing though; then you don't have to click 'back' each time you post, and you see the result immediately..