﻿function rendLinkCon(){
var ply = new Image();
ply.src = "/images/v2/ply1.png"

var bwName = window.navigator.userAgent;
var enable = (bwName.indexOf('MSIE 7.0') != -1 || bwName.indexOf('Firefox') != -1);


$("div#NewVideos").before('<div class="faleft" style="background-image:url(/images/v2/lm02.gif); border:1px solid #CCE0F4; padding:5px; color:#003466">最新视频</div>');
$("div#NewVideos li").css({"float":"left","margin":"10px"});
$("div#NewVideos li a").css({"color":"#03c","display":"block","width":"140px"});

if(enable){
$("div#NewVideos img").each(function(){
var vpic = this.src;
this.src = ply.src;
//this.style.backgroundImage= "url("+ply.src+")";
$(this).css({"width":"142px","height":"109px" ,"border":"1px solid #333","background-image":"url("+vpic+")","background-color":"Transparent","background-position": "center center"});
});}else
$("div#NewVideos img").css({"width":"142px","height":"109px" ,"border":"1px solid #333"});




$("div#NewVideos ul").after('<div class="cf" />');

//最新新闻
var htmlstr =$("div#topNews").html();
$("div#topNews").html(htmlstr+'<div class="cf" />'); 
$("div#topNews .topNewsBox").css({"float":"left","width":"310px","text-align":"left","margin-right":"10px","margin-bottom":"15px"});
$("div#topNews .topNewsBox .NewsObj").css({"background-image":"url(/images/v2/lm02.gif)", "border":"1px solid #CCE0F4","padding":"5px","color":"#003466","margin-bottom":"7px"});
$("div#topNews .topNewsBox .NewsObj a").css({"color":"#003466"});
$("div#topNews .topNewsBox li").css({"line-height":"21px","width":"300px","padding-left":"7px","background-image":"url(/images/ar8.gif)", "background-position": "left 9px","background-repeat": "no-repeat","white-space":"nowrap", "overflow":"hidden" });

$("div#docLinkCon").css({"margin-top":"-30px","margin-bottom":"20px"});
$("div#docLinkCon").fadeIn();

//nmlist topNewsByRpct
//热门评论
htmlstr =$("div#topNewsByRpct").html();
$("div#topNewsByRpct").html('');

$("div#nmlist").after('<div style="padding-left:12px; color:#ccfffe; font-weight:bold; font-size:14px; font-family:微软雅黑;"><img src="/images/v2/hotpl.gif" alt="" /></div><div id="topNewsByRpct2" >'+htmlstr+' <br/><br/> </div>');
$("div#topNewsByRpct2").css({"margin":"10px"});
$("div#topNewsByRpct2 li").css({"border-bottom":"1px dotted #f1f1f1","line-height":"21px","padding":"3px" });
$("div#topNewsByRpct2 li a").before('<img src="/images/ar51.gif" alt="" /> &nbsp;');

$("div#topNewsByRpct2 a").css({"color":"#fff"});

//----------------------------
htmlstr = $("div#recom").html();
if(htmlstr != '' && htmlstr != null ){
var str ='<div class="faleft" style="background-image:url(/images/v2/lm02.gif); border:1px solid #CCE0F4; padding:5px; color:#003466">相关文章</div>';
str += '<div class="faleft" id="odoclink" style="padding:10px; color:#003466; border:1px solid #CCE0F4; border-top:0px;">'+htmlstr+'</div>';
$("div#news_m div.cbox").after(str);

$("div#odoclink li").css({"line-height":"21px","padding-left":"7px","background-image":"url(/images/ar10.gif)", "background-position": "left 9px","background-repeat": "no-repeat" });
$("div#odoclink li a").css({"color":"#03c"});

} //相关文章

}



