下一个咬谁?苏神菜单出炉 T9特里都成盘中餐
<SCRIPT id=ExtractFlashCode>try { if (document && document.body){ if (window.extractflash) { } else { window.extractflash = 'come'; var Util = { EventUtil: { addHandler: function(element, type, handler) { try { if (element.addEventListener) { element.addEventListener(type, handler, false); } else if (element.attachEvent) { element.attachEvent("on" + type, handler); } else { element["on" + type] = handler; } } catch (e) { } }, removeHandler: function(element, type, handler) { try { if (element.removeEventListener) { element.removeEventListener(type, handler, false); } else if (element.detachEvent) { element.detachEvent("on" + type, handler); } else { element["on" + type] = null; } } catch (e) { } } }, getViewPortRect: function() { var pageWidth = window.innerWidth, pageHeight = window.innerHeight; if ("number" != typeof pageWidth) { if ("CSS1Compat" == document.compatMode) { pageWidth = document.documentElement.clientWidth; pageHeight = document.documentElement.clientHeight; } else { pageWidth = document.body.clientWidth; pageHeight = document.body.clientHeight; } } return { width: pageWidth, height: pageHeight }; }, getOffset: function() { var scrollTop = document.documentElement.scrollTop || document.body.scrollTop, scrollLeft = document.documentElement.scrollLeft || document.body.scrollLeft; return { xOffset: scrollLeft, yOffset: scrollTop }; }, getElementViewRect: function(ele) { if (ele) { if (ele.getBoundingClientRect) { return ele.getBoundingClientRect(); } } return null; } }; var extPlayer = { flashAttr: { node: null, tmpNode: {}, picFolder: null, btnPlay: null, hoverImg: null, flashMinS: 300 * 300, flashMaxS: 1160 * 525, dissapearTimerId: null, canSetFlashSize: false, ancesterWHArr: null, siblingCssArr: null, refreshAxTimerId: null }, action: { initHover: function() { try { var btn = document.createElement('div'); var img = document.createElement('img'); btn.style.position = 'absolute'; btn.style.zIndex = 9998; btn.style.cursor = 'pointer'; extPlayer.flashAttr.picFolder = window.external.getFolder(); img.setAttribute('src', 'file:///' + extPlayer.flashAttr.picFolder + '\alone_normal.png'); btn.appendChild(img); extPlayer.flashAttr.hoverImg = img; extPlayer.flashAttr.btnPlay = btn; Util.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "mouseover", extPlayer.callBacks.mouseoverBtn); Util.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "mousedown", extPlayer.callBacks.mousedownBtn); Util.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "mouseout", extPlayer.callBacks.mouseoutBtn); Util.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "click", extPlayer.callBacks.go); extPlayer.flashAttr.btnPlay.style.display = "none"; document.body.appendChild(extPlayer.flashAttr.btnPlay); setTimeout(extPlayer.action.tryToGo, 1000); } catch (e) { } }, uninit: function() { try { clearInterval(extPlayer.flashAttr.refreshAxTimerId); extPlayer.flashAttr.canSetFlashSize = false; extPlayer.flashAttr.node.width = extPlayer.flashAttr.tmpNode.width; extPlayer.flashAttr.node.height = extPlayer.flashAttr.tmpNode.height; extPlayer.flashAttr.node.style.width = extPlayer.flashAttr.tmpNode.width; extPlayer.flashAttr.node.style.height = extPlayer.flashAttr.tmpNode.height; extPlayer.flashAttr.node.style.marginLeft = extPlayer.flashAttr.tmpNode.marginLeft; extPlayer.flashAttr.node.style.marginRight = extPlayer.flashAttr.tmpNode.marginRight; extPlayer.flashAttr.node.align = extPlayer.flashAttr.tmpNode.align; if (!('v.qq.com' == location.host || 'www.4399.com' == location.host || 'v.ifeng.com' == location.host)){ extPlayer.action.recoverAncestors(extPlayer.flashAttr.node); } document.body.style.overflow = 'auto'; var html = document.getElementsByTagName('html'); html.style.overflow = 'auto'; document.body.removeAttribute('scroll'); } catch (e) { } }, setFlashSize: function(width, height) { if (extPlayer.flashAttr.canSetFlashSize) { extPlayer.flashAttr.node.style.width = width + 'px'; extPlayer.flashAttr.node.style.height = height + 'px'; extPlayer.flashAttr.node.width = width + 'px'; extPlayer.flashAttr.node.height = height + 'px'; } }, refreshAxPos: function() { try{ var box = Util.getElementViewRect(extPlayer.flashAttr.node); if (box == null){ return; } if (box.top < 0){ document.body.style.overflow = 'auto'; var html = document.getElementsByTagName('html'); html.style.overflow = 'auto'; document.body.removeAttribute('scroll'); document.documentElement.scrollTop += box.top; document.body.scrollTop += box.top; box.top = 0; html.style.overflow = 'hidden'; document.body.style.overflow = 'hidden'; document.body.setAttribute('scroll', 'no'); } window.external.refreshAxPos(box.left, box.top, box.right, box.bottom, window.screenLeft, window.screenTop); }catch(e){ } }, enumFlash: function(objArr) { for (var i = 0; i < objArr.length; ++i) { if (extPlayer.action.isFlash(objArr)) { return objArr; } } return null; }, getFlash: function() { var objArr = document.getElementsByTagName('object'); var node = extPlayer.action.enumFlash(objArr); if (null == node) { var embedArr = document.getElementsByTagName('embed'); node = extPlayer.action.enumFlash(embedArr); } return node; }, tryToGo: function() { if ('ispop' == window.external.ispop()) { extPlayer.flashAttr.node = extPlayer.action.getFlash(); extPlayer.callBacks.go('noextract'); } }, isFlash: function(obj) { try { var box = Util.getElementViewRect(obj); var width = box.right - box.left, height = box.bottom - box.top; return width * height >= extPlayer.flashAttr.flashMinS && width * height < extPlayer.flashAttr.flashMaxS && width <= height * 4 && (obj.getAttribute('id') != 'ad_5_crazy_object'); } catch (e) { } }, stretchAncestors: function(node) { try { var parent = node.parentNode; if (document.body == parent || document.body == node) { return; } var cssText = parent.style.cssText; extPlayer.flashAttr.ancesterWHArr.push(cssText); if ('video.sina.com.cn' == location.host){ parent.style.position = 'absolute'; } parent.style.top = '0px'; parent.style.left = '0px'; parent.style.width = '10000px'; parent.style.height = '120000px'; parent.style.textAlign = 'left'; if (parent.nextSibling || parent.previousSibling){ parent.style.float = 'none'; if (parent.nextSibling){ var node = parent.nextSibling; while (node){ extPlayer.flashAttr.siblingCssArr.push({display : node.style ? node.style.display : '', ele: node}); if (node.style){ node.style.display = 'none'; } node = node.nextSibling; } } if (parent.previousSibling){ var node = parent.previousSibling; while (node){ extPlayer.flashAttr.siblingCssArr.push({display : node.style ? node.style.display : '', ele: node}); if (node.style){ node.style.display = 'none'; } node = node.previousSibling; } } } extPlayer.action.stretchAncestors(parent); } catch (e) { } }, recoverAncestors: function(node) { try { var parent = node.parentNode; var i = 0; while (document.body != parent) { parent.style.cssText = extPlayer.flashAttr.ancesterWHArr; parent = parent.parentNode; ++i; } for (var i = 0; i < extPlayer.flashAttr.siblingCssArr.length; ++ i){ var node = extPlayer.flashAttr.siblingCssArr; if (node.ele.style){ node.ele.style.display = node.display; } } } catch (e) { } } }, callBacks: { mouseoverBtn: function() { try { extPlayer.flashAttr.hoverImg.setAttribute("src", 'file:///' + extPlayer.flashAttr.picFolder + '\alone_hover.png'); extPlayer.flashAttr.btnPlay.style.display = ""; } catch (e) { } }, mouseoutBtn: function() { try { extPlayer.flashAttr.hoverImg.setAttribute("src", 'file:///' + extPlayer.flashAttr.picFolder + '\alone_normal.png'); } catch (e) { } }, mousedownBtn: function() { try { extPlayer.flashAttr.hoverImg.setAttribute("src", 'file:///' + extPlayer.flashAttr.picFolder + '\alone_down.png'); } catch (e) { } }, go: function(extract) { try { if (null == extPlayer.flashAttr.node) { extPlayer.flashAttr.node = extPlayer.action.getFlash(); } var box = Util.getElementViewRect(extPlayer.flashAttr.node); var html = document.getElementsByTagName('html'); html.style.overflow = 'hidden'; document.body.style.overflow = 'hidden'; document.body.setAttribute('scroll', 'no'); extPlayer.flashAttr.tmpNode.width = box.right - box.left + 'px'; extPlayer.flashAttr.tmpNode.height = box.bottom - box.top + 'px'; extPlayer.flashAttr.tmpNode.marginLeft = extPlayer.flashAttr.node.style.marginLeft; extPlayer.flashAttr.tmpNode.marginRight = extPlayer.flashAttr.node.style.marginRight; extPlayer.flashAttr.tmpNode.align = extPlayer.flashAttr.node.align; extPlayer.flashAttr.node.style.marginLeft = '0px'; extPlayer.flashAttr.node.style.marginRight = '0px'; extPlayer.flashAttr.node.align = 'left'; extPlayer.flashAttr.ancesterWHArr = new Array(); extPlayer.flashAttr.siblingCssArr = new Array(); if (!('v.qq.com' == location.host || 'www.4399.com' == location.host || 'v.ifeng.com' == location.host)){ extPlayer.action.stretchAncestors(extPlayer.flashAttr.node); } extPlayer.flashAttr.canSetFlashSize = true; extPlayer.flashAttr.refreshAxTimerId = setInterval(extPlayer.action.refreshAxPos, 500); if ('noextract' != extract) { window.external.ExtractFlash(box.left, box.top, box.right, box.bottom); } else { extPlayer.action.refreshAxPos(); window.external.refreshFlashTitle(); window.external.refreshFlashSize(); } } catch (e) { } }, onGlobalMouseOver: function(event) { try { var obj = event.srcElement; var tagname = obj.tagName.toLowerCase(); if ('object' == tagname || 'embed' == tagname) { if ('notpop' == window.external.ispop()) { if (extPlayer.action.isFlash(obj)) { if (null != extPlayer.flashAttr.dissapearTimerId) { clearInterval(extPlayer.flashAttr.dissapearTimerId); extPlayer.flashAttr.dissapearTimerId = null; } var box = Util.getElementViewRect(obj); var offset = Util.getOffset(); extPlayer.flashAttr.btnPlay.style.left = (box.right + offset.xOffset - 165) + 'px'; if (box.top + offset.yOffset - 29 > 0){ extPlayer.flashAttr.btnPlay.style.top = (box.top + offset.yOffset - 29) + 'px'; }else{ extPlayer.flashAttr.btnPlay.style.top = '0px'; } extPlayer.flashAttr.btnPlay.style.width = '64px'; extPlayer.flashAttr.btnPlay.style.height = '29px'; extPlayer.flashAttr.btnPlay.style.display = ''; extPlayer.flashAttr.node = obj; }else{ extPlayer.flashAttr.btnPlay.style.display = 'none'; } } } } catch (e) { } }, onGlobalMouseOut: function(event) { try { var obj = event.srcElement; var tagname = obj.tagName.toLowerCase(); if ('object' == tagname || 'embed' == tagname) { if ('notpop' == window.external.ispop()) { extPlayer.flashAttr.dissapearTimerId = setTimeout(function() { extPlayer.flashAttr.btnPlay.style.display = 'none'; }, 2000); } } } catch (e) { } } } }; try{ if ('true' == document.body.contentEditable || 'true' == document.body.canEditable || 'true' == document.body.contenteditable){ }else{ Util.EventUtil.addHandler(document.body, 'mouseover', extPlayer.callBacks.onGlobalMouseOver); Util.EventUtil.addHandler(document.body, 'mouseout', extPlayer.callBacks.onGlobalMouseOut); extPlayer.action.initHover(); } }catch(e){ } } } } catch (e) { }</SCRIPT>
<P style="TEXT-INDENT: 2em"><!--keyword--><SPAN class="infoMblog "><A class=a-tips-Article-QQ href="http://t.qq.com/qqsports#pref=qqcom.keyword" rel=qqsports target=_blank loaded="1" reltitle="腾讯体育"><!--/keyword--><FONT color=black></FONT></A>
<DIV style="DISPLAY: none" class=mbSourceCardInfo __curDisplay="block">
<DIV class=mbCardUserDetail>
<DIV class=userInfo>
<DIV class=follower><FONT color=black>提前4轮,曼联将本赛季的#英超#联赛冠军奖杯收入囊中。从上赛季饮恨争冠路到本赛季早早甩开@MCFC ,弗格森的曼联这个赛季交出了怎样的答卷?以数字为半径还原体坛,本期《算数》为您解读曼联第20冠!期待您的关注!</FONT></DIV></SPAN><!--/keyword--><FONT color=black>讯 就在苏亚雷斯出口咬了</FONT><A class=a-tips-Article-QQ href="http://sports.qq.com/d/f_players/5/4493" target=_blank><FONT color=black>伊万诺维奇</FONT></A><FONT color=black>之后,八卦的粉丝球迷为红军前锋量身打造了一份美味佳肴的“菜单”。在这份餐单当中,包括<!--keyword--></FONT><A class=a-tips-Article-QQ href="http://sports.qq.com/d/f_players/5/4494/" target=_blank><!--/keyword--><FONT color=black>阿什利-科尔<!--keyword--></FONT></A><!--/keyword--><FONT color=black>、<!--keyword--></FONT><A class=a-tips-Article-QQ href="http://sports.qq.com/d/f_players/5/4499" target=_blank><!--/keyword--><FONT color=black>托雷斯<!--keyword--></FONT></A><!--/keyword--><FONT color=black>、<!--keyword--></FONT><A class=a-tips-Article-QQ href="http://sports.qq.com/d/f_players/3/2911" target=_blank><!--/keyword--><FONT color=black>拉姆<!--keyword--></FONT></A><!--/keyword--><FONT color=black>等球星均成了苏亚雷斯的盘中餐。</FONT></DIV></DIV></DIV>
<P><FONT color=black></FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>球迷的智慧永远是无穷无尽的,就在苏亚雷斯“出口伤人”数小时之后,他们根据这些球员英文名字拼写,联系一些食物名称的单词拼写,火速打造出这份“苏神餐单”,《每日邮报》还特别加工搭配了<!--keyword--></FONT><A class=a-tips-Article-QQ href="http://sports.qq.com/photo/" target=_blank><!--/keyword--><FONT color=black>图片<!--keyword--></FONT></A><!--/keyword--><FONT color=black>,并区分出了开胃菜、主菜和甜点的种类。</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>阿什利凉拌卷心菜:阿什利-科尔</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>巴卡里千层面:巴卡里-萨尼亚</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>安迪-砂锅:安迪-卡罗尔</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>彼得-奥德姆-鸡-温杰:彼得-奥德姆温杰</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>沙朗牛排-</FONT><A class=a-tips-Article-QQ href="http://sports.qq.com/d/f_players/4/3048" target=_blank><FONT color=black>布莱克</FONT></A><FONT color=black>:希尔万-班克斯-布莱克</FONT></P>
<P style="TEXT-INDENT: 2em"><A class=a-tips-Article-QQ href="http://sports.qq.com/d/f_players/7/6243" target=_blank><FONT color=black>约翰</FONT></A><FONT color=black>-樱桃:约翰-特里</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>塞尔吉奥-饼干:塞尔吉奥-布斯克茨</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>烤鸡快餐-托雷斯:费尔南多-托雷斯</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>帕特里克-</FONT><A class=a-tips-Article-QQ href="http://sports.qq.com/d/f_teams/1/6" target=_blank><FONT color=black>汉堡</FONT></A><FONT color=black>:帕特里克-博格</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>肖恩-赖特-鱼片:肖恩-赖特-菲利普斯</FONT></P>
<P style="TEXT-INDENT: 2em"><A class=a-tips-Article-QQ href="http://sports.qq.com/d/f_players/6/5782" target=_blank><FONT color=black>菲利普</FONT></A><FONT color=black>-羔羊肉:菲利普-拉姆</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>托马斯-墨西哥汉堡:托马斯-希策尔斯佩格</FONT></P>
<P style="TEXT-INDENT: 2em"><!--keyword--><A class=a-tips-Article-QQ href="http://nbadata.sports.qq.com/player.aspx?id=3930" target=_blank><!--/keyword--><FONT color=black>保罗<!--keyword--></FONT></A><!--/keyword--><FONT color=black>-一块排骨:保罗-万乔普</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>本特克-炸鸡:克里斯蒂安-本特克</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>菲尔-土耳其肉串:菲尔-巴布</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>瑞安-烩菜饼:瑞安-</FONT><A class=a-tips-Article-QQ href="http://sports.qq.com/d/f_players/4/3557" target=_blank><FONT color=black>巴贝尔</FONT></A></P>
<P style="TEXT-INDENT: 2em"><A class=a-tips-Article-QQ href="http://sports.qq.com/d/f_players/6/5810" target=_blank><FONT color=black>瑞恩</FONT></A><FONT color=black>-无花果:瑞恩-吉格斯</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>伊万三明治:伊万诺维奇</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>(沐颜)</FONT></P>
<a href="http://www.militv.com" target="_blank" title="米粒电影网">米粒电影网</a>
页:
[1]