function Cn_version(){
 var preadd
 var aftadd

preadd= document.location.href
aftadd=preadd.replace(/en/,"cn")
document.location.href=aftadd
}