document.write('<style type="text/css">');
document.write('.md .search_txt {width:180px;}');
document.write('</style>');
function enterKeyDown(event){
	if(event.keyCode==13){
		searchSubmit();
	}
}
function searchSubmit(){
	var keywords = document.getElementById('search-id').value;
	if(keywords == ''){
		alert('请输入关键字');
		return;
	}
	window.open('http://search.cntv.cn/netall/index.shtml?qtext='+escape(keywords));
}

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('								');
document.write('								</span>');
document.write('							</div>');
document.write('							<div class="md_bd" style="">');
document.write('							   <div class="search_l">');
document.write('								<input  name="text"  id="search-id" type="text" class="input_txt search_txt" onKeyDown="enterKeyDown(event);"/>');
document.write('								<input type="button" class="search_btn" value="搜索" onclick="searchSubmit();"/>');
document.write('								</div>							');
document.write('							<div class="btn_l">');
document.write('								<a href="http://tv.cctv.com/13/index.shtml" target="_blank"><img src="http://www.cctv.com/library/column/C20257/image/btn_time.jpg" /></a><a href="http://tv.cctv.com/minglan/zimu/index.shtml" target="_blank"><img src="http://www.cctv.com/library/column/C20257/image/btn_mlm.jpg" /></a><a href="http://zhibo.cctv.com/" target="_blank"><img src="http://www.cctv.com/library/column/C20257/image/btn_zb.jpg" /></a><a href="http://vod.cctv.com/" target="_blank"><img src="http://www.cctv.com/library/column/C20257/image/btn_db.jpg" /></a>');
document.write('							</div>');
document.write('							   <div class="hot_tags">');
document.write('									<strong>栏目:</strong>');
document.write('									<a href="http://space.tv.cctv.com/podcast/bjjt" target="_blank">百家讲坛</a>');
document.write('									<a href="http://space.tv.cctv.com/podcast/ttys" target="_blank">天天饮食</a>');
document.write('									<a href="http://space.tv.cctv.com/podcast/tansuofaxian" target="_blank">探索发现</a>');
document.write('									<a href="http://space.tv.cctv.com/podcast/jkzlgroup" target="_blank">健康之路</a>');
document.write('									<a href="http://space.tv.cctv.com/podcast/zoujinkexue" target="_blank">走近科学</a>');
document.write('									<a href="http://space.tv.cctv.com/podcast/zhyy" target="_blank">中华医药</a>');
document.write('									<a href="http://www.cctv.com/docu/special/junshijilu/01/index.shtml" target="_blank">军事</a>');
document.write('									<a href="http://tv.cctv.com/minglan/jiankang/index.shtml" target="_blank">健康</a>');
document.write('									<a href="http://tv.cctv.com/minglan/tanmi/index.shtml" target="_blank">科教</a>');
document.write('									<a href="http://www.cctv.com/docu/special/lishijilu/01/index.shtml" target="_blank">历史</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-->');

