$(function() {$('textarea.autogrow').autogrow();});
$(".message").click(function () {$(this).slideUp("slow");});
$("#header_message").click(function () {$(this).slideUp("slow");})
