Most Viewed Videos

          ‘);$vidEndSlate.removeClass(‘video__end-slate–inactive’).addClass(‘video__end-slate–active’);}};CNN.autoPlayVideoExist = (CNN.autoPlayVideoExist === true) ? true : false;var configObj = {thumb: ‘none’,video: ‘politics/2022/09/06/aileen-cannon-profile-florida-federal-judge-special-master-request-donald-trump-mar-a-lago-documents-sit-room-vpx.cnn’,width: ‘100%’,height: ‘100%’,section: ‘domestic’,profile: ‘expansion’,network: ‘cnn’,markupId: ‘body-text_15’,theoplayer: {allowNativeFullscreen: true},adsection: ‘const-article-inpage’,frameWidth: ‘100%’,frameHeight: ‘100%’,posterImageOverride: {“mini”:{“width”:220,”type”:”jpg”,”uri”:”//cdn.cnn.com/cnnnext/dam/assets/220906162006-aileen-cannon-and-donald-trump-small-169.jpg”,”height”:124},”xsmall”:{“width”:307,”type”:”jpg”,”uri”:”//cdn.cnn.com/cnnnext/dam/assets/220906162006-aileen-cannon-and-donald-trump-medium-plus-169.jpg”,”height”:173},”small”:{“width”:460,”type”:”jpg”,”uri”:”http://www.noticiasdodia.onlinenewsbusiness.com/wp-content/uploads/2022/09/220906162006-aileen-cannon-and-donald-trump-large-169.jpg”,”height”:259},”medium”:{“width”:780,”type”:”jpg”,”uri”:”//cdn.cnn.com/cnnnext/dam/assets/220906162006-aileen-cannon-and-donald-trump-exlarge-169.jpg”,”height”:438},”large”:{“width”:1100,”type”:”jpg”,”uri”:”//cdn.cnn.com/cnnnext/dam/assets/220906162006-aileen-cannon-and-donald-trump-super-169.jpg”,”height”:619},”full16x9″:{“width”:1600,”type”:”jpg”,”uri”:”//cdn.cnn.com/cnnnext/dam/assets/220906162006-aileen-cannon-and-donald-trump-full-169.jpg”,”height”:900},”mini1x1″:{“width”:120,”type”:”jpg”,”uri”:”//cdn.cnn.com/cnnnext/dam/assets/220906162006-aileen-cannon-and-donald-trump-small-11.jpg”,”height”:120}}},autoStartVideo = false,isVideoReplayClicked = false,callbackObj,containerEl,currentVideoCollection = [],currentVideoCollectionId = ”,isLivePlayer = false,mediaMetadataCallbacks,mobilePinnedView = null,moveToNextTimeout,mutePlayerEnabled = false,nextVideoId = ”,nextVideoUrl = ”,turnOnFlashMessaging = false,videoPinner,videoEndSlateImpl;if (CNN.autoPlayVideoExist === false) {autoStartVideo = false;autoStartVideo = typeof CNN.isLoggedInVideoCheck === ‘function’ ? CNN.isLoggedInVideoCheck(autoStartVideo) : autoStartVideo;if (autoStartVideo === true) {if (turnOnFlashMessaging === true) {autoStartVideo = false;containerEl = jQuery(document.getElementById(configObj.markupId));CNN.VideoPlayer.showFlashSlate(containerEl);} else {CNN.autoPlayVideoExist = true;}}}configObj.autostart = CNN.Features.enableAutoplayBlock ? false : autoStartVideo;CNN.VideoPlayer.setPlayerProperties(configObj.markupId, autoStartVideo, isLivePlayer, isVideoReplayClicked, mutePlayerEnabled);CNN.VideoPlayer.setFirstVideoInCollection(currentVideoCollection, configObj.markupId);videoEndSlateImpl = new CNN.VideoEndSlate(‘body-text_15’);function findNextVideo(currentVideoId) {var i,vidObj;if (currentVideoId && jQuery.isArray(currentVideoCollection) && currentVideoCollection.length > 0) {for (i = 0; i 0) {videoEndSlateImpl.showEndSlateForContainer();if (mobilePinnedView) {mobilePinnedView.disable();}}}}callbackObj = {onPlayerReady: function (containerId) {var playerInstance,containerClassId = ‘#’ + containerId;CNN.VideoPlayer.handleInitialExpandableVideoState(containerId);if (CNN.Features.enableVideoObserver && Modernizr && Modernizr.phone) {CNN.VideoPlayer.observeVideoPlayer(containerId);}CNN.VideoPlayer.handleAdOnCVPVisibilityChange(containerId, CNN.pageVis.isDocumentVisible());if (CNN.Features.enableMobileWebFloatingPlayer &&Modernizr &&(Modernizr.phone || Modernizr.mobile || Modernizr.tablet) &&CNN.VideoPlayer.getLibraryName(containerId) === ‘fave’ &&jQuery(containerClassId).parents(‘.js-pg-rail-tall__head’).length > 0 &&CNN.contentModel.pageType === ‘article’) {playerInstance = FAVE.player.getInstance(containerId);mobilePinnedView = new CNN.MobilePinnedView({element: jQuery(containerClassId),enabled: false,transition: CNN.MobileWebFloatingPlayer.transition,onPin: function () {playerInstance.hideUI();},onUnpin: function () {playerInstance.showUI();},onPlayerClick: function () {if (mobilePinnedView) {playerInstance.enterFullscreen();playerInstance.showUI();}},onDismiss: function() {CNN.Videx.mobile.pinnedPlayer.disable();playerInstance.pause();}});/* Storing pinned view on CNN.Videx.mobile.pinnedPlayer So that all players can see the single pinned player */CNN.Videx = CNN.Videx || {};CNN.Videx.mobile = CNN.Videx.mobile || {};CNN.Videx.mobile.pinnedPlayer = mobilePinnedView;}if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (jQuery(containerClassId).parents(‘.js-pg-rail-tall__head’).length) {videoPinner = new CNN.VideoPinner(containerClassId);videoPinner.init();} else {CNN.VideoPlayer.hideThumbnail(containerId);}}},onContentEntryLoad: function(containerId, playerId, contentid, isQueue) {CNN.VideoPlayer.showSpinner(containerId);},onContentPause: function (containerId, playerId, videoId, paused) {if (mobilePinnedView) {CNN.VideoPlayer.handleMobilePinnedPlayerStates(containerId, paused);}},onContentMetadata: function (containerId, playerId, metadata, contentId, duration, width, height) {var endSlateLen = jQuery(document.getElementById(containerId)).parent().find(‘.js-video__end-slate’).eq(0).length;CNN.VideoSourceUtils.updateSource(containerId, metadata);if (endSlateLen > 0) {videoEndSlateImpl.fetchAndShowRecommendedVideos(metadata);}},onAdPlay: function (containerId, cvpId, token, mode, id, duration, blockId, adType) {/* Dismissing the pinnedPlayer if another video players plays an Ad */CNN.VideoPlayer.dismissMobilePinnedPlayer(containerId);clearTimeout(moveToNextTimeout);CNN.VideoPlayer.hideSpinner(containerId);if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== ‘undefined’ && videoPinner !== null) {videoPinner.setIsPlaying(true);videoPinner.animateDown();}}},onAdPause: function (containerId, playerId, token, mode, id, duration, blockId, adType, instance, isAdPause) {if (mobilePinnedView) {CNN.VideoPlayer.handleMobilePinnedPlayerStates(containerId, isAdPause);}},onTrackingFullscreen: function (containerId, PlayerId, dataObj) {CNN.VideoPlayer.handleFullscreenChange(containerId, dataObj);if (mobilePinnedView &&typeof dataObj === ‘object’ &&FAVE.Utils.os === ‘iOS’ && !dataObj.fullscreen) {jQuery(document).scrollTop(mobilePinnedView.getScrollPosition());playerInstance.hideUI();}},onContentPlay: function (containerId, cvpId, event) {var playerInstance,prevVideoId;if (CNN.companion && typeof CNN.companion.updateCompanionLayout === ‘function’) {CNN.companion.updateCompanionLayout(‘restoreEpicAds’);}clearTimeout(moveToNextTimeout);CNN.VideoPlayer.hideSpinner(containerId);if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== ‘undefined’ && videoPinner !== null) {videoPinner.setIsPlaying(true);videoPinner.animateDown();}}},onContentReplayRequest: function (containerId, cvpId, contentId) {if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== ‘undefined’ && videoPinner !== null) {videoPinner.setIsPlaying(true);var $endSlate = jQuery(document.getElementById(containerId)).parent().find(‘.js-video__end-slate’).eq(0);if ($endSlate.length > 0) {$endSlate.removeClass(‘video__end-slate–active’).addClass(‘video__end-slate–inactive’);}}}},onContentBegin: function (containerId, cvpId, contentId) {if (mobilePinnedView) {mobilePinnedView.enable();}/* Dismissing the pinnedPlayer if another video players plays a video. */CNN.VideoPlayer.dismissMobilePinnedPlayer(containerId);CNN.VideoPlayer.mutePlayer(containerId);if (CNN.companion && typeof CNN.companion.updateCompanionLayout === ‘function’) {CNN.companion.updateCompanionLayout(‘removeEpicAds’);}CNN.VideoPlayer.hideSpinner(containerId);clearTimeout(moveToNextTimeout);CNN.VideoSourceUtils.clearSource(containerId);jQuery(document).triggerVideoContentStarted();},onContentComplete: function (containerId, cvpId, contentId) {if (CNN.companion && typeof CNN.companion.updateCompanionLayout === ‘function’) {CNN.companion.updateCompanionLayout(‘restoreFreewheel’);}navigateToNextVideo(contentId, containerId);},onContentEnd: function (containerId, cvpId, contentId) {if (Modernizr && !Modernizr.phone && !Modernizr.mobile && !Modernizr.tablet) {if (typeof videoPinner !== ‘undefined’ && videoPinner !== null) {videoPinner.setIsPlaying(false);}}},onCVPVisibilityChange: function (containerId, cvpId, visible) {CNN.VideoPlayer.handleAdOnCVPVisibilityChange(containerId, visible);}};if (typeof configObj.context !== ‘string’ || configObj.context.length 0) {configObj.adsection = window.ssid;}CNN.autoPlayVideoExist = (CNN.autoPlayVideoExist === true) ? true : false;CNN.VideoPlayer.getLibrary(configObj, callbackObj, isLivePlayer);});CNN.INJECTOR.scriptComplete(‘videodemanddust’);

    Source Article from https://www.cnn.com/2022/09/06/politics/bill-barr-special-master-doj-trump/index.html

    A young man who went on an hourslong shooting rampage around Memphis, Tennessee, gunning down at least four people, was arrested on Wednesday night, police said.

    Ezekiel Dejuan Kelly, 19, was taken into custody without incident in the Memphis neighborhood of Whitehaven at around 9 p.m. local time after a high-speed chase, according to Memphis Police Chief Cerelyn “CJ” Davis.

    The deadly rampage began early Wednesday at 12:56 a.m. and continued to about 8:30 p.m. In total, at least four people were killed and three others were wounded in seven shootings across the city, Davis said.

    After the shootings, the suspect carjacked a driver at gunpoint in Southaven, Mississippi, just south of Memphis, speeding off in the victim’s Dodge Challenger, Davis said, adding that the carjacking victim was uninjured. The suspect left behind an SUV stolen from a woman he allegedly fatally shot earlier that night, according to the police chief.

    “The homicide division and other investigative units are actively working these crime scenes now, and numerous felony charges are pending,” Davis told reporters at a press conference early Thursday.

    “It’s at least eight [crime scenes],” she added. “We are still in the throes of the investigation. There could potentially be other locations. There could potentially be other damage in other places.”

    Court records obtained by Memphis ABC affiliate WATN indicate that an arrest warrant on the charge of first-degree murder was issued for Kelly on Wednesday, before the shooting spree happened.

    The police chief said Kelly recorded at least some of his actions on Facebook Live, including when he opened fire inside a store on Jackson Avenue just before 6 p.m. A spokesperson for Facebook’s parent company, Meta, told ABC News that the content was identified and removed prior to the Memphis Police Department’s initial public alert about the incident. Meta was also “in direct touch with the Memphis Police Department shortly after they issued their initial public alert,” the spokesperson said.

    Police had launched a citywide search for the suspect and advised members of the public to shelter in place, according to Davis.

    “We extend our sincere condolences to all the victims who have been affected in this sequence of violent acts today,” the police chief said. “We want to express our sincere appreciation to our citizens who provided numerous tips throughout this ordeal.”

    As the gunman terrorized the city, the Memphis Area Transit Authority temporarily suspended trolley and bus services out of “an abundance of caution and care for the safety of its drivers

    and riders.”

    Police did not discuss a possible motive or release the identities of the victims. It was also unclear how the suspect obtained the guns.

    The rampage was the latest in a string of violence to hit Memphis in recent days and weeks, including the killing of a woman who was abducted last Friday while she was on a pre-dawn jog.

    “This has been a horrific week for the city of Memphis and the Memphis Police Department,” Davis told reporters.

    Shelby County Sheriff Floyd Bonner added: “I want to assure the public that we’re all going to be working together to try to curb this senseless violence here in Memphis and Shelby County.”

    In February 2020, Kelly, who was 17 at the time, was charged as an adult with attempted first-degree murder, aggravated assault, using a firearm to commit a dangerous felony and reckless endangerment with a deadly weapon, according to court records. He pleaded guilty to aggravated assault and was sentenced in April 2021 to three years behind bars. He was released from prison 11 months later, in March, according to Memphis Mayor Jim Strickland.

    “I want to I want to first express my deepest sympathy and condolences to the victims and their families who are suffering from this senseless murder rampage,” Strickland told reporters. “I am angry for them. And I’m angry for our citizens who had to shelter in place for their own safety until this suspect was caught. This is no way for us to live and it is not acceptable.”

    ABC News’ Jianna Cousin and Will Gretsky contributed to this report.

    Source Article from https://abcnews.go.com/US/memphis-shooting-rampage-leaves-dead-injured/story?id=89508700

    KYIV, Ukraine — As the European Union summit began in Brussels on Thursday evening, an aide to Ukraine’s foreign minister tuned into the proceedings on a laptop.

    The minister, Dmytro Kuleba, whose left leg was in a tight red cast after a basketball injury, was upbeat as he watched the European Council grant his war-battered country something it had been seeking without success for years: the coveted status as a candidate to join the bloc.

    It was one of the best pieces of news for Ukraine, which is in its fourth month of war, since a successful counteroffensive pushed Russian soldiers away from the capital. Mr. Kuleba said the council’s move was “the most important step in overcoming the last psychological barrier in the relations between Ukraine and the European Union.”

    Still, he acknowledged that his country would have to wait a long time before it could join the 27-member bloc. The action by the European Council, composed of the leaders of the member states, was just the first step in a yearslong process, and Ukraine would have to make progress on combating corruption and enforcing the rule of law to finally pass muster.

    “Sure, there will be talks, reforms here and in the European Union,” he said. “I don’t care. As long as the decision that Ukraine is Europe is taken, I’m fine. History has been made.”

    Mr. Kuleba said that for decades, as Ukrainians fought for democracy in protest movements in 2004 and 2014, Brussels and other European capitals still “were entertaining this idea of a buffer zone of something in the middle, a bridge between Russia and the E.U.”

    In the last phase, he said, European leaders were unofficially “winking” at Ukrainian officials. “Like, ‘Guys, everything will be fine, it will take years, but in the end you will be with us,’” he said. “But they were still afraid to say it out loud.”

    As Mr. Kuleba was speaking in the interview, air raid sirens wailed in Kyiv. An aide ran into the office to say that there were 10 Russian missiles flying above Ukrainian airspace.

    “I’m not surprised that the Russians would fire something at Kyiv today,” Mr. Kuleba said, adding that the symbolism of the day would not be lost on the Kremlin.

    Mr. Kuleba, 41, a career diplomat, said he saw the European Union as “the first ever attempt to build a liberal empire” on democratic principles, contrasting it with the Russia’s aggression toward former Soviet states under President Vladimir V. Putin.

    “I understand that people do not like the word empire, but this is how history is written,” Mr. Kuleba said. “You have to show that different things of a similar scale can be built on different principles: those of liberalism, democracy, respect for human rights, and not on the principle of imposition of the will of one on the rest.”

    Mr. Kuleba said he was grateful to other Western allies, especially the United States, for military and political support. However, he said he hoped for a more explicit articulation of Washington’s war aims.

    “We are still waiting for the moment when we hear a clear message from Washington that for Washington, the goal of this war is for Ukraine to win and for international law to be restored,” he said. “And Ukraine’s victory for Washington means restoring Ukraine’s territorial integrity and sovereignty.”

    Source Article from https://www.nytimes.com/live/2022/06/24/world/russia-ukraine-war-news

    U.S. District Judge Aileen Cannon has ruled in favor of one of former President Donald Trump’s special master picks, appointing Raymond Dearie to review the trove of documents seized by the FBI at Trump’s Mar-a-Lago home.

    The Florida judge also denied the Department of Justice’s motion for a partial stay to allow DOJ continued access to at least 100 documents marked classified.

    “The Court remains firmly of the view that appointment of a special master to conduct a review of the seized materials, accompanied by a temporary injunction to avoid unwarranted use and disclosure of potentially privileged and/or personal materials, is fully consonant with the foregoing principles and with the need to ensure at least the appearance of fairness and integrity under unprecedented circumstances,” Judge Cannon, who was appointed by Trump, writes.

    Last month, Trump’s team asked that an independent third party be placed in charge of reviewing the 11,000 seized documents to ascertain whether any were protected by executive privilege or attorney-client privilege when removed in the Aug. 8 search.

    The Justice Department opposed the request, but when Judge Cannon ruled in favor of a special master, it agreed to Trump’s pick, 78-year-old Dearie, as an appropriate choice.

    Judge Dearie is a former U.S. attorney for the Eastern District of New York and served as chief judge of the court from 2007 to 2011. He was appointed as a judge by Ronald Reagan in 1986.

    He previously approved a warrant for the FBI to surveil former Trump campaign aide Carter Page during the Russia investigation, though he is understood to have a stellar reputation and is highly regarded by Trump and his team.

    Cannon gave the special master a Nov. 30 deadline to finish his review of the potentially privileged documents, which is more than a month after the DOJ’s request for an Oct. 17 deadline. She noted that date was “subject to modification if necessary as proposed by the special master.”

    The extended deadline is likely to be a setback for the DOJs investigation into whether the former president unlawfully kept national defense records or hindered repeated attempts by the government to retrieve them.

    The Justice Department has indicated it will appeal, which could see the case taken to the United States Court of Appeals for the Eleventh Circuit and as high as the U.S. Supreme Court. According to The New York Times, “top officials” were meeting Thursday night “to discuss the timing of their filing.”

    In her 10-page ruling, Judge Cannon questioned the DOJs claims that the records it is attempting to review—in particular, 100 documents “marked as classified”—contain such urgent sensitive information that could place the country in peril and requests further review from the special master.

    She said “there has been no actual suggestion by the Government of any identifiable emergency or imminent disclosure of classified information arising from Plaintiff’s [Trump’s] allegedly unlawful retention of the seized property.”

    Instead, and “unfortunately” she said, “the unwarranted disclosures that float in the background have been leaks to the media after the underlying seizure.”

    Cannon denied the DOJ’s request to exempt the 100 documents from the review and to lift restrictions on DOJ from using the classified materials seized during the search to further its criminal investigation into the handling of sensitive documents at Mar-a-Lago.

    She said she would not accept the DOJ’s brief that the documents remain classified as fact without a review from the special master and asked that he prioritize them first and “thereafter consider prompt adjustments to the Court’s Orders as necessary.”

    The temporary ban, however, “does not restrict the Government from conducting investigations or bringing charges based on anything other than the actual content of the seized materials; from questioning witnesses and obtaining other information about the movement and storage of seized materials, including documents marked as classified, without discussion of their contents.”

    Trump has asserted publicly that he declassified all the records before the FBI search.

    “The Court does not find it appropriate to accept the Government’s conclusions on these important and disputed issues without further review by a neutral third party in an expedited and orderly fashion,” Cannon writes, noting “there are documented instances giving rise to concerns about the Government’s ability to properly categorize and screen materials.”

    Cannon’s order appointing a special master says Trump must pay the full cost of the review, despite a previous plea from his lawyers to split the bill. “Plaintiff shall bear 100% of the professional fees and expenses of the special master and any professionals, support staff, and expert consultants engaged at the special master’s request,” the order reads.

    She also said both parties “must fully cooperate with the Special Master in the performance of their duties but the court “reserves the right to remove the special master.”

    Dearie has already accepted the role in a signed filing.

    On Thursday, Trump warned of “big problems” if he was indicted over the mishandling of the documents, warning conservative radio host Hugh Hewitt that there would be “problems in this country the likes of which perhaps we’ve never seen before.”

    “I don’t think the people of the United States would stand for it,” he said.

    Source Article from https://www.thedailybeast.com/trump-pick-judge-raymond-dearie-as-special-master-in-mar-a-lago-case-by-judge-aileen-cannon