On April 26, 1986, the world's worst nuclear accident occurred in Chernobyl (Chornobyl), Ukraine. The disaster altered millions of lives and 25 years later continues to have serious impacts on human physical and mental health, politics, culture, arts and the environment. We spend the week examining Chernobyl's somber legacy and will commemorate the lives and societies affected by what perhaps is the ultimate example of humanity's hubris.
The Chelekhova family was living in Kiev when the Chernobyl (Chornobyl) nuclear disaster occurred on April 26, 1986.
This last year has produced a surprising amount of manmade and natural disasters: the Gulf Coast oil spill, the Japanese earthquake and tsunami, the U.S. federal budget, to name a few. Catastrophe has always been fodder for musical creativity, but few have proven as tuneful as Chernobyl.
We continue our series commemorating the 25th anniversary of the Chernobyl (Chornobyl) nuclear disaster with an eyewitness account of the events and a look at the longstanding after-effects of the nuclear tragedy.Yuri Scherbak is a medical doctor and former Ukrainian Ambassador to the U.S., Canada a
In the third part of a series of commemorations for the 25th anniversary of the Chernobyl (Chornobyl) nuclear disaster, Worldview features the new documentary
Next week marks the 25th anniversary of the Chernobyl (Chornobyl) nuclear disaster, when a nuclear meltdown of a power plant in the Ukraine forced 60,000 people from their homes and exposed extraorinarily high levels of radiation to hundreds of thousands more.
";
if (ad) {
splashAd(ad);
setInterval(timer, 1000);
// Change value of the cookie so script doesn't run next pageload.
setCookie('wbezSplash', 2, 1)
}
}
function splashAd() {
//build the display area
$('
')
.css({
'position' : 'fixed',
'top' : '100px',
'left' : '300px',
'height' : '500px',
'width' : '700px',
'padding' : '10px',
'background-color' : 'white'
})
.appendTo('#page');
// Add link to skip the ad.
$('
Skip This Ad 10
')
.css({
'text-align' : 'right',
'cursor' : 'pointer'
})
.appendTo('#placeholder');
$('#skip-ad').click(function() {
$('#splash-ad').hide();
});
$('
').html(ad).appendTo('#placeholder');
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1327426452883-0'); });
}
function timer(){
var time = $('#time').text();
time--;
if(time >= 0){
$('#time').text(time);
}
if(time == 0){
$('#splash-ad').hide();
}
}
}
//Cookie Handling Functions -- from http://www.w3schools.com/js/js_cookies.asp
// Date setting modified
function setCookie(c_name, value, exdays) {
var exdate=new Date();
exdate.setDate(exdate.getDate() + exdays);
exdate.setUTCHours('00');
exdate.setUTCMinutes('00');
exdate.setUTCSeconds('00');
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
document.cookie=c_name + "=" + c_value;
}
function getCookie(c_name) {
var i,x,y,ARRcookies=document.cookie.split(";");
for (i=0;i