function switchlng(){var url=window.location.pathname;if(url.toLowerCase().indexOf("/en_")!=-1){go(url.replace(/\/en_/gi,"/"));}else{if(url.length==1){go('/En_Index.aspx');}else{go('/En_'+url.substring(1,url.length));}}}function go(str){location.href=str;}
