<!--
/**
	网站公用js文件
	
*/
//if(top.location!=location)	top.location=location;
//-->
function checkSearch(fm){
	if(fm.content.value == ''){
		alert("请输入关键字！");
		fm.content.focus();
		return false;
	}
	return true;
}