About | Ukraine Under Attack
[http://www.ukraineunderattack.org/en] Укр Eng News Independent Investigations Multimedia Infographics Photo Video Airport. The Day Documentary Raid. Documentary Interviews with characters Photo Debaltseve Documentary For media Embedded journalists Accreditation to ATO zone Calendar Requests War in Ukraine History of War in Ukraine Shelling of Ukrainian Armed Forces Evidence of Russian Involvement Militants’ terrorist attacks Human Rights Violations About MENU News Independent Investigations Multimedia Infographics Photo Video Airport. The Day Documentary Raid. Documentary Interviews with characters Photo Debaltseve Documentary For media Embedded journalists Accreditation to ATO zone Calendar Requests War in Ukraine History of War in Ukraine Shelling of Ukrainian Armed Forces Evidence of Russian Involvement Militants’ terrorist attacks Human Rights Violations About About Ukraine Under Attack is the information resource with the focus on war in Ukraine. The website has been launched upon the initiative of Ukrainian Crisis Media Center and with assistance of the Administration of Ukraine’s President. The main objective of the resource is to aggregate updates on situation in Eastern Ukraine and Crimea in one place. This refers to news on hostilities, chronology of the conflict, evidence of crimes against humanity and war crimes by Russia-backed fighters, evidence of Russian mercenaries’ participation in the conflict, illustrations of civil-military cooperation. For journalists: The website consolidates information on rules of accreditation in ATO, contacts of national security, defense and law enforcement agencies for further inquiries. Ukraine Under Attack in social media. In Ukrainian: facebook.com/UaUnderAttack twitter.com/UaUnderAttack In English: facebook.com/UaUnderAttackEn twitter.com/UaUnderAttackEn ukraineunderattack.org Powered by Plus One News For media History of War in Ukraine Contacts Ukraine Under Attack is a website informing on war in Ukraine. We encourage use of our materials. (function() { var startDate = [2015, 5, 8, 23, 1]; function KievDate() { var d = new Date(); d.setTime(d.getTime() + (d.getTimezoneOffset() - -180) * 60000); return d; } function getCssText() { return '.m9-metronome-container { width: 600px; height: 460px; position: fixed; z-index: 10000; z-index: 1000000; top: 50%; left: 50%; margin-top: -230px; margin-left: -300px; background: transparent url(//static.plusone.com.ua/metronome/mt.jpg) no-repeat center center; } .m9-metronome-frame { visibility: hidden; width: 1px; height: 1px; }'; } function clickHandler() { this.parentNode.removeChild(this); var style = document.getElementById("m9MetronomeStyle"); if (style && style.parentNode) { style.parentNode.removeChild(style); } } function injectCss() { var style = document.createElement("style"); style.innerHTML = getCssText(); style.id = "m9MetronomeStyle"; document.body.appendChild(style); } function injectMetronome() { var div = document.createElement("div"); div.className = "m9-metronome-container"; div.innerHTML = " "; div.onclick = clickHandler; document.body.appendChild(div); } function show() { injectCss(); injectMetronome(); } function canStart() { if ("localStorage" in window && localStorage.getItem("m9MetronomeStatus") == 1) { return false; } var d = new KievDate(); if (d.getFullYear() == startDate[0] && d.getMonth() == startDate[1] && d.getDate() == startDate[2] && ((d.getHours() < startDate[3]) || (d.getHours() == startDate[3] && d.getMinutes() <= startDate[4]))) { return true; } return false; } function startTimer() { if (!canStart()) { return; } var tm = setInterval(function() { var d = new KievDate(); if (d.getFullYear() == startDate[0] && d.getMonth() == startDate[1] && d.getDate() == startDate[2] && d.getHours() == startDate[3] && d.getMinutes() == startDate[4]) { clearInterval(tm); if ("localStorage" in window) { if (localStorage.getItem("m9MetronomeStatus") == 1) { return;