	function setmodel(value, id, siteid, q) {
		$("#typeid").val(value);
		$("#search a").removeClass();
		id.addClass('on');
		if(q!=null && q!='') {
			window.location='?m=search&c=index&a=init&siteid='+siteid+'&typeid='+value+'&q='+q;
		}
	}

function checkform()
{
  var str = trim($(".s1").val());
  
  if(str.length==0){
	  
	  alert("搜索内容不能为空！");
	  return false;
 }
  	
}
