/* 收客顶部导航区 */
document.write('<style>');
document.write('.menutext {font-family: "宋体";font-size: 14px;font-weight: bold;color: #FFFFFF;text-decoration: none;filter: dropshadow(color=#499CC6,offx=-1,offy=-1,positive=1)；}');
document.write('.menutext:link {color: #FFFFFF;text-decoration: none;filter: dropshadow(color=#499CC6,offx=-1,offy=-1,positive=1)；}');
document.write('.menutext:hover {color: #FFFD99;text-decoration: none;filter: dropshadow(color=#499CC6,offx=-1,offy=-1,positive=1)；}');
document.write('</style>');
document.write('<table width="626" height="63" border="0" cellpadding="0" cellspacing="0" background="http://misc.home.news.cn/view/images/plgc/menubg.gif"><tr><td width="41" align="right"> </td>');
document.write('<td style="line-height:1.6em;padding-left:20px;text-align:right;"  class="menutext"><a href="http://www.xinhuanet.com" class="menutext" target="_top">新华网首页</a>&nbsp;&nbsp;<a href="http://www.xinhuanet.com/forum" class="menutext" target="_top">论坛首页</a>&nbsp;&nbsp;<a href="http://blog.home.news.cn" class="menutext" target="_top">博客首页</a>&nbsp;&nbsp;<a href="http://video.home.news.cn" class="menutext" target="_top">播客首页</a>&nbsp;&nbsp;<a href="http://search.home.news.cn/" class="menutext" target="_top">社区搜索</a><br/><a href="http://blog.home.news.cn/channel/" class="menutext" target="_top">博客广场</a>&nbsp;&nbsp;<a href="http://video.home.news.cn/channel/" class="menutext" target="_top">播客广场</a>&nbsp;&nbsp;<a href="http://photo.home.news.cn/channel/" class="menutext" target="_top">拍客广场</a>&nbsp;&nbsp;<a href="http://view.home.news.cn/channel/all/1.html" class="menutext" target="_top">评论广场</a>&nbsp;&nbsp;<a href="http://bookmark.home.news.cn/channel/" class="menutext" target="_top">收客广场</a></td><td style="line-height:1.6em;text-align:center;font-size:13px;" width="96"><a href="javascript:void(0);" onclick="setHome(document.title,location.href);" style="font-size:12px;" class="menutext">加入收藏</a><br/><a href="http://misc.home.news.cn/common/html/yhxy.html" class="menutext" style="font-size:12px;" target="_blank">管理规定</a></td></tr></table>');
//-------------- 加入到收藏夹 --------------------------
function setHome(title, url) {
	if (!title) {var title = window.document.title;}
	if (!url) {	var url = window.document.location;}
	try {if (document.all) {window.external.addFavorite(url, title);} else {if (window.sidebar) {window.sidebar.addPanel(title, url, "");}}}catch (e) {}
}