   	//-----------------广告---------------------

     inputRealprog();
     inputmiddle_search();
     inputPageTag();


function Trim(obj)
{
return obj.replace(/(^\s*)|(\s*$)/g, ""); 
} 
	//相关节目
      function inputRealprog()
     {
        var sp_relative=Trim(document.getElementById("itv_final_ad_relative").innerHTML);
        if(sp_relative!="" && sp_relative!="<!---->")
        {
            document.getElementById("relprog").className="picNews ad";
            document.getElementById("relprog_5").innerHTML=document.getElementById("itv_final_ad_relative").innerHTML;
         }

     }
        	//中间搜索
function inputmiddle_search()
{
   var sp_middle_search=Trim(document.getElementById("itv_final_ad_mid_search").innerHTML);	
   if(sp_middle_search=="" || sp_middle_search=="<!---->")
    {
       sp_middle_search="输入搜索内容";
    }
    document.getElementById("middle_search").value=sp_middle_search;
}
         	

	//-----------------广告---------------------
//页签广告
function inputPageTag()
{	
	var sp_ad_tag=Trim(document.getElementById("sp_play_ad7").innerHTML);		
	if(sp_ad_tag!="" && sp_ad_tag!="<!---->")
        {
		document.getElementById("sp_play_sp7").style.display="none";
		document.getElementById("sp_play_sp8").style.display="none";
	}
}
	//留言框背景
	function InputADContentBg(imgurl)
	{
		document.getElementById("content").style.background    =   "url("+imgurl+")";  
	}
	//评论上图片链接
	function InputAD7_1(url,imgurl)
	{
		//评论		
		document.getElementById("tr_play_ad8").style.display="none";		
		document.getElementById("sp_play_ad8").innerHTML='<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><a href="'+url+'"><img src="'+imgurl+'" border="0" /></a></td></tr></table>';
	
	}
	////评论方案2背景
	function InputAD7_2()
	{	
		document.getElementById("tr_play_ad8").style.display="block";		
		document.getElementById("tr_play_ad8").style.height="50px";	
		document.getElementById("table_play_ad8").style.background ="url(http://vimg.ifeng.com/site200809/images/py_icon_09.jpg)"; // "#EEEEEE";
	}

	