function switchLanguage(language)
{
  currentPath = window.location.href;
  window.location.href = '/'+language+currentPath.substr(currentPath.lastIndexOf('/'));
}