function closed() {
		hidden();
		addIdVal = $('#addId').val();
		$.get("userClosedAdd.php", { addId:addIdVal },function( data ){ 	
  		});
	}