	document.write('<div id="colOne">');
	document.write('	<h3>最新公告</h3>');
	document.write('	<div class="bg1">');
	document.write('		<ul>');
	document.write('			<li class="first">向日葵甘特2.0版发布啦！</li>');
	document.write('			<div>向日葵甘特图2.0发布了，开始支持向日葵甘特网络图，欢迎大家下载试用！</div>');
	document.write('		</ul>');
	document.write('	</div>');
	document.write('	<h3>向日葵甘特</h3>');
	document.write('	<div class="bg1">');
	document.write('		<ul>');
	document.write('			<li class="first"><a href="/sfgantt/">产品介绍</a></li>');
	document.write('			<li><a href="/sfgantt/examples/index.html">开发范例</a></li>');
	document.write('			<li><a href="/sfgantt/docs/index.html">开发文档</a></li>');
	document.write('			<li><a href="/sfgantt/customer.html">成功案例</a></li>');
	document.write('			<li><a href="/sfgantt/docs/faq.html">有问必答</a></li>');
	document.write('			<li><a href="/sfgantt/docs/latest_update.html">最近更新</a></li>');
	document.write('			<li><a href="/sfgantt/help/index.html">使用手册</a></li>');
	document.write('		</ul>');
	document.write('	</div>');
	document.write('</div>');


