The Wayback Machine - https://web.archive.org/web/20180611223756/http://www.cbr.ru:80/eng/currency_base/dynamics/
Dynamics of the official exchange rates
');
$(this).find('li').each(function () {
$first_level.append($(this).clone());
});
});
//set current branch
var ancestors = $('.whole_site_map_container').data('catalog-path');
if (ancestors.length > 0) {
var topCatalogId = ancestors[ancestors.length - 1];
$('.whole_site_map_container .for_branch_' + topCatalogId).addClass('selected');
$('.whole_site_map_container .branch_' + topCatalogId).addClass('selected');
}
for(var i=0; i
0) {
var catalogId = ancestors[0];
$('.whole_site_map_container *[data-catalogid=' + catalogId + '] > .link').remove();
$('.whole_site_map_container *[data-catalogid!=' + catalogId + '] > .current').remove();
}
doneCallback();
}
});
});
});
//-->