THE FACTS
Note these facts build upon the story initially presented in Memo#1 fact pattern- so you may want to review the story. .(just to refresh your memory, please do not re-answer the memo questions – focus on those asked in memo #2 fact pattern)
INSTRUCTIONS
You are an articling student who is working for Somchai’s defence team at Dewey, Cheatem and Howe. They have asked you to prepare a 1,500 – 2,000 word memo that outlines the applicable law relating to the following questions:
1) Based on the documents that were served on Somchai, where will Somchai’s trial take place?
2) Will Somchai’s wife be required to testify for the Crown? If not, could the texts she posted to GamblinMansLady be nonetheless admissible?
3) How can Somchai’s defence lawyers access the records of Cst. Deputy’s internal investigation and former charges? Can they be used in Somchai’s trial to discredit Cst. Deputy’s testimony?
4) Can Somchai claim privilege over the communications with Arthit and prevent him from testifying for the Crown?
5) What should Somchai’s defence team do to get these records about Arthit’s credit history and financial situation?
6) Do you believe the judge will be able to take judicial notice of the topics Dr. Thrombreyer will testify about? If not, do you believe Dr. Thrombreyer’s evidence will be admissible?
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 });