function switch_lang(lang) {
    document.cookie='LANG=' + lang + ';path=/';
    document.location.href = document.location.href;
}
