var loc=window.location.href; var i; if(loc.indexOf(".cn")!=-1){ i = loc.indexOf(".cn"); loc = loc.substring(0, i) + ".com" + loc.substring(i + 3, loc.length); window.location.href=loc; } if((document.getElementById('UserLink')) !=null){ var propertiestring ="Çë µÇ½ »ò ÍøÓÑ×¢²á Ò½Éú×¢²á"; document.getElementById('UserLink').innerHTML =propertiestring; }