// header
document.write('<a href="index.php"><img src="images/logo.png" class="logo png" /></a>');
document.write('<div class="top_right">');
//document.write('<h1>36910198(24小时)</h1>');
var thisHREF = document.location.href;  
var tmpHPage = thisHREF.split( "/" ); 
var thisHPage = tmpHPage[ tmpHPage.length-1 ];
if(thisHPage.indexOf("new")!=-1){
	thisHPage="news.php";
	
}
if(thisHPage.indexOf("aboutus.php")!=-1){
	thisHPage="aboutus.php";
	
}
if(thisHPage.indexOf("business.php")!=-1){
	thisHPage="business.php";
	
}
if(thisHPage.indexOf("rfsim.php")!=-1){
	thisHPage="rfsim.php";
	
}
if(thisHPage.indexOf("investor")!=-1){
	thisHPage="investor.php";
	
}
document.write('<p><a href="#">繁體版</a> | <a href="./eng/'+thisHPage+'">English</a></p>');
document.write('</div>');
