var str = "";
var begLnk = "<img src='/common/images/general/nav_widget_orange_arrow_13h.gif' width='12' height='13'><a onFocus='blur(this)' onClick='openMenu()' class='iconlinksm' href='";
var endLnk = "</a><br>";
str += "<table border='0' cellspacing='0' cellpadding='0'>";
str += "<tr>";
str += "<td rowspan='6' bgcolor='999999'><img src='/common/images/general/spacer.gif' width='1' height='1'></td>";
str += "<td colspan='3' bgcolor='CCCCCC'><img src='/common/images/general/spacer.gif' width='1' height='1'></td>";
str += "<td rowspan='6' bgcolor='CCCCCC'><img src='/common/images/general/spacer.gif' width='1' height='1'></td>";
str += "</tr>";
str += "<tr>";
str += "<td rowspan='2' bgcolor='EBEBEB'><img src='/common/images/general/spacer.gif' width='8' height='1'></td>";
str += "<td bgcolor='EBEBEB'><img src='/common/images/general/spacer.gif' width='1' height='1'></td>";
str += "<td rowspan='2' bgcolor='EBEBEB'><img src='/common/images/general/spacer.gif' width='10' height='1'></td>";
str += "</tr>";
str += "<tr>";
str += "<td bgcolor='EBEBEB' valign='top' nowrap class='iconlinksm'>";
str += begLnk+"/china/zh/news/releases.asp'>来自中国的新闻"+endLnk;
str += "</td>";
str += "</tr>";
str += "<tr>";
str += "<td colspan='3' bgcolor='EBEBEB'><img src='/common/images/general/spacer.gif' width='1' height='4' border='0'></td>";
str += "</tr>";
str += "<tr>";
str += "<td colspan='3' align='right' valign='middle' bgcolor='D7D7D7'><img src='/common/images/general/spacer.gif' width='1' height='16' border='0'></td>";
str += "</tr>";
str += "<tr>";
str += "<td colspan='3' bgcolor='999999'><img src='/common/images/general/spacer.gif' width='1' height='1'></td>";
str += "</tr>";
str += "</table>";
document.write(str);
