function codeswitch() {
var current_url= new String(window.location);
var new_string="";

new_string="/russian_koi/" + current_url.substring(current_url.indexOf("win")+4, current_url.length);

location.href=new_string;
}