var TotalCount = 0;
var inquiries = "";
inquiries = userCookie("CProductInquiry");
collect = parse(inquiries, "~");
TotalCount += collect.length;
inquiries = userCookie("CTradeInquiry");
collect = parse( inquiries, "~" );
TotalCount += collect.length;
inquiries = userCookie("CCompanyInquiry");
collect = parse(inquiries, "~");
TotalCount += collect.length;

document.writeln("		<div id=\"header\"> ");
document.writeln("						<div id=\"logo\"><img src=\"http://image.ec21.com/cimg/main/ec21_logo.gif\" title=\"EC21\" alt=\"EC21\"></div> ");
document.writeln("						<div class=\"header_right\"> ");
document.writeln("								<div class=\"header_link\"><a href=\"http://cn.ec21.com/app/servlet/CRequestProcessor?event=CSuccessStoryList.Click\">成功故事</a> <img src=\"http://cn.ec21.com/cimages/bottom_dot.gif\" vspace=\"5\" align=\"absmiddle\" width=\"11\" height=\"11\"> <a href=\"javascript:basket();\"> <img src=\"http://cn.ec21.com/images/app/cec/icon_basket.gif\" align=\"absmiddle\" border=\"0\" width=\"15\" height=\"13\">询盘篮[ "); 
document.write(TotalCount);
document.writeln(" ]</a> ");
if ( getCookie("cuser") != null )
		document.write("<img src=\"http://cn.ec21.com/cimages/bottom_dot.gif\" vspace=\"5\" align=\"absmiddle\" width=\"11\" height=\"11\"> <a href=\"/app/servlet/CRequestProcessor?event=CLogout.Click\">退出</a> ");
else
		document.write("<img src=\"http://cn.ec21.com/cimages/bottom_dot.gif\" vspace=\"5\" align=\"absmiddle\" width=\"11\" height=\"11\"> <a href=\"/app/servlet/CRequestProcessor?event=CLogin.Click&nextEvent=CMyEC21.Click\">登录</a> ");
document.writeln("		<img src=\"http://cn.ec21.com/cimages/bottom_dot.gif\" vspace=\"5\" align=\"absmiddle\" width=\"11\" height=\"11\"> <a href=\"/info/sitemap.html\">站点地图</a> ");
document.writeln("								</div> ");
document.writeln("								<div class=\"header_menu\"> <a href=\"/info/premium_pro01.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('topmenu_1','','http://image.ec21.com/cimg/main/header_menu1_on.gif',1)\"><img src=\"http://image.ec21.com/cimg/main/header_menu1.gif\" name=\"topmenu_1\" width=\"80\" height=\"26\" border=\"0\" alt=\"高级服务\"></a><a href=\"/info/help.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('topmenu_2','','http://image.ec21.com/cimg/main/header_menu2_on.gif',1)\"><img src=\"http://image.ec21.com/cimg/main/header_menu2.gif\" name=\"topmenu_2\" width=\"62\" height=\"26\" border=\"0\" alt=\"帮助\"></a><a href=\"http://search2.ec21.com/search/ChinaProductCategoryCount.cgi\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('topmenu_3','','http://image.ec21.com/cimg/main/header_menu3_on.gif',1)\"><img src=\"http://image.ec21.com/cimg/main/header_menu3.gif\" name=\"topmenu_3\" width=\"80\" height=\"26\" border=\"0\" alt=\"产品目录\"></a><a href=\"http://search2.ec21.com/search/ChinaTradeCategoryCount.cgi\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('topmenu_4','','http://image.ec21.com/cimg/main/header_menu4_on.gif',1)\"><img src=\"http://image.ec21.com/cimg/main/header_menu4.gif\" name=\"topmenu_4\" width=\"80\" height=\"26\" border=\"0\" alt=\"供求信息\"></a><a href=\"http://search2.ec21.com/search/ChinaCompanyCategoryCount.cgi\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('topmenu_5','','http://image.ec21.com/cimg/main/header_menu5_on.gif',1)\"><img src=\"http://image.ec21.com/cimg/main/header_menu5.gif\" name=\"topmenu_5\" width=\"80\" height=\"26\" border=\"0\" alt=\"公司库\"></a><a href=\"/app/servlet/CRequestProcessor?event=CMyEC21.Click\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('topmenu_6','','http://image.ec21.com/cimg/main/header_menu6_on.gif',1)\"><img src=\"http://image.ec21.com/cimg/main/header_menu6.gif\" name=\"topmenu_6\" width=\"83\" height=\"26\" border=\"0\" alt=\"我的EC21\"></a> ");
document.writeln("								</div> ");
document.writeln("								<div class=\"global_link\"><a href=\"http://big5.ec21.com/\"><img src=\"http://cn.ec21.com/cimages/global_cn.gif\" width=\"48\" height=\"13\" border=\"0\"></a> ");
document.writeln("										<a href=\"http://www.ec21.com/\"><img src=\"http://cn.ec21.com/cimages/global_en.gif\" width=\"40\" height=\"13\" hspace=\"2\" border=\"0\"></a> ");
document.writeln("										<a href=\"http://kr.ec21.com/\"><img src=\"http://cn.ec21.com/cimages/global_kr.gif\" width=\"23\" height=\"13\" border=\"0\"></a> ");
document.writeln("								</div> ");
document.writeln("						</div> ");
document.writeln("				</div> ");