var fileName = window.location.href.substr(window.location.href.lastIndexOf("/"));
var langSwitcherRU = document.getElementById("ruLink");
langSwitcherRU.href = ".."+ fileName;

