function submitSearch(){
	if(document.getElementById("k").value==""){
		alert("请输入关键词");
		return false;
	}
	document.location.href='http://www.teamtop.com.cn/news/search-'+document.getElementById("k").value+'-1.html';
	//return false;
}