// JavaScript Document
document.writeln("<script language=\"javascript\" src=\"http:\/\/article.lawtv.com.cn\/php\/talk\/img\/jquery1.4.2.min.js\"><\/script>");
document.writeln("<script language=\"javascript\" src=\"http:\/\/article.lawtv.com.cn\/php\/talk\/img\/word.js\"><\/script>");
var searchLabel = "请在此输入关键字搜索视频";

function CheckForm1(){
      if (document.searchBox.query.value == "") {
         document.searchBox.query.focus();
		 document.searchBox.query.value="请在此输入关键字搜索视频";
		 return false;
      }else{
       document.searchBox.action="http://124.205.10.142:8081/lawtvsearch/pic.jsp"
	   document.searchBox.target="_blank";
	   document.searchBox.submit();
	   return false;
	 }

}
