队长亨德森
1977年,利物浦在罗马奥林匹克球场3比1击败德国门兴格拉德巴赫队,首次获得欧洲冠军杯冠军。此次客场球衣的设计,体现了昔日名帅比尔-香克利的名言:“利物浦是为我量身定做的,我为利物浦而生。”


大发888任务 国产影片方面,相比去年,今年以来表现较弱。在去年的年度票房排名前十中,有七部电影为国产电影,并为去年国产片跑赢进口片奠定了基础。
山村里“猴比人多”
.a-p-s-txt{color:#FFF!important;}
.selected .a-p-s-img {background-image: url("http://n.sinaimg.cn/default/7772e5f8/20151202/article_selected_a_dc.png")!important;}
视频加载中,请稍候...
自动播放
play
贝尔训练课惊世侧钩
向前
向后
/*自动播放1*/
var AUTOPLAY = 1;
/*连播1*/
var CONTIPLAY = 1;
/*处理自动播放选项和cookie*/
(function() {
var Tool = CommonTool;
var chk = Tool.byId('J_Video_Autoplay');
var ua = navigator.userAgent.toLowerCase();
var isIOS = /\((iPhone|iPad|iPod)/i.test(ua);
if (isIOS) {
console.log(chk.parentNode.style.display);
chk.parentNode.style.display = 'none';
return;
}
chk.parentNode.style.display = '';
var clickCookie = function() {
Tool.bindEvent(chk, 'change',
function() {
var chked = chk.checked;
Tool.writeCookie('ArtiVAuto', (chked ? 1 : 0), 24 * 365 * 10, '/', '.sina.com.cn');
});
}
var byCookie = function() {
var coo = Tool.readCookie('ArtiVAuto');
if (coo) {
if (parseInt(coo) == 0) {
chk.checked = false;
AUTOPLAY = 0;
}
}
};
clickCookie();
byCookie();
})();
/*获取第一个视频vid*/
var firstItem = CommonTool.byClass('J_Play_Item', 'J_Play_List')[0];
var fInfo = firstItem.getAttribute('play-data').split('-');
var fVid = fInfo[0];
var fPid = fInfo[1];
var sinaBokePlayerConfig_o = {
container: "J_Article_Player", //Div容器的id
width: 525,
height: 430,
playerWidth: 525, //宽
playerHeight: 430, //高
autoLoad: 1, //自动加载
autoPlay: AUTOPLAY, //自动播放
as: 1, //广告
pid: fPid,
tjAD: 0, //显示擎天柱广告
tj: 1, //片尾推荐
continuePlayer: 1, //连续播放
casualPlay: 1, //任意拖动视频
head: 0, //播放片头动画
logo: 0, //显示logo
share: 0,
thumbUrl: ""
};
(function() {
var toggle = function(id, hide) {
var e = CommonTool.byId(id);
var par = e.parentNode;
if (hide) {
CommonTool.addClass(par, e.className + '_disabled');
} else {
CommonTool.removeClass(par, e.className + '_disabled');
}
}
var scroll = new ScrollPic();
scroll.scrollContId = "J_Play_List"; //内容容器ID
scroll.arrLeftId = "J_Player_Prev"; //左箭头ID
scroll.arrRightId = "J_Player_Next"; //右箭头ID
scroll.listEvent = "onclick"; //切换事件
scroll.frameWidth = 532; //显示框宽度 **显示框宽度必须是翻页宽度的倍数
scroll.pageWidth = 133 * 3; //翻页宽度
scroll.upright = false; //垂直滚动
scroll.speed = 10; //移动速度(单位毫秒,越小越快)
scroll.space = 15; //每次移动像素(单位px,越大越快)
scroll.autoPlay = false; //自动播放
scroll.autoPlayTime = 5; //自动播放间隔时间(秒)
scroll.circularly = false;
scroll._move = scroll.move;
scroll.move = function(num, quick) {
scroll._move(num, quick);
toggle(scroll.arrRightId, scroll.eof);
toggle(scroll.arrLeftId, scroll.bof);
};
scroll.initialize(); //初始化
toggle(scroll.arrLeftId, scroll.bof);
})();
var autoPlayCheck = $("#J_Video_Autoplay")[0].checked;
var autoPlayFlv = 0;
var autoPlayH5 = false;
if(autoPlayCheck){
autoPlayFlv = 1;
var autoPlayH5 = true;
}
var flashConfig = {
url: "", // flash播放器地址,
container : "J_Article_Player",
id: "myMovie",
width: 525,
height: 430,
params : {
allowNetworking : "all",
allowScriptAccess : "always",
wmode : "opaque",
allowFullScreen : "true",
quality : "high"
},
attributes: {},
flashvars: {
autoPlay: autoPlayFlv, //是否自动播放
loop: 0,
autoLoad: 1,
thumbUrl: '',
tj: 1,
as: 1,
mode: 2
},
h5attr: {
autoPlay: autoPlayH5, //是否自动播放
controls: true, //是否显示控制条
loop: false,
poster: '', //视频加载前欲加载的图片地址,即播放器一开始显示的截图
preload: 'auto'
}
};
var videoList = [
{
video_id: '250633392',
source:'',
pid:'6',
url: 'http://video.sina.com.cn/view/250633392.html',
title:'贝尔训练课惊世侧钩'//,
//swfOutsideUrl:"http://you.video.sina.com.cn/api/sinawebApi/outplayrefer.php/video_id=250633392/s.swf"
},
]
(function($){
var Play = {
init: function(flashConfig, videoList){
this.flashConfig = flashConfig;
this.videoList = videoList;
this.playVideo = playVideo;
this.prev = this.current = 0;
this.length = this.videoList.length;
this.contNode = $("#J_Video_Autoplay");
this.titleNode = $("#J_Video_Source");
this.playListNode = $("#J_Play_List .J_Play_Item");
if(videoList.length!==1){
//显示小图
CommonTool.byId('J_Play_List_Wrap').style.display='';
}
if(videoList.length<5){
CommonTool.byId('J_Player_Prev').style.display='none';
CommonTool.byId('J_Player_Next').style.display='none';
}
this.initPlayer();
this.bind();
},
bind: function(){
var _this = this;
$("#J_Play_List").on("click", ".J_Play_Item a", function(e){
e.preventDefault();
_this.playCurrent($(this));
});
},
initPlayer: function(){
var _this = this;
this.player = this.playVideo(this.flashConfig);
this.player.init(this.videoList[this.prev]);
this.player.on("playCompleted", function(){
_this.playNext();
});
this.playListNode.eq(0).addClass("selected");
this.titleInfo = this.videoList[0].title;
if(this.videoList[0].url!=""){
this.titleInfo = ''+this.videoList[0].title+'';
}
if(this.videoList[0].source!==''){
this.titleInfo += '(来源:'+this.videoList[0].source+')';
}
this.titleNode.html(this.titleInfo);
},
playCurrent: function($this){
this.prev = this.current;
this.current = $this.parents(".J_Play_Item").index();
this.play(this.prev, this.current);
},
playNext: function(){
if(!this.contNode[0].checked){
return;
}
this.prev = this.current;
if(this.current >= this.length - 1){
return;
}
this.current++;
this.play(this.prev, this.current);
},
play: function(prev, current){
this.player.playVideo(this.videoList[current]);
this.titleInfo = this.videoList[current].title;
if(this.videoList[current].url!=""){
this.titleInfo = ''+this.videoList[current].title+'';
}
if(this.videoList[current].source!=""){
this.titleInfo += '(来源:'+this.videoList[current].source+')';
}
this.titleNode.html(this.titleInfo);
this.playListNode.eq(prev).removeClass("selected");
this.playListNode.eq(current).addClass("selected");
}
}
Play.init(flashConfig, videoList);
})(jQuery);
霍奇森(右)不在乎对手怎么说
新浪体育讯 北京时间今晚21点,欧洲杯B组英格兰对阵威尔士,赛前双方口水战不断,英格兰主帅霍奇森出来灭火,称多说无益场上见真章。
金立杯围甲第9轮20日周一进行,珠海万山客场战中信北京队将移师马耳他,而苏泊尔杭州将主场迎战河北新奥队,围甲鏖战渐入佳境,榜首之争日趋白热化。
打官司期间苹果手机销售不受影响
“美联储通讯社”希森拉特评论称,此次耶伦发言较两周前有所转变,此前她信心满满地表示美联储将在“接下来几个月”再次加息,但最新讲话并未有类似措辞。
周四016 欧洲杯 英格兰VS威尔士
“猴山亏本村民牢骚但我没有觉得失败”
2013年底,苏宁联合弘毅投资4.2亿美元入股PPTV聚力惊动业界,苏宁借此跃居PPTV聚力第一大股东,并进军文化领域。然而除了在电商大战中曾有过为数不多的几次业务交集外,PPTV聚力与苏宁的协同效应并不明显。直到2015年底,苏宁云商公告以25.88亿元的价格将持有的PPTV聚力68.08%的股权转让至苏宁文化。今年5月,“PPTV聚力”正式更名为“聚力”。
耶伦称,尽管市场动荡程度已经减轻,但全球经济仍然脆弱。因此美联储在确定货币政策时非常仔细谨慎。
确实,在A股市场逐渐走向国际化的过程中,不仅要对经不起推敲的市场传闻给予有效的遏制,而且还要从本质上维护好投资者的切身利益,增强投资者的索赔效率。否则,在股市不断成长壮大的过程中,即使股市融资、再融资功能得以充分发挥,却忽略了对市场投资者的切身利益保护,这无疑会挫伤股市的投资吸引力。
辽粤赛后记录台起冲突
【民生证券】
此外,这次车险费改将保费确定方式由原来的新车购置价改为投保时的实际价值,从这个层面来说,大多数车主的基础保费还是下降的。
发改委:副主任兼国家统计局局长、党组书记宁吉?在云南调研时强调,把防范和遏制统计弄虚作假、提高数据质量作为重大任务,目前,经济下行压力仍然较大。
点击下载【新浪体育客户端】,赛事视频直播尽在掌握
//分享到微博 单张图片分享
jsLoader(ARTICLE_JSS.sinalib).
jsLoader(ARTICLE_JSS.shareOnWeibo, function () {
WeiboShare.config({
source: ARTICLE_DATA.source,
sourceUrl: ARTICLE_DATA.sourceUrl,
uid: ARTICLE_DATA.uid,
encoding: 'gb2312',
selectShare: false,
channelId: ARTICLE_DATA.channelId
});
WeiboShare.init('#artibody');
});
.content_shareto{margin-top:-50px;}
欢迎发表评论
分享到:
bShare.addEntry({
title: '',
//url:"http://doc.sina.cn/?id=comos:fxtfrrf0467081",
pic: 'http://n.sinaimg.cn/sports/transform/20160616/Wv6Z-fxtfrrf0467073.jpg',
summary: document.getElementById('artibodyTitle')
.innerHTML.replace(/<[^]*?font[^]*?>/gi,"") })
(function(){
var user = sinaSSOController.get51UCCookie();
if(user){
document.write('');
};
})();
.fl {
float: left;
}
.fr {
float: right;
}
.content_print a.sc_link {
background: url(http://www.sinaimg.cn/dy/deco/2014/0312/sc_img/zw_sc_star.png) no-repeat;
padding: 1px 0 1px 17px;
_background-position: 0px -1px;
}
.sc_success_alert {
display: none;
padding: 30px 30px 18px;
width: 451px;
z-index: 20000;
top: 50%;
left: 50%;
margin-top: -168px;
margin-left: -250px;
position: fixed;
_position: absolute;
background: #fff;
border-radius: 3px;
font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}
.sc_success_alert .top {
margin-bottom: 25px;
height: 90px;
}
.sc_success_alert .bg {
width: 95px;
height: 80px;
border-right: 1px solid #cde5b8;
margin-top: 7px;
background: url(http://www.sinaimg.cn/dy/deco/2014/0312/sc_img/sc_suc.png) no-repeat;
}
.sc_success_alert .txt {
width: 335px;
padding-left: 20px;
}
.sc_success_alert .fir {
color: #61c520;
font-size: 28px;
height: 43px;
line-height: 42px;
}
.sc_success_alert .sec {
font-size: 14px;
line-height: 23px;
color: #717171;
}
.sc_success_alert .sec a {
color: #ff8c11;
}
.sc_success_alert .sec a:hover {
text-decoration: underline;
}
.sc_success_alert .sure {
width: 147px;
height: 41px;
font-size: 18px;
text-align: center;
line-height: 40px;
color: #fff;
background: #ff8400;
margin-top: 15px;
border-radius: 3px;
cursor: pointer;
}
.sc_success_alert .close {
position: absolute;
background: url(http://www.sinaimg.cn/dy/deco/2014/0312/sc_img/sc_suc_close.png) no-repeat;
right: 15px;
top: 15px;
width: 25px;
height: 25px;
cursor: pointer;
}
.sc_success_tit {
position: absolute;
z-index: 99999;
padding: 0 15px;
border: 1px solid #ccc;
background: #fff;
display: none;
_width: 150px;
}
.sc_success_tit .sp {
color: #666;
height: 30px;
line-height: 30px;
}
.sc_success_tit a.a {
color: #b60c0c;
padding-left: 8px;
height: 30px;
line-height: 30px;
}
.sc_success_tit a.a:hover {
text-decoration: underline;
}
.sc_success_tit .sp2 {
width: 11px;
height: 6px;
position: absolute;
top: -6px;
left: 50%;
margin-left: -5px;
background: url(http://www.sinaimg.cn/dy/deco/2014/0312/sc_img/sc_tit_top.png) no-repeat;
}
a.sc_txt_bc:hover {
text-decoration: none;
cursor: default;
color: #666;
}
.weibo_share_w {
position: relative;
bottom: -68px;
left: -115px;
float: none !important;
_zoom: 1;
}
.J_Comment_Count_Txt {
position: relative;
bottom: -58px;
right: -6px;
}
#media_comment {
position: static;
}
.content_print {
height: 40px;
line-height: 40px;
margin: -10px 30px -10px 40px;
}
#J_Post_Box_Count .J_Comment_Count_Txt {
position: static;
}
意见反馈 值班电话:010-62675595收藏 | 保存 | 打印 | 关闭
已收藏!
|