(function($,window){ jQuery(document).ready(function ($) { //timer const juneTimer = () => { // Set the target date to June 1 const targetDate = new Date('June 1, 2023 00:00:00').getTime(); // Update the countdown every second const countdown = setInterval(() => { // Get the current date and time const currentDate = new Date().getTime(); // Calculate the remaining time in milliseconds const remainingTime = targetDate - currentDate; // Check if the countdown is finished if (remainingTime <= 0) { clearInterval(countdown); console.log("Countdown finished!"); return; } // Calculate the remaining days, hours, minutes, and seconds const days = Math.floor(remainingTime / (1000 * 60 * 60 * 24)); const hours = Math.floor( (remainingTime % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60) ); const minutes = Math.floor((remainingTime % (1000 * 60 * 60)) / (1000 * 60)); const seconds = Math.floor((remainingTime % (1000 * 60)) / 1000); // Display the countdown const countString = `${days} days, ${hours} hours, ${minutes} minutes, ${seconds} seconds`; $('#june-timer').text(countString); }, 1000); } juneTimer(); }); // document ready }(jQuery,window));

Trucking Cases

Image Spacer
PSR Partner Robert Glassman discusses how Federal and state regulations make clear that operating a commercial vehicle in foggy weather simply should not be done. And as trial lawyers helping injured victims of commercial motor vehicle collisions, it is incumbent on us to know the rules of the road that apply to truck drivers...
Learn More
Image Spacer
In Part 2 of this LawTalk, PSR Partner Robert Glassman continues his discussion regarding Federal and state regulations that make clear that operating a commercial vehicle in foggy weather simply should not be done. And as trial lawyers helping injured victims of commercial motor vehicle collisions, it is incumbent on us to know the...
Learn More
Image Spacer
PSR partner Adam Shea and attorneys Ryan Casey and Nicholas Yoka break down their case in the first session in a three-part series on Troupe v. Pavestone LLC — a case tried in Maricopa County, Arizona and resulting in a $5,000,000.00 compensatory verdict as well as a finding by the jury that Defendant’s conduct...
Learn More
Image Spacer
In Session Two of a three-part series on Troupe v. Pavestone LLC, PSR partner Adam Shea and attorneys Ryan Casey and Nicholas Yoka focus on the nuts and bolts of trial strategy and trial practice. The speakers utilize significant portions of video testimony recorded during the May 2019 trial to illustrate the concepts presented...
Learn More
Image Spacer
In Session Three of Troupe v. Pavestone LLC, PSR partner Adam Shea and attorneys Ryan Casey and Nicholas Yoka explain how they presented the compensatory general damages for the parents of an adult child that effectively, and fully, told the story of their loss as well as discuss closing arguments and rebuttal where they’ll...
Learn More
Close
JOIN PSR PLAYBOOK Learn from the best as part of our exclusive Plaintiff Lawyer network.
* Required
Membership is free to access our digital library and live events.