/*
 * Copyright © 2007 Manfred Stienstra <manfred@fngtps.com>, Fingertips
 *
 * The $ function is borrowed from the Prototype JavaScript framework.
 * Copyright © 2005 Sam Stephenson <sam@conio.net>
 */


// Element finding helper
function $() {
  var results = [], element;
  for (var i = 0; i < arguments.length; i++) {
    element = arguments[i];
    if (typeof element == 'string')
      element = document.getElementById(element);
    results.push(element);
  }
  return results.length < 2 ? results[0] : results;
}

// Class for managing the language options in a form
var SignupLocation = {
  languages: [["Arabic", "ar"], ["German", "de"], ["English", "en"], ["Spanish", "es"], ["French", "fr"], ["Greek", "gre"], ["Italian", "it"], ["Dutch", "nl"], ["Polish", "pl"], ["Portuguese", "pt"], ["Russian", "ru"]],
  signupLanguageRestrictions: {mx: [["Spanish", "es"], ["English", "en"]], lb: [["Arabic", "ar"], ["English", "en"]], it: [["Italian", "it"], ["English", "en"]], gr: [["Greek", "gre"], ["English", "en"]], dz: [["Arabic", "ar"], ["English", "en"]], ye: [["Arabic", "ar"], ["English", "en"]], kw: [["Arabic", "ar"], ["English", "en"]], de: [["German", "de"], ["English", "en"]], fr: [["French", "fr"], ["English", "en"]], mo: [["Arabic", "ar"], ["English", "en"]], ly: [["Arabic", "ar"], ["English", "en"]], eg: [["Arabic", "ar"], ["English", "en"]], km: [["Arabic", "ar"], ["English", "en"]], es: [["Spanish", "es"], ["English", "en"]], sa: [["Arabic", "ar"], ["English", "en"]], ru: [["Russian", "ru"], ["English", "en"]], ps: [["Arabic", "ar"], ["English", "en"]], be: [["Dutch", "nl"], ["French", "fr"], ["English", "en"]], ae: [["Arabic", "ar"], ["English", "en"]], tn: [["Arabic", "ar"], ["English", "en"]], ch: [["German", "de"], ["French", "fr"], ["English", "en"]], mr: [["Arabic", "ar"], ["English", "en"]], jo: [["Arabic", "ar"], ["English", "en"]], br: [["Portuguese", "pt"], ["English", "en"]], sy: [["Arabic", "ar"], ["English", "en"]], sd: [["Arabic", "ar"], ["English", "en"]], pl: [["Polish", "pl"], ["English", "en"]], dj: [["Arabic", "ar"], ["English", "en"]], bh: [["Arabic", "ar"], ["English", "en"]], ar: [["Spanish", "es"], ["English", "en"]], om: [["Arabic", "ar"], ["English", "en"]], nl: [["Dutch", "nl"], ["English", "en"]], iq: [["Arabic", "ar"], ["English", "en"]], at: [["German", "de"], ["English", "en"]], lu: [["French", "fr"], ["English", "en"]], cl: [["Spanish", "es"], ["English", "en"]]},
  
  updateLanguageOptionsFor: function(countryElement, languageElement) {
    if ($(countryElement).value) {
      var newLanguages = this.signupLanguageRestrictions[$(countryElement).value];
      if (newLanguages) {
        this.resetOptionsTo(languageElement, newLanguages);
      } else {
        this.resetOptionsTo(languageElement, [['English', 'en']]);
      }
    } else {
      this.resetOptionsTo(languageElement, this.languages);
    }
  },
  
  resetOptionsTo: function(languageElement, newLanguages) {
    var selected = $(languageElement).value;
    $(languageElement).options.length = 0;
    $(languageElement).options[0] = new Option('', '');
    for (var i = 0; i < newLanguages.length; i++) {
      var option = new Option(newLanguages[i][0], newLanguages[i][1]);
      if (selected == newLanguages[i][1]) {
        option.selected = true;
      }
      $(languageElement).options[i+1] = option;
    }
  }
};

/*
 * Copyright © 2007 Manfred Stienstra <manfred@fngtps.com>, Fingertips
 *
 */
var Embed = {
  embedCSS: function(url) {
    var head = document.getElementsByTagName('head')[0];
    var style = document.createElement('link');
    style.type = 'text/css';
    style.rel = 'stylesheet';
    style.href = url;
    head.appendChild(style);
  },
  
  embedHTML: function(html) {
    var embed = document.getElementById('rhubarb');
    if (embed != null) {
      embed.innerHTML = html;
    } else {
      document.write("<div id=\"rhubarb\">");
      document.write(html);
      document.write("</div>");
    }
  }
}

Embed.embedCSS("http://write-a-letter.greenpeace.org/stylesheets/public.css");
Embed.embedCSS("http://write-a-letter.greenpeace.org/309/inline_stylesheet.css");
Embed.embedHTML("<h1>&#1054;&#1089;&#1090;&#1072;&#1085;&#1086;&#1074;&#1080;&#1084; &#1074;&#1074;&#1086;&#1079; &#1103;&#1076;&#1077;&#1088;&#1085;&#1099;&#1093; &#1086;&#1090;&#1093;&#1086;&#1076;&#1086;&#1074;! / Stop import nuclear waste!</h1>\n\n<div align=\"justify\">&#1052;&#1099; &#1087;&#1088;&#1080;&#1079;&#1085;&#1072;&#1090;&#1077;&#1083;&#1100;&#1085;&#1099; &#1079;&#1072; &#1091;&#1095;&#1072;&#1089;&#1090;&#1080;&#1077; &#1074; &#1085;&#1072;&#1096;&#1077;&#1081; &#1089;&#1086;&#1074;&#1084;&#1077;&#1089;&#1090;&#1085;&#1086;&#1081; &#1072;&#1082;&#1094;&#1080;&#1080;! &#1041;&#1086;&#1083;&#1077;&#1077; &#1087;&#1103;&#1090;&#1080;&#1089;&#1086;&#1090; &#1089;&#1090;&#1086;&#1088;&#1086;&#1085;&#1085;&#1080;&#1082;&#1086;&#1074; &#1091;&#1078;&#1077; &#1086;&#1090;&#1087;&#1088;&#1072;&#1074;&#1080;&#1083;&#1080; &#1089;&#1074;&#1086;&#1080; &#1087;&#1080;&#1089;&#1100;&#1084;&#1072; &#1084;&#1080;&#1085;&#1080;&#1089;&#1090;&#1088;&#1072;&#1084; &#1087;&#1088;&#1072;&#1074;&#1080;&#1090;&#1077;&#1083;&#1100;&#1089;&#1090;&#1074;&#1072; &#1043;&#1086;&#1083;&#1083;&#1072;&#1085;&#1076;&#1080;&#1080;. <p>\n\n&#1058;&#1080;&#1087;&#1086;&#1074;&#1086;&#1081; &#1086;&#1090;&#1074;&#1077;&#1090; &#1087;&#1088;&#1072;&#1074;&#1080;&#1090;&#1077;&#1083;&#1100;&#1089;&#1090;&#1074;&#1072; &#1043;&#1086;&#1083;&#1083;&#1072;&#1085;&#1076;&#1080;&#1080;, &#1082;&#1086;&#1090;&#1086;&#1088;&#1099;&#1081; &#1087;&#1086;&#1083;&#1091;&#1095;&#1080;&#1083;&#1080; &#1074;&#1089;&#1077; &#1085;&#1072;&#1087;&#1080;&#1089;&#1072;&#1074;&#1096;&#1080;&#1077;, - &#1101;&#1090;&#1086; &#1082;&#1086;&#1085;&#1077;&#1095;&#1085;&#1086; &#1078;&#1077; &#1085;&#1077; &#1082;&#1086;&#1085;&#1077;&#1094; &#1080;&#1089;&#1090;&#1086;&#1088;&#1080;&#1080;. &#1055;&#1080;&#1089;&#1100;&#1084;&#1086; &#1090;&#1088;&#1077;&#1073;&#1091;&#1077;&#1090; &#1085;&#1072;&#1096;&#1077;&#1075;&#1086; &#1086;&#1090;&#1074;&#1077;&#1090;&#1072;, &#1086;&#1090;&#1074;&#1077;&#1090;&#1072; &#1075;&#1088;&#1072;&#1078;&#1076;&#1072;&#1085; &#1056;&#1086;&#1089;&#1089;&#1080;&#1080;, &#1090;&#1072;&#1082; &#1082;&#1072;&#1082; &#1074;&#1086; &#1084;&#1085;&#1086;&#1075;&#1086;&#1084; &#1087;&#1086;&#1079;&#1080;&#1094;&#1080;&#1080; &#1087;&#1088;&#1072;&#1074;&#1080;&#1090;&#1077;&#1083;&#1100;&#1089;&#1090;&#1074;&#1072; &#1043;&#1086;&#1083;&#1083;&#1072;&#1085;&#1076;&#1080;&#1080; &#1085;&#1077; &#1089;&#1086;&#1086;&#1090;&#1074;&#1077;&#1090;&#1089;&#1090;&#1074;&#1091;&#1102;&#1090; &#1076;&#1077;&#1081;&#1089;&#1090;&#1074;&#1080;&#1090;&#1077;&#1083;&#1100;&#1085;&#1086;&#1089;&#1090;&#1080;.<p>\n\n&#1052;&#1099; &#1073;&#1091;&#1076;&#1077;&#1084; &#1087;&#1088;&#1080;&#1079;&#1085;&#1072;&#1090;&#1077;&#1083;&#1100;&#1085;&#1099;, &#1077;&#1089;&#1083;&#1080; &#1042;&#1099; &#1089;&#1084;&#1086;&#1078;&#1077;&#1090;&#1077; &#1087;&#1088;&#1086;&#1076;&#1086;&#1083;&#1078;&#1080;&#1090;&#1100; &#1091;&#1095;&#1072;&#1089;&#1090;&#1080;&#1077; &#1074; &#1085;&#1072;&#1096;&#1077;&#1081; &#1082;&#1080;&#1073;&#1077;&#1088;&#1072;&#1082;&#1094;&#1080;&#1080;.<br>\n\n&#1055;&#1080;&#1089;&#1100;&#1084;&#1086; &#1084;&#1080;&#1085;&#1080;&#1089;&#1090;&#1088;&#1072; &#1089; &#1085;&#1072;&#1096;&#1080;&#1084;&#1080; &#1082;&#1086;&#1084;&#1084;&#1077;&#1085;&#1090;&#1072;&#1088;&#1080;&#1103;&#1084;&#1080; &#1085;&#1072; &#1085;&#1077;&#1075;&#1086; &#1087;&#1088;&#1080;&#1074;&#1077;&#1076;&#1077;&#1085;&#1086; &#1085;&#1080;&#1078;&#1077;.<p>\n\n<div align=\"right\">&#1045;&#1097;&#1077; &#1088;&#1072;&#1079; &#1089;&#1087;&#1072;&#1089;&#1080;&#1073;&#1086;,<br>\n&#1043;&#1088;&#1080;&#1085;&#1087;&#1080;&#1089; &#1056;&#1086;&#1089;&#1089;&#1080;&#1080;</div>\n\n\n<br><br>\n<center><b>&#1054;&#1090;&#1074;&#1077;&#1090; &#1087;&#1088;&#1072;&#1074;&#1080;&#1090;&#1077;&#1083;&#1100;&#1089;&#1090;&#1074;&#1072; &#1043;&#1086;&#1083;&#1083;&#1072;&#1085;&#1076;&#1080;&#1080;.</b></center><br><br>\n\n<p>6 &#1076;&#1077;&#1082;&#1072;&#1073;&#1088;&#1103; &#1052;&#1080;&#1085;&#1080;&#1089;&#1090;&#1088; &#1054;&#1082;&#1088;&#1091;&#1078;&#1072;&#1102;&#1097;&#1077;&#1081; &#1089;&#1088;&#1077;&#1076;&#1099; &#1080; &#1087;&#1088;&#1086;&#1089;&#1090;&#1088;&#1072;&#1085;&#1089;&#1090;&#1074;&#1077;&#1085;&#1085;&#1086;&#1075;&#1086; &#1087;&#1083;&#1072;&#1085;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085;&#1080;&#1103; &#1043;&#1086;&#1083;&#1083;&#1072;&#1085;&#1076;&#1080;&#1080; &#1074;&#1099;&#1076;&#1072;&#1083; &#1086;&#1095;&#1077;&#1088;&#1077;&#1076;&#1085;&#1086;&#1077; &#1088;&#1072;&#1079;&#1088;&#1077;&#1096;&#1077;&#1085;&#1080;&#1077; &#1085;&#1072; &#1087;&#1077;&#1088;&#1077;&#1074;&#1086;&#1079;&#1082;&#1091; &#1075;&#1077;&#1082;&#1089;&#1072;&#1092;&#1090;&#1086;&#1088;&#1080;&#1076;&#1072; &#1091;&#1088;&#1072;&#1085;&#1072;. &#1058;&#1072;&#1082;&#1080;&#1084; &#1086;&#1073;&#1088;&#1072;&#1079;&#1086;&#1084; &#1090;&#1088;&#1072;&#1085;&#1089;&#1087;&#1086;&#1088;&#1090;&#1080;&#1088;&#1086;&#1074;&#1082;&#1072; &#1091;&#1088;&#1072;&#1085;&#1072; &#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1086;&#1089;&#1091;&#1097;&#1077;&#1089;&#1090;&#1074;&#1083;&#1077;&#1085;&#1072; &#1089; &#1089;&#1086;&#1073;&#1083;&#1102;&#1076;&#1077;&#1085;&#1080;&#1077;&#1084; &#1090;&#1088;&#1077;&#1073;&#1086;&#1074;&#1072;&#1085;&#1080;&#1081; &#1073;&#1077;&#1079;&#1086;&#1087;&#1072;&#1089;&#1085;&#1086;&#1089;&#1090;&#1080;, &#1074; &#1089;&#1077;&#1088;&#1090;&#1080;&#1092;&#1080;&#1094;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085;&#1085;&#1099;&#1093; &#1082;&#1086;&#1085;&#1090;&#1077;&#1081;&#1085;&#1077;&#1088;&#1072;&#1093; &#1080; &#1089; &#1089;&#1086;&#1073;&#1083;&#1102;&#1076;&#1077;&#1085;&#1080;&#1077;&#1084; &#1084;&#1077;&#1078;&#1076;&#1091;&#1085;&#1072;&#1088;&#1086;&#1076;&#1085;&#1099;&#1093; &#1087;&#1088;&#1072;&#1074;&#1080;&#1083;.<br></p>\n\n&#1042; &#1076;&#1086;&#1087;&#1086;&#1083;&#1085;&#1077;&#1085;&#1080;&#1077; &#1082; &#1088;&#1072;&#1079;&#1088;&#1077;&#1096;&#1077;&#1085;&#1080;&#1102; &#1085;&#1072; &#1090;&#1088;&#1072;&#1085;&#1089;&#1087;&#1086;&#1088;&#1090;&#1080;&#1088;&#1086;&#1074;&#1082;&#1091;, &#1074;&#1099;&#1076;&#1072;&#1085;&#1085;&#1086;&#1084;&#1091; &#1052;&#1080;&#1085;&#1080;&#1089;&#1090;&#1077;&#1088;&#1089;&#1090;&#1074;&#1086;&#1084; &#1054;&#1082;&#1088;&#1091;&#1078;&#1072;&#1102;&#1097;&#1077;&#1081; &#1089;&#1088;&#1077;&#1076;&#1099; &#1080; &#1087;&#1088;&#1086;&#1089;&#1090;&#1088;&#1072;&#1085;&#1089;&#1090;&#1074;&#1077;&#1085;&#1085;&#1086;&#1075;&#1086; &#1087;&#1083;&#1072;&#1085;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085;&#1080;&#1103;, &#1084;&#1080;&#1085;&#1080;&#1089;&#1090;&#1088; &#1101;&#1082;&#1086;&#1085;&#1086;&#1084;&#1080;&#1082;&#1080; &#1043;&#1086;&#1083;&#1083;&#1072;&#1085;&#1076;&#1080;&#1080; &#1074;&#1099;&#1076;&#1072;&#1083; &#1088;&#1072;&#1079;&#1088;&#1077;&#1096;&#1077;&#1085;&#1080;&#1077; &#1085;&#1072; &#1101;&#1082;&#1089;&#1087;&#1086;&#1088;&#1090; &#1086;&#1073;&#1077;&#1076;&#1085;&#1077;&#1085;&#1085;&#1086;&#1075;&#1086; &#1091;&#1088;&#1072;&#1085;&#1072; &#1074; &#1056;&#1086;&#1089;&#1089;&#1080;&#1081;&#1089;&#1082;&#1091;&#1102; &#1060;&#1077;&#1076;&#1077;&#1088;&#1072;&#1094;&#1080;&#1102;.\n<br>\n&#1052;&#1080;&#1085;&#1080;&#1089;&#1090;&#1077;&#1088;&#1089;&#1090;&#1074;&#1086; &#1069;&#1082;&#1086;&#1085;&#1086;&#1084;&#1080;&#1082;&#1080; &#1087;&#1088;&#1086;&#1074;&#1077;&#1088;&#1080;&#1083;&#1086; &#1079;&#1072;&#1103;&#1074;&#1082;&#1091; &#1085;&#1072; &#1088;&#1072;&#1079;&#1088;&#1077;&#1096;&#1077;&#1085;&#1080;&#1077; &#1101;&#1082;&#1089;&#1087;&#1086;&#1088;&#1090;&#1072; &#1074; &#1089;&#1086;&#1086;&#1090;&#1074;&#1077;&#1090;&#1089;&#1090;&#1074;&#1080;&#1080; &#1091;&#1082;&#1072;&#1079;&#1072;&#1085;&#1080;&#1103;&#1084; &#1043;&#1088;&#1091;&#1087;&#1087;&#1099; &#1087;&#1086;&#1089;&#1090;&#1072;&#1074;&#1097;&#1080;&#1082;&#1086;&#1074; &#1103;&#1076;&#1077;&#1088;&#1085;&#1099;&#1093; &#1084;&#1072;&#1090;&#1077;&#1088;&#1080;&#1072;&#1083;&#1086;&#1074;.\n<br>\n&#1069;&#1090;&#1080; &#1091;&#1082;&#1072;&#1079;&#1072;&#1085;&#1080;&#1103; &#1079;&#1072;&#1082;&#1083;&#1102;&#1095;&#1072;&#1102;&#1090;&#1089;&#1103; &#1074; &#1089;&#1083;&#1077;&#1076;&#1091;&#1102;&#1097;&#1077;&#1084;:\n<br>\n1. &#1086;&#1092;&#1080;&#1094;&#1080;&#1072;&#1083;&#1100;&#1085;&#1099;&#1077; &#1075;&#1072;&#1088;&#1072;&#1085;&#1090;&#1080;&#1080; &#1075;&#1086;&#1089;&#1091;&#1076;&#1072;&#1088;&#1089;&#1090;&#1074;&#1072;, &#1082;&#1086;&#1090;&#1086;&#1088;&#1099;&#1077; &#1086;&#1076;&#1085;&#1086;&#1079;&#1085;&#1072;&#1095;&#1085;&#1086; &#1080;&#1089;&#1082;&#1083;&#1102;&#1095;&#1072;&#1102;&#1090; &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085;&#1080;&#1077; &#1103;&#1076;&#1077;&#1088;&#1085;&#1099;&#1093; &#1084;&#1072;&#1090;&#1077;&#1088;&#1080;&#1072;&#1083;&#1086;&#1074; &#1076;&#1083;&#1103; &#1087;&#1088;&#1086;&#1080;&#1079;&#1074;&#1086;&#1076;&#1089;&#1090;&#1074;&#1072; &#1074;&#1079;&#1088;&#1099;&#1074;&#1095;&#1072;&#1090;&#1099;&#1093; &#1074;&#1077;&#1097;&#1077;&#1089;&#1090;&#1074;;\n<br>\n2. &#1089;&#1086;&#1075;&#1083;&#1072;&#1096;&#1077;&#1085;&#1080;&#1077; &#1084;&#1077;&#1078;&#1076;&#1091; &#1043;&#1086;&#1083;&#1083;&#1072;&#1085;&#1076;&#1080;&#1077;&#1081; &#1080; &#1056;&#1060;, &#1074; &#1082;&#1086;&#1090;&#1086;&#1088;&#1086;&#1084; &#1086;&#1075;&#1086;&#1074;&#1086;&#1088;&#1077;&#1085;&#1086;, &#1095;&#1090;&#1086; &#1076;&#1083;&#1103; &#1101;&#1090;&#1086;&#1075;&#1086; &#1084;&#1072;&#1090;&#1077;&#1088;&#1080;&#1072;&#1083;&#1072; (&#1075;&#1077;&#1082;&#1089;&#1072;&#1092;&#1090;&#1086;&#1088;&#1080;&#1076; &#1091;&#1088;&#1072;&#1085;&#1072;) &#1086;&#1073;&#1077;&#1089;&#1087;&#1077;&#1095;&#1077;&#1085;&#1072; &#1076;&#1086;&#1089;&#1090;&#1072;&#1090;&#1086;&#1095;&#1085;&#1072;&#1103; &#1092;&#1080;&#1079;&#1080;&#1095;&#1077;&#1089;&#1082;&#1072;&#1103; &#1079;&#1072;&#1097;&#1080;&#1090;&#1072;;\n<br>\n3. &#1075;&#1072;&#1088;&#1072;&#1085;&#1090;&#1080;&#1081;&#1085;&#1086;&#1077; &#1089;&#1086;&#1075;&#1083;&#1072;&#1096;&#1077;&#1085;&#1080;&#1077; &#1084;&#1077;&#1078;&#1076;&#1091; &#1052;&#1077;&#1078;&#1076;&#1091;&#1085;&#1072;&#1088;&#1086;&#1076;&#1085;&#1099;&#1084; &#1072;&#1075;&#1077;&#1085;&#1090;&#1089;&#1090;&#1074;&#1086;&#1084; &#1087;&#1086; &#1072;&#1090;&#1086;&#1084;&#1085;&#1086;&#1081; &#1101;&#1085;&#1077;&#1088;&#1075;&#1080;&#1080; &#1080; &#1056;&#1086;&#1089;&#1089;&#1080;&#1081;&#1089;&#1082;&#1086;&#1081; &#1060;&#1077;&#1076;&#1077;&#1088;&#1072;&#1094;&#1080;&#1077;&#1081; &#1086;&#1073; &#1086;&#1089;&#1085;&#1086;&#1074;&#1085;&#1099;&#1093; &#1084;&#1072;&#1090;&#1077;&#1088;&#1080;&#1072;&#1083;&#1072;&#1093; &#1080;, &#1074; &#1095;&#1072;&#1089;&#1090;&#1085;&#1086;&#1089;&#1090;&#1080;, &#1103;&#1076;&#1077;&#1088;&#1085;&#1086;&#1084; &#1090;&#1086;&#1087;&#1083;&#1080;&#1074;&#1077;;\n<br>\n4. &#1073;&#1077;&#1079;&#1086;&#1087;&#1072;&#1089;&#1085;&#1086;&#1089;&#1090;&#1100; &#1087;&#1088;&#1080; &#1087;&#1077;&#1088;&#1077;&#1088;&#1072;&#1073;&#1086;&#1090;&#1082;&#1077;, &#1093;&#1088;&#1072;&#1085;&#1077;&#1085;&#1080;&#1080;, &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085;&#1080;&#1080; &#1080; (&#1088;&#1077;-)&#1101;&#1082;&#1089;&#1087;&#1086;&#1088;&#1090;&#1077; &#1075;&#1077;&#1082;&#1089;&#1072;&#1092;&#1090;&#1086;&#1088;&#1080;&#1076;&#1072; &#1091;&#1088;&#1072;&#1085;&#1072;.\n<br>\n&#1054;&#1073;&#1089;&#1091;&#1078;&#1076;&#1072;&#1077;&#1084;&#1072;&#1103; &#1090;&#1088;&#1072;&#1085;&#1089;&#1087;&#1086;&#1088;&#1090;&#1080;&#1088;&#1086;&#1074;&#1082;&#1072; &#1103;&#1076;&#1077;&#1088;&#1085;&#1099;&#1093; &#1084;&#1072;&#1090;&#1077;&#1088;&#1080;&#1072;&#1083;&#1086;&#1074; &#1085;&#1077; &#1074;&#1082;&#1083;&#1095;&#1072;&#1077;&#1090; &#1087;&#1077;&#1088;&#1077;&#1074;&#1086;&#1079;&#1082;&#1091; &#1088;&#1072;&#1076;&#1080;&#1086;&#1072;&#1082;&#1090;&#1080;&#1074;&#1085;&#1099;&#1093; &#1086;&#1090;&#1093;&#1086;&#1076;&#1086;&#1074;. &#1043;&#1077;&#1082;&#1089;&#1072;&#1092;&#1090;&#1086;&#1088;&#1080;&#1076; &#1091;&#1088;&#1072;&#1085;&#1072; &#1087;&#1077;&#1088;&#1077;&#1088;&#1072;&#1073;&#1072;&#1090;&#1099;&#1074;&#1072;&#1077;&#1090;&#1089;&#1103; (&#1086;&#1073;&#1086;&#1075;&#1072;&#1097;&#1072;&#1077;&#1090;&#1089;&#1103;) &#1074; &#1056;&#1060; &#1080; &#1085;&#1072;&#1087;&#1088;&#1072;&#1074;&#1083;&#1103;&#1077;&#1090;&#1089;&#1103; &#1086;&#1073;&#1088;&#1072;&#1090;&#1085;&#1086; &#1074; &#1043;&#1086;&#1083;&#1083;&#1072;&#1085;&#1076;&#1080;&#1102;.\n<br>\n&#1063;&#1072;&#1089;&#1090;&#1100; &#1091;&#1088;&#1072;&#1085;&#1072;, &#1082;&#1086;&#1090;&#1086;&#1088;&#1072;&#1103; &#1086;&#1089;&#1090;&#1072;&#1077;&#1090;&#1089;&#1103; &#1074; &#1056;&#1086;&#1089;&#1089;&#1080;&#1080; &#1087;&#1086;&#1089;&#1083;&#1077; &#1086;&#1073;&#1086;&#1075;&#1072;&#1097;&#1077;&#1085;&#1080;&#1103; &#1085;&#1077; &#1103;&#1074;&#1083;&#1103;&#1077;&#1090;&#1089;&#1103; &#1088;&#1072;&#1076;&#1080;&#1086;&#1072;&#1082;&#1090;&#1080;&#1074;&#1085;&#1099;&#1084;&#1080; &#1086;&#1090;&#1093;&#1086;&#1076;&#1072;&#1084;&#1080;, &#1087;&#1086;&#1090;&#1086;&#1084;&#1091; &#1095;&#1090;&#1086; &#1086;&#1085;&#1072; &#1087;&#1088;&#1077;&#1076;&#1087;&#1086;&#1083;&#1072;&#1075;&#1072;&#1077;&#1090;&#1089;&#1103; &#1082; &#1076;&#1072;&#1083;&#1100;&#1085;&#1077;&#1081;&#1096;&#1077;&#1084;&#1091; &#1087;&#1088;&#1080;&#1084;&#1077;&#1085;&#1077;&#1085;&#1080;&#1102;. &#1050; &#1087;&#1088;&#1080;&#1084;&#1077;&#1088;&#1091;, &#1076;&#1083;&#1103; &#1086;&#1073;&#1086;&#1075;&#1072;&#1097;&#1077;&#1085;&#1080;&#1103; &#1080; &#1076;&#1072;&#1083;&#1100;&#1085;&#1077;&#1081;&#1096;&#1077;&#1075;&#1086; &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1085;&#1080;&#1103; &#1074; &#1082;&#1072;&#1095;&#1077;&#1089;&#1090;&#1074;&#1077; &#1090;&#1086;&#1087;&#1083;&#1080;&#1074;&#1072; &#1085;&#1072; &#1072;&#1090;&#1086;&#1084;&#1085;&#1099;&#1093; &#1089;&#1090;&#1072;&#1085;&#1094;&#1080;&#1103;&#1093; &#1080;&#1083;&#1080; &#1087;&#1077;&#1088;&#1077;&#1088;&#1072;&#1073;&#1086;&#1090;&#1082;&#1080; &#1089; &#1094;&#1077;&#1083;&#1100;&#1102; &#1087;&#1086;&#1083;&#1091;&#1095;&#1077;&#1085;&#1080;&#1103; &#1089;&#1099;&#1088;&#1100;&#1103; &#1076;&#1083;&#1103; &#1093;&#1080;&#1084;&#1080;&#1095;&#1077;&#1089;&#1082;&#1086;&#1081; &#1087;&#1088;&#1086;&#1084;&#1099;&#1096;&#1083;&#1077;&#1085;&#1085;&#1086;&#1089;&#1090;&#1080;.\n<br>\n&#1043;&#1088;&#1080;&#1085;&#1087;&#1080;&#1089; &#1086;&#1073;&#1088;&#1072;&#1090;&#1080;&#1083;&#1089;&#1103; &#1089; &#1072;&#1087;&#1077;&#1083;&#1083;&#1103;&#1094;&#1080;&#1077;&#1081; &#1087;&#1088;&#1086;&#1090;&#1080;&#1074; &#1088;&#1072;&#1079;&#1088;&#1077;&#1096;&#1077;&#1085;&#1080;&#1103; &#1085;&#1072; &#1074;&#1099;&#1074;&#1086;&#1079; &#1075;&#1077;&#1082;&#1089;&#1072;&#1092;&#1090;&#1086;&#1088;&#1080;&#1076;&#1072; &#1091;&#1088;&#1072;&#1085;&#1072;, &#1074;&#1099;&#1076;&#1072;&#1085;&#1085;&#1086;&#1075;&#1086; &#1052;&#1080;&#1085;&#1080;&#1089;&#1090;&#1077;&#1088;&#1089;&#1090;&#1074;&#1086;&#1084; &#1054;&#1082;&#1088;&#1091;&#1078;&#1072;&#1102;&#1097;&#1077;&#1081; &#1089;&#1088;&#1077;&#1076;&#1099; &#1080; &#1087;&#1088;&#1086;&#1089;&#1090;&#1088;&#1072;&#1085;&#1089;&#1090;&#1074;&#1077;&#1085;&#1085;&#1086;&#1075;&#1086; &#1087;&#1083;&#1072;&#1085;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085;&#1080;&#1103; &#1080; &#1052;&#1080;&#1085;&#1080;&#1089;&#1090;&#1077;&#1088;&#1089;&#1090;&#1074;&#1086;&#1084; &#1101;&#1082;&#1086;&#1085;&#1086;&#1084;&#1080;&#1082;&#1080;.\n<br>\n&#1055;&#1077;&#1088;&#1077;&#1076; &#1086;&#1082;&#1086;&#1085;&#1095;&#1072;&#1090;&#1077;&#1083;&#1100;&#1085;&#1099;&#1084; &#1088;&#1077;&#1096;&#1077;&#1085;&#1080;&#1077;&#1084; &#1089;&#1091;&#1076;&#1072;, &#1043;&#1086;&#1089;&#1091;&#1076;&#1072;&#1088;&#1089;&#1090;&#1074;&#1077;&#1085;&#1085;&#1099;&#1081; &#1057;&#1086;&#1074;&#1077;&#1090; &#1086;&#1090;&#1082;&#1083;&#1086;&#1085;&#1080;&#1083; &#1072;&#1087;&#1077;&#1083;&#1083;&#1103;&#1094;&#1080;&#1102; &#1043;&#1088;&#1080;&#1085;&#1087;&#1080;&#1089; &#1086; &#1087;&#1088;&#1080;&#1086;&#1089;&#1090;&#1072;&#1085;&#1086;&#1074;&#1082;&#1077; &#1101;&#1090;&#1086;&#1075;&#1086; &#1088;&#1072;&#1079;&#1088;&#1077;&#1096;&#1077;&#1085;&#1080;&#1103;. &#1054;&#1076;&#1085;&#1080;&#1084; &#1080;&#1079; &#1072;&#1088;&#1075;&#1091;&#1084;&#1077;&#1085;&#1090;&#1086;&#1074; &#1103;&#1074;&#1080;&#1083;&#1089;&#1103; &#1090;&#1086;&#1090; &#1092;&#1072;&#1082;&#1090;, &#1095;&#1090;&#1086; &#1074; &#1076;&#1072;&#1085;&#1085;&#1086;&#1084; &#1089;&#1083;&#1091;&#1095;&#1072;&#1077; &#1088;&#1077;&#1095;&#1100; &#1085;&#1077; &#1080;&#1076;&#1077;&#1090; &#1086; &#1074;&#1099;&#1074;&#1086;&#1079;&#1077; &#1103;&#1076;&#1077;&#1088;&#1085;&#1099;&#1093; &#1086;&#1090;&#1093;&#1086;&#1076;&#1086;&#1074;. &#1042; &#1085;&#1072;&#1089;&#1090;&#1086;&#1103;&#1097;&#1080;&#1081; &#1084;&#1086;&#1084;&#1077;&#1085;&#1090; &#1087;&#1086;&#1076;&#1072;&#1085;&#1086; &#1079;&#1072;&#1103;&#1074;&#1083;&#1077;&#1085;&#1080;&#1077; &#1086;&#1073; &#1086;&#1090;&#1082;&#1072;&#1079;&#1077;, &#1089;&#1074;&#1103;&#1079;&#1072;&#1085;&#1085;&#1086;&#1077; &#1089; &#1079;&#1072;&#1082;&#1086;&#1085;&#1085;&#1086;&#1089;&#1090;&#1100;&#1102; &#1088;&#1072;&#1079;&#1088;&#1077;&#1096;&#1077;&#1085;&#1080;&#1103; &#1085;&#1072; &#1074;&#1099;&#1074;&#1086;&#1079; &#1075;&#1077;&#1082;&#1089;&#1072;&#1092;&#1090;&#1086;&#1088;&#1080;&#1076;&#1072; &#1091;&#1088;&#1072;&#1085;&#1072;, &#1074;&#1099;&#1076;&#1072;&#1085;&#1085;&#1086;&#1075;&#1086; &#1052;&#1080;&#1085;&#1080;&#1089;&#1090;&#1077;&#1088;&#1089;&#1090;&#1074;&#1086;&#1084; &#1069;&#1082;&#1086;&#1085;&#1086;&#1084;&#1080;&#1082;&#1080;. &#1057;&#1083;&#1091;&#1096;&#1072;&#1085;&#1080;&#1103; &#1089;&#1086;&#1089;&#1090;&#1086;&#1103;&#1090;&#1089;&#1103; 6 &#1089;&#1077;&#1085;&#1090;&#1103;&#1073;&#1088;&#1103;.<p>\n<center>*  *  *</center><p>\n&#1052;&#1099; &#1087;&#1088;&#1086;&#1089;&#1080;&#1084; &#1042;&#1072;&#1089; &#1086;&#1090;&#1086;&#1089;&#1083;&#1072;&#1090;&#1100; &#1086;&#1090;&#1074;&#1077;&#1090; &#1085;&#1072; &#1087;&#1080;&#1089;&#1100;&#1084;&#1086; &#1087;&#1088;&#1072;&#1074;&#1080;&#1090;&#1077;&#1083;&#1100;&#1089;&#1090;&#1074;&#1072; &#1043;&#1086;&#1083;&#1083;&#1072;&#1085;&#1076;&#1080;&#1080;, &#1079;&#1072;&#1087;&#1086;&#1083;&#1085;&#1080;&#1074; &#1092;&#1086;&#1088;&#1084;&#1091; &#1087;&#1080;&#1089;&#1100;&#1084;&#1072;. \n<p>\nWe are applying to Dutch Ministers of Environment and Finances with demand to stop import of radioactive waste into Russia. You can join us, by sending this letter to the ministers to.</div>\n\n<script type=\"text/javascript\">try{urchinTracker('/outbound/#{CGI::escape(@appeal.title)}');}catch(e){};</script>\n\n<form action=\"http://write-a-letter.greenpeace.org/309/messages\" method=\"post\" onsubmit=\"try{urchinTracker('/outbound/%D0%9E%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%B8%D0%BC+%D0%B2%D0%B2%D0%BE%D0%B7+%D1%8F%D0%B4%D0%B5%D1%80%D0%BD%D1%8B%D1%85+%D0%BE%D1%82%D1%85%D0%BE%D0%B4%D0%BE%D0%B2%21+%2F+Stop+import+nuclear+waste%21');}catch(e){};return true;\">\n    <fieldset>\n    <div>\n      <div><label for=\"message_name\">&#1042;&#1072;&#1096;&#1077; &#1080;&#1084;&#1103; (Your name)</label></div>\n      <input class=\"text small\" id=\"message_name\" maxlength=\"100\" name=\"message[name]\" size=\"40\" type=\"text\" />\n    </div>\n    \n    <div>\n      <div><label for=\"message_email\">&#1042;&#1072;&#1096; email &#1072;&#1076;&#1088;&#1077;&#1089; (Your email address)</label></div>\n      <input class=\"text small\" id=\"message_email\" maxlength=\"100\" name=\"message[email]\" size=\"40\" type=\"text\" />\n    </div>\n    \n    <div>\n      <div><label for=\"message_subject\">&#1058;&#1077;&#1084;&#1072; (Subject)</label></div>\n      \n        <input class=\"text\" id=\"message_subject\" maxlength=\"200\" name=\"message[subject]\" size=\"60\" type=\"text\" value=\"Nuclear waste: The answer on the letter of the Netherlands Government\" />\n      \n    </div>\n    \n    <div>\n      <div><label for=\"message_body\">&#1057;&#1086;&#1086;&#1073;&#1097;&#1077;&#1085;&#1080;&#1077; (Message)</label></div>\n      \n        <textarea cols=\"60\" id=\"message_body\" name=\"message[body]\" rows=\"15\">We&#8217;re not inclined to share your certitude concerning reliable physical protection of uranium hexa fluoride on the Russian Federation territory. Thus, in July 2006 Greenpeace activists detected a train with uranium hexa fluoride without any guard. The gamma radiation level near the train attained 800 microroentgens which is 40 times more than natural background. The train photos you can see here: http://www.greenpeace.org/russia/ru/photosvideos/slideshows/1317415?page=10\n\nThe main reason for such cases is the fact that Russian Atomic Agency establishments thrift on the radiation safety in order to diminish nuclear production cost value, in this case that of enriched uranium.\n       \nWe do not agree with your thesis, that Russia provides safe storage of uranium hexa fluoride. The storage problem is admitted by Russian Technical Control (RSC) &#8211; the federal agency responsible for the supervision of nuclear objects. The RSC position shows clearly that conditions of safe uranium hexa fluoride storage are not abode. Look here:\nhttp://www.greenpeace.org/russia/en/stop-import-of-nuclear-waste/condition-of-uf6-storage-in-ru  \n\nStrange as it may seem, but The Russian Atomic Agency is also concerned about the problem of uranium hexa fluoride storage. In April 2006, during the public meeting  in the city Seversk which is in the Tomsk region,  head of the Russian Atomic Agency Sergey Kirienko, when answering the question about future of uranium hexa fluoride deposits, said approximately the following: at the moment  we&#8217;re are considering three options of treating uranium hexa fluoride deposits, among them are the &#8220;Cogema&#8221; technology and a Russian technology. If we are not able to make a decision on the utilization of impoverished uranium hexa fluoride, I&#8217;m ready to stop importation of foreign impoverished uranium hexa fluoride.      \n\nBe it known to you that in Russia there are no implemented technologies of uranium hexa fluoride conversion as there ARE NO FUNDS for financing the transfer of uranium hexa fluoride into a form safe for storage and burial. In Russian there ARE NO political guarantees that such work will be financed and completed. In Russia there is STILL NO law about radioactive wastes. The utilization cost of 700 000 tones uranium hexa fluoride, only that of domestic origin, constitutes billions of euro. Netherlands and other countries added to that amount 125 000 tones more. Look: http://www.greenpeace.org/russia/en/stop-import-of-nuclear-waste/uf6-reprocessing-is-it-profit \n                \nAnd most important, what is being imported by the Netherlands IS RADIOACTIVE WASTE!\n\nIf it is, as you&#8217;re asserting, a primary product for atomic industry, than it must cost as atomic industry primary product. As it&#8217;s well known, the uranium price at the world market reached 200$ per kilogram. The Netherlands sell this &#8220;valuable&#8221; primary production for 0.6$ per kilogram which is in fact more than 300 times cheaper, the same as the price of toilet paper! What primary production one can speak of?   \n\nThe overwhelming part of Russia population &#8211; 92% - is against converting our country into international nuclear dump. But when huge amounts of money are at stake, those trying to confront the plans of foreign wastes transportation, are already being killed. In July this year during peace campaign against uranium hexa fluoride transportation and creation of International Centre for uranium enrichment in Angarsk one of the activists was atrociously killed.\n\nIt will be extremely sad if the Netherlands government will continue to contribute to what is happening in Russia now.\n         \nThe questions we would like you to answer are as follows:\n\n- Does the Netherlands government know about real situation with uranium hexa fluoride transportation and storage in Russia? \n- Does the Netherlands government know about the fact, that in Russia there are no implemented technologies and financial means for all uranium hexa fluoride stock utilization? \n- Does the Netherlands government know about existing public opposition which concerned with uranium hexa fluoride transportation to Russia?</textarea>\n      \n    </div>\n    \n      </fieldset>\n  \n  <div class=\"submit\">\n    <input name=\"commit\" type=\"submit\" value=\"&#1044;&#1072;&#1083;&#1077;&#1077; / Next\" />\n  </div>\n</form>\n");
