// JavaScript Document
<!--
function showgoto()
{
	var strGoto = "热门搜索： ";
	var keywords_text=["聚商网络","重庆网站建设","聚商通","重庆网络公司"];
	for (var i=0;i<keywords_text.length;i++) {
		strGoto = strGoto + "<a href='/plus/searchgoogle.php?q=" + keywords_text[i] + "' target='_blank'>" + keywords_text[i] + "</a> ";
	}
	document.getElementById('m_s_goto').innerHTML = strGoto;
}
showgoto();
//-->
