Marriage
Julian McDonald, a liberal congressman from California, intends to propose a law that will abolish marriage as a legal practice. In his book titled The Establishment of Marriage he proposes that marriage as a legal contract should be all-together abolished, and if couples seek to practice this traditional custom it should be a non-legal ceremonial, religious based, act.
“Three major family trends imply that marriage has lost its value in society and for today’s culture,” says McDonald in a 2005 CNN interview. These three trends that congressman McDonald reveals are (1) high divorce rates, (2) high rates of cohabitation, and (3) rates of children born out of wedlock. According to McDonald, “high divorce rates demonstrate how little faith couples have in marriage by not seeking lifetime (long-term) commitment to the spouse.” McDonald bashes marriage by saying, “cohabitation is what couples nowadays prefer and its the intelligent way for people to get to know each other, even before opting for marriage.” McDonald continues bashing marriage when making the infamous comment, “since many children are born out-of-wedlock, they are legitimate (by law) bastards, so why marry?”
Instructions: Do you agree with Congressman Julian McDonald or do you disagree? To propose your position it must be defended by one of the four theoretical perspectives; Functionalist Perspective, Conflict Theorist Perspective (which includes Feminist Perspective), Symbolic Interaction Perspective, or Postmodernist Perspective.
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 });

