Lynette Hines is employed by Irvin Industries. She recently became a Seven Day Adventist and has informed her employer that she can no longer work on Saturday. Irvin Industries makes seat cushions for air planes and is a relatively small operation. While Saturday is not a regular work day, frequently employees are required to work on Saturday and they are informed of this condition of employment during the hiring process. Lynette is told by her supervisor that if the plant is operating on a Saturday, she will have to be there unless she is sick. He explained to Lynette that he had no one to do her job and her absence would slow down production. The following Saturday, Lynette failed to report to work and she was fired. She filed a claim for religious discrimination under Title VII.
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 });

