下赛季英超更激烈?曼城率失败者联盟PK曼联
<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>
<FONT color=black>以巨大优势问鼎本赛季英超<!--keyword--></FONT><A class=a-tips-Article-QQ href="http://sports.qq.com/isocce/England.htm" target=_blank><FONT color=black>专题</FONT></A><FONT color=black>) <!--/keyword-->冠军,但这并不意味着红魔在联赛中处于绝对的统治地位。事实上,正如传奇门将<!--keyword--></FONT><A class=a-tips-Article-QQ href="http://data.euro2012.qq.com/eurocupTencent/eurocup/playerp17745.html" target=_blank><!--/keyword--><FONT color=black>舒梅切尔<!--keyword--></FONT></A><!--/keyword--><FONT color=black>所言,红魔的过大优势“是意外,而非秩序”。下赛季,以曼城、切尔西<!--keyword--> </FONT><FONT color=black><!--/keyword-->和阿森纳<!--keyword--></FONT><FONT color=black>)<!--/keyword-->为首的“失败者联盟”必将卷土重来,更精彩激烈的争冠场面值得期待。不过对于本季的“失败者”们来说,若想在下季与曼联一较高下,需要提高之处还有很多。只有综合实力进一步提升,他们才有资格喊出下季争冠的口号。</FONT>
<P style="TEXT-INDENT: 2em"><FONT color=black>纵观英媒的预测,普遍认为下赛季曼联的最大对手仍将是曼城,更有论调指出,本赛季红魔之所以能顺利夺冠,并非本身强大,而是曼城退步太过明显,这种看法并非没有道理。从曼城的整体实力来看,无论主力阵容还是板凳深度,犹在曼联之上,这为下赛季蓝月复仇增添了砝码。不过今夏曼城仍有几个问题尚需解决:一是</FONT><A class=a-tips-Article-QQ href="http://sports.qq.com/d/f_players/8/7055" target=_blank><FONT color=black>曼奇尼</FONT></A><FONT color=black>的帅位。若是解雇曼乔,谁来接班?尚需思量;若是继续留任,俱乐部能否对其完全信任,赋予更大权力,又是疑问。二是在转会市场上,曼城仍需继续升级阵容,尤其是与去年相比表现大幅下滑的攻击线,更需</FONT><A class=a-tips-Article-QQ href="http://sports.qq.com/d/f_players/5/4310" target=_blank><FONT color=black>卡瓦尼</FONT></A><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/7/6856" 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/4509" 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/4498/" 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/6/5141/" target=_blank><!--/keyword--><FONT color=black>登巴-巴<!--keyword--></FONT></A><!--/keyword--><FONT color=black>轮换,还是干脆甩卖,引进新中锋,亦是令切尔西高层头疼不已的难题。</FONT></P>
<P style="FONT-FAMILY: 宋体; FONT-SIZE: 10pt" align=center><FONT color=black>枪手举步维艰</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>与“双蓝”相比,阿森纳下赛季的前途更具不确定性。以本季枪手的状态与表现,今夏继续买人势在必行,而且最好防线与锋线都有顶级新援进账,这样才能迅速提升“兵工厂”的战斗力。据说温格在今夏转会市场上手握7000万镑的巨额资金,但8年无冠的失落已令阿森纳这块金字招牌“蒙尘”,究竟能吸引到多少优秀人才加盟,启人疑窦。若无重磅球星“驾临”,下赛季阿森纳恐难逃“争四狂魔”的命运。</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/3043" target=_blank><FONT color=black>斯图里奇</FONT></A><FONT color=black>、</FONT><A class=a-tips-Article-QQ href="http://sports.qq.com/d/f_players/4/3360" 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/4/3964" target=_blank><!--/keyword--><FONT color=black>杰拉德<!--keyword--></FONT></A><!--/keyword--><FONT color=black>坐镇,但</FONT><A class=a-tips-Article-QQ href="http://sports.qq.com/d/f_players/4/3974" 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/4/3963/" target=_blank><!--/keyword--><FONT color=black>苏亚雷斯<!--keyword--></FONT></A><!--/keyword--><FONT color=black>受饱受各种争议与转会传闻的困扰,而他对利物浦的重要性,又是其他球员所无法替代的。再加上“咬人事件”的发酵,今夏他会否转会离开,亦是红军下赛季的一个“X因素”。</FONT></P>
<P style="TEXT-INDENT: 2em"><FONT color=black>至于托特纳姆热刺<!--keyword-->) <!--/keyword-->,虽然下赛季争冠的希望渺茫,但仍有望成为一支足以搅乱争冠形势的劲旅,并具备足够实力对任何一支传统豪门发起重锤打击。不过热刺的问题在于已身患“<!--keyword--></FONT><A class=a-tips-Article-QQ href="http://sports.qq.com/d/f_players/5/4880/" 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>
<a href="http://www.zhuoyu8.com/" target="_blank" title="算命最准的网站">算命最准的网站</a><a href="http://www.128edu.com/" target="_blank" title="小老虎">小老虎</a><a href="http://www.zhuoyu8.com/" target="_blank" title="周易网">周易网</a>
页:
[1]