$(document).ready(function(){
	$("#status").slideDown("slow");
	$(this); 
});