Two sides have sprung up as a result of the increased incidence of overweight and obesity. One side believes that weight loss is the most practical way to reduce the risk of chronic diseases. The other side believes that diets for weight loss don’t work and you can become healthy by practicing other behaviors.
INSTRUCTIONS:
1. Read the content from the websites below.
2. Answer the Essential Question
ESSENTIAL QUESTION:
Which side do you think is best for optimal health? Use facts presented in the two websites below, the textbook and/or journal articles to support your argument. Cite your sources at the end of your discussion.
WEBSITES:
National Heath, Lung, and Blood Institute: http://www.nhlbi.nih.gov/health/health-topics/topics/obe/
Healthy Weight Network: http://www.healthyweightnetwork.com/obesity2.html-3
Textbook: The Science of Nutrition Third Edition
Janice L. Thompson, Melinda M. Manore, Linda A. Vaughan
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 });

