Write a study about how to get funding for a bone marrow transplant.I’ve started writing my story just need to finalize it with final paragraph goin into details about the funds needed. I sent a pic of letter what/why the funds are needed. I want to keep what I wrote my story since it needs to be personalize. Please feel free to adjust and/or move things around. I don’t want to sound pitiful, if any case would like to inspire anyone going threw chronic illness and disease and to ask to help be part of my healing journey. Here’s what I have written so far… It all started with a knock on the door… It was the summer of 2004 at my grandmas house when we heard a knock at her door. I didn’t realize my life would never be the same after I opening it. A lady from the local clinic had been looking for me at my home address but found me at my grandmas. She said “are you Javier?” I nodded “Yes” she responded “Your a very sick man and need to go to the ER immediately”. I had gone to the local clinic a day before with symptoms including, swollen legs, tiredness, and heart palpitations. The doctor ran blood tests and EKG he thought I had a heart problems but didn’t realize that my kidneys were shutting down. . Being on PD dialysis for 19 years has been a blessing. Im thankful to PD dialysis, the nephrologist, and nurses that has help me keep much of “normal life” as possible. I’ve always kept a full time job, able to travel, and spend time with family, Im forever thankful. There’s a saying we Mexicans say “Echalé ganas” translates “Keep going” regardless the situation or the circumstances that life’s throws at you? Just keep fighting forward.
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });