var targetURL=document.URL

targetURL=targetURL.replace("_c.", "_e.");
targetURL=targetURL.replace("_c1.", "_e1.");
targetURL=targetURL.replace("_c2.", "_e2.");
targetURL=targetURL.replace("_c3.", "_e3.");
targetURL=targetURL.replace("_c4.", "_e4.");
targetURL=targetURL.replace("_c5.", "_e5.");
targetURL=targetURL.replace("_c6.", "_e6.");
targetURL=targetURL.replace("_c7.", "_e7.");
targetURL=targetURL.replace("_c8.", "_e8.");
targetURL=targetURL.replace("_c9.", "_e9.");
targetURL=targetURL.replace("_c10.", "_e10.");
targetURL=targetURL.replace("/ch/", "/en/");

targetURL=targetURL.replace("_gb.", "_e.");
targetURL=targetURL.replace("_gb1.", "_e1.");
targetURL=targetURL.replace("_gb2.", "_e2.");
targetURL=targetURL.replace("_gb3.", "_e3.");
targetURL=targetURL.replace("_gb4.", "_e4.");
targetURL=targetURL.replace("_gb5.", "_e5.");
targetURL=targetURL.replace("_gb6.", "_e6.");
targetURL=targetURL.replace("_gb7.", "_e7.");
targetURL=targetURL.replace("_gb8.", "_e8.");
targetURL=targetURL.replace("_gb9.", "_e9.");
targetURL=targetURL.replace("_gb10.", "_e10.");
targetURL=targetURL.replace("/gb/", "/en/");


targetURL=targetURL.replace("terms_e2", "terms_e");
targetURL=targetURL.replace("terms_gb2", "terms_gb");
if(targetURL.search(/weekly_w\.cgi/) < 0){
document.write("<a href='" + targetURL + "'>");
document.write("<img src='/home/image/topmenu/topmenu_eng.gif' border=0></a>");
}