ADVERTISEMENT

Russia rails against Britain at UN, denies Skripal role

Published Apr 6, 2018 02:38 pm
By Agence France-Presse Russia unleashed a blistering war of words against Britain at the UN Security Council on Thursday, deflecting accusations of poisoning a former double agent in England with denials, "Alice in Wonderland" and Russian literature. Russian Ambassador to the United Nations Vassily Nebenzia Nebenzia claimed Russian Ambassador to the United Nations Vassily Nebenzia Nebenzia claimed "a propaganda war" against Russia was being waged that sought "to discredit and even de-legitimize Russia" (AFP/File / TIMOTHY A. CLARY / MANILA BULLETIN) "It's some sort of theater of the absurd. Couldn't you come up with a better fake story?" Russian Ambassador to the UN, Vassily Nebenzia, told the council. "We have told our British colleagues that 'you're playing with fire and you'll be sorry.'" Sergei Skripal, a former double agent, and his daughter Yulia were found in a critical condition on a public bench in the English city of Salisbury on March 4. London blames Russia but the Kremlin denies any involvement. Britain says the poisoning was carried out with a military-grade nerve agent developed by the Soviet Union. The row has triggered a wave of tit-for-tat diplomatic expulsions and inflamed tensions between Russia and Western governments. Nebenzia claimed "a propaganda war" against Russia was being waged that sought "to discredit and even de-legitimize Russia." "This is all using the method of Dr Goebbels," he added in reference to Nazi Germany's propaganda chief. Russia requested the UN Security Council meeting on Wednesday, the same day that Moscow failed in its bid to join a probe into the Salisbury incident by global chemical watchdog, the Organisation for the Prohibition of Chemical Weapons. In response, British Ambassador Karen Pierce said London had conveyed Russia's demand for consular access to the spy's daughter Yulia Skripal and that the British government had acted entirely properly within international convention. "I won't take any lectures on morality or on our responsibilities," said Pierce, "from a country that, as this council debated yesterday, has done so much to block the proper investigation of the use of chemical weapons in Syria." 'Distraction' "It's yet another attempt by Russia to use this Security Council for political gains," said US diplomat Kelley Currie. "This is not a tactic that is appropriate for this body," she said of the Goebbels reference. In lengthy, rhetorical flourishes, the Russian envoy referenced popular British television series "Midsomer Murders" -- set in the bucolic countryside -- and Russian literary masterpiece "Crime and Punishment." "It's not a crime novel as the British (foreign) minister thinks, but rather a deep philosophical work of literature," he said. "I would suggest that Mr (Boris) Johnson read some other novels by Dostoevsky or at least get to know their names." He then mused on the whereabouts of reported Skripal pets, two cats and two guinea pigs. "What happened to these animals? Why doesn't anyone mention them? Their condition is also an important piece of evidence," he said. A British government spokeswoman told AFP late Thursday that both guinea pigs had died and that a cat found in a distressed state was euthanized. She did not mention a second cat. Nebenzia also reached for a copy of "Alice in Wonderland" and read aloud an extract about the white rabbit. "It suits Russia to turn the whole business into a farce. By playing up the melodrama at the UN, Nebenzia succeeds in distracting from the seriousness of the crime," Richard Gowan, a UN expert at the European Council on Foreign Relations, told AFP. "By turning it into a game, Russia aims to make the UK look a bit silly. A lot of other countries might like to let the matter drop before it worsens relations with Russia further, so Moscow's strategy may not be a joke," he added. But even before the meeting, the British ambassador kicked off the literary allusions by taking aim at her Russian counterpart's purported fondness for a Sherlock Holmes analogy. Allowing Russians scientists "into an investigation where they are the most likely perpetrators of the crime... would be like Scotland Yard inviting in Professor Moriarty," she told reporters of Arthur Conan Doyle's fictional criminal mastermind.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.