$.timer(3000, function (timer) {
   	$('.message').slideUp();
   	timer.stop();
 });