							var searchType='';
							var searchIn=null;
							function changeSearchType(){
							select1.value
								searchType = select1.value;
							}
							function getElement(id){
								return document.getElementById(id);
							}
							function queryNewsXmlFirst(){
								var url='http://search.cctv.com/tv/tv.php?type=video';
								if(searchType != ''){
									url = 'http://search.cctv.com/tv/tv.php?type='+searchType;
								}
								url+='&q='+encodeURIComponent(getElement('text').value);
								if(searchIn&&searchIn=='TAG'){
									url+='&searchIn=TAG';
								}
								window.open(url);
							}
							function enterKeyDown(event){
								if(event.keyCode==13){
									var obj;
									if(event.target){
										obj=event.target;
									}else if(event.srcElement){  
										obj=event.srcElement;
									}	
									//getElement('pn').value=1;
									searchIn=null;
									queryNewsXmlFirst();
								}
							}
							function queryNewsXmlFirst1(txt){
								var str = '';
								str = txt;
								getElement('text').value = str;
								queryNewsXmlFirst();
							}
							
document.write('							<div id="" class="md">');
document.write('							<div class="md_hd">');
document.write('								<span class="tf"></span>');
document.write('								<span class="mh_title">相关搜索</span>');
document.write('								<span class="mh_option">');
document.write('								<span class="mh_option"><a href="http://news.cctv.com/video/index.shtml" class="more_btn" target="_blank">更多</a></span>');
document.write('								</span>');
document.write('							</div>');
document.write('							<div class="md_bd" style="">');
document.write('							   <div class="search_l">');
document.write('								<select name="select1" onchange="changeSearchType()">');
document.write('								  <option value="video" >视频</option>');
document.write('								  <option value="group" >圈子</option>');
document.write('								  <option value="blog" >日志</option>');
document.write('								  <option value="topic" >话题</option>');
document.write('								  <option value="image" >图片</option>');
document.write('								  <option value="space" >空间</option>');
document.write('								</select>');
document.write('								<input  name="text" id="text" type="text" class="input_txt search_txt" onKeyDown="enterKeyDown(event);"/>');
document.write('								<input type="button" class="search_btn" value="搜索" name="" onclick="queryNewsXmlFirst();"/>');
document.write('								</div>							');
document.write('							<div class="btn_l">');
document.write('								<a href="http://fuxing.cctv.com/" target="_blank"><img src="http://www.cctv.com/Library/C23239/image/btn_vedio.jpg" /></a><a href="http://news.cctv.com/video/20/index.shtml" target="_blank"><img src="http://www.cctv.com/Library/C23239/image/btn_news.jpg" /></a><a href="http://news.cctv.com/video/index.shtml" target="_blank"><img src="http://www.cctv.com/Library/C23239/image/btn_talk.jpg" /></a>');
document.write('							</div>');
document.write('							   <div class="hot_tags">');
document.write('									<strong>栏目:</strong>');
document.write('									<a href="http://www.cctv.com/news/xwlb/index.shtml" target="_blank">新闻联播</a>');
document.write('									<a href="http://space.tv.cctv.com/podcast/jdft" target="_blank">焦点访谈</a>');
document.write('									<a href="http://space.tv.cctv.com/podcast/lawtodaygroup" target="_blank">今日说法</a>');
document.write('									<a href="http://space.tv.cctv.com/podcast/zfj" target="_blank">&nbsp;致富经</a>');
document.write('									<a href="http://space.tv.cctv.com/podcast/fwxgc" target="_blank">防务新观察</a>');
document.write('									<a href="http://news.cctv.com/program/C20695/index.shtml" target="_blank">&nbsp;&nbsp;&nbsp;&nbsp;朝闻天下</a>');
document.write('									<a href="http://space.tv.cctv.com/podcast/xinwen1jia1" target="_blank">新闻1+1</a>');
document.write('									<a href="http://space.tv.cctv.com/podcast/mrnj" target="_blank">每日农经</a>');
document.write('									<a href="http://space.tv.cctv.com/podcast/kejiyuan" target="_blank">科技苑</a>');
document.write('									<a href="http://space.tv.cctv.com/podcast/tianwang" target="_blank">&nbsp;&nbsp;天网</a>');
document.write('									<a href="http://space.tv.cctv.com/podcast/huanqiushixian" target="_blank">&nbsp;&nbsp;环球视线</a>');
document.write('									<a href="http://space.tv.cctv.com/podcast/xinwenzhoukan" target="_blank">新闻周刊</a>');
document.write('									<a href="http://news.cctv.com/video/lanmu/index.shtml" target="_blank">&nbsp;&nbsp;&nbsp;更多</a>');
document.write('								</div>');
document.write('							   <div class="clear_float"></div>');
document.write('							</div>');
document.write('							<div class="md_ftc"><b></b></div>');
document.write('						</div><!--remian-->');
