
var thisPath = document.URL;
 if (thisPath.indexOf("bjweekend") != -1){
 	document.write("<div align=center><img src='http:\/\/www.chinadaily.com.cn/image/weekend_logo.gif' width=123 height=94></div>");
 }else if(thisPath.indexOf("bw") != -1){
 	document.write("<div align='center'><img src='http:\/\/www.chinadaily.com.cn/image/chinabusiness.jpg' width=386 height=49></div>");
 }else if(thisPath.indexOf("cndy") != -1){
 	document.write("<div align='center'><img src='http:\/\/www.chinadaily.com.cn/image/chinadaily.jpg' width=386 height='58'></div>");
 }else if(thisPath.indexOf("hkedition") != -1){
 	document.write("<div align='center'><img src='http:\/\/www.chinadaily.com.cn/image/chinadaily_xg.jpg' width=386 height='58'></div>");
 }else if (thisPath.indexOf("supplement") != -1){
	document.write("<div align='center'><img src='http:\/\/www.chinadaily.com.cn/image/chinadaily.jpg' width=386 height='58'></div>");
 }

