jQuery.noConflict();
var dot_i = 0;
jQuery(document).ready(function(e) {
var html = ' \
\
\
\
\
\
\
\
\
\
\
\
\
о системе\
поток данных...\
\
\
Чернобыль-ТУР® Информ
';
jQuery('.informer-chernobyl-tour').html(html);
jQuery('.informer-chernobyl-tour .pog').click(function(e) {
jQuery('.informer-chernobyl-tour .bg2').animate({opacity: 1}, 200);
jQuery('.informer-chernobyl-tour .p1').hide();
jQuery('.informer-chernobyl-tour .p2').show();
});
jQuery('.informer-chernobyl-tour .rad').click(function(e) {
jQuery('.informer-chernobyl-tour .bg2').animate({opacity: 0}, 200);
jQuery('.informer-chernobyl-tour .p1').show();
jQuery('.informer-chernobyl-tour .p2').hide();
});
/*setInterval(function (){
if(dot_i > 4) dot_i = 0
jQuery('.informer-chernobyl-tour .proc').html('поток данных'+(new Array(dot_i).join('.')));
dot_i++;
},400);*/
jQuery('.informer-chernobyl-tour .proc').html('28.06.2026
');
});