CINXE.COM

BBC Sport - Sport

<!DOCTYPE html> <html lang="en-GB" id="front-page-no-brand" class="front-page"> <!--Rendered by NOLAPPS202-6007 --> <head><script type="text/javascript" src="https://web-static.archive.org/_static/js/bundle-playback.js?v=7YQSqjSh" charset="utf-8"></script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="https://web-static.archive.org/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.bbc.co.uk/sport/0/","20140116164302","https://web.archive.org/","web","https://web-static.archive.org/_static/", "1389890582"); </script> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/banner-styles.css?v=p7PEIJWi" /> <link rel="stylesheet" type="text/css" href="https://web-static.archive.org/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=8"/> <title>BBC Sport - Sport</title> <meta name="description" content="BBC Sport - live sports coverage, breaking news, results, video, audio and analysis on Football, F1, Cricket, Rugby Union, Rugby League, Golf, Tennis and all the main world sports, plus major events like the Olympic Games."/> <meta name="keywords" content="BBC, Sport, BBC Sport, bbc.co.uk, world, uk, international, foreign, british, online, service"/> <link rel="schema.dcterms" href="http://purl.org/dc/terms/"/> <meta name="DCTERMS.created" content="2011/12/12T11:56:10+00:00"/> <meta name="DCTERMS.modified" content="2014/01/16T16:39:49+00:00"/> <meta name="UKFS_URL" content="/sport/0/"/> <meta name="Headline" content="INDEX "/> <meta name="IFS_URL" content="/sport/0/"/> <meta name="Section" content="Sport"/> <meta name="contentFlavor" content="INDEX"/> <meta name="bbcsearch_noindex" content="atom"/> <link href="https://web.archive.org/web/20140116164302/http://feeds.bbci.co.uk/sport/0/rss.xml" rel="alternate" type="application/rss+xml" title="BBC Sport - Sport"/> <!-- THIS FILE CONFIGURES SPORT V6 --> <!-- hi/news/head_first.inc --> <!-- Next line brings in IGOR variables and redirection --> <!-- IGOR Sport --> <script> /*<![CDATA[*/ window.bbcredirection = { geo: true } /*]]>*/ </script> <!-- PULSE_ENABLED:yes --> <link rel="index" href="http://www.bbc.co.uk/a-z/" title="A to Z"/> <link rel="copyright" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/terms/" title="Terms of Use"/> <link rel="icon" href="https://web.archive.org/web/20140116164302im_/http://www.bbc.co.uk/favicon.ico" type="image/x-icon"/> <meta name="viewport" content="width = 996"/> <script type="text/javascript">/*<![CDATA[*/ window.orb = window.orb || {}; (function() { 'use strict'; window.fig = window.fig || {}; window.fig.manager = { include: function(w) { w = w || window; var d = w.document, c = d.cookie, f = c.match(/ckns_orb_fig=([^;]+)/); if ( !f && c.indexOf('ckns_orb_nofig=1') > -1 ) { this.setFig(w, {no:1}); } else { if (f) { eval('f = ' + decodeURIComponent(RegExp.$1) + ';') this.setFig(w, f); } d.write('<script src="https://web.archive.org/web/20140116164302/http://www.live.bbc.co.uk/frameworks/fig/1/fig.js"><'+'/script>'); } }, confirm: function(w) { w = w || window; if (w.orb && w.orb.fig && w.orb.fig('no')) { this.setFigCookie(w); } if (w.orb === undefined || w.orb.fig === undefined) { this.setFig(w, {no:1}); this.setFigCookie(w); } }, setFigCookie: function(w) { w.document.cookie = 'ckns_orb_nofig=1; expires=' + new Date(new Date().getTime() + 1000 * 60 * 10).toGMTString() + ';'; }, setFig: function(w, f){ (function(){var o=f;w.orb=w.orb||{};w.orb.fig=function(k){return (arguments.length)? o[k]:o};})(); } } })(); fig.manager.include(); /*]]>*/</script> <script type="text/javascript"> fig.manager.confirm(); </script> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20140116164302cs_/http://static.bbci.co.uk/frameworks/barlesque/2.59.1/desktop/3.5/style/main.css"/> <script type="text/javascript">/*<![CDATA[*/ (function(undefined){if(!window.bbc){window.bbc={}}var ROLLING_PERIOD_DAYS=30;window.bbc.Mandolin=function(id,segments,opts){var now=new Date().getTime(),storedItem,DEFAULT_START=now,DEFAULT_RATE=1,COOKIE_NAME="ckpf_mandolin";opts=opts||{};this._id=id;this._segmentSet=segments;this._store=new window.window.bbc.Mandolin.Storage(COOKIE_NAME);this._opts=opts;this._rate=(opts.rate!==undefined)?+opts.rate:DEFAULT_RATE;this._startTs=(opts.start!==undefined)?new Date(opts.start).getTime():new Date(DEFAULT_START).getTime();this._endTs=(opts.end!==undefined)?new Date(opts.end).getTime():daysFromNow(ROLLING_PERIOD_DAYS);this._signupEndTs=(opts.signupEnd!==undefined)?new Date(opts.signupEnd).getTime():this._endTs;this._segment=null;if(typeof id!=="string"){throw new Error("Invalid Argument: id must be defined and be a string")}if(Object.prototype.toString.call(segments)!=="[object Array]"){throw new Error("Invalid Argument: Segments are required.")}if(opts.rate!==undefined&&(opts.rate<0||opts.rate>1)){throw new Error("Invalid Argument: Rate must be between 0 and 1.")}if(this._startTs>this._endTs){throw new Error("Invalid Argument: end date must occur after start date.")}if(!(this._startTs<this._signupEndTs&&this._signupEndTs<=this._endTs)){throw new Error("Invalid Argument: SignupEnd must be between start and end date")}removeExpired.call(this,now);if((storedItem=this._store.getItem(this._id))){this._segment=storedItem.segment}else{if(this._startTs<=now&&now<this._signupEndTs&&now<=this._endTs&&this._store.isEnabled()===true){this._segment=pick(segments,this._rate);if(opts.end===undefined){this._store.setItem(this._id,{segment:this._segment})}else{this._store.setItem(this._id,{segment:this._segment,end:this._endTs})}log.call(this,"mandolin_segment")}}log.call(this,"mandolin_view")};window.bbc.Mandolin.prototype.getSegment=function(){return this._segment};function log(actionType,params){var that=this;require(["istats-1"],function(istats){istats.log(actionType,that._id+":"+that._segment,params?params:{})})}function removeExpired(expires){var items=this._store.getItems(),expiresInt=+expires;for(var key in items){if(items[key].end!==undefined&&+items[key].end<expiresInt){this._store.removeItem(key)}}}function getLastExpirationDate(data){var winner=0,rollingExpire=daysFromNow(ROLLING_PERIOD_DAYS);for(var key in data){if(data[key].end===undefined&&rollingExpire>winner){winner=rollingExpire}else{if(+data[key].end>winner){winner=+data[key].end}}}return(winner)?new Date(winner):new Date(rollingExpire)}window.bbc.Mandolin.prototype.log=function(params){log.call(this,"mandolin_log",params)};window.bbc.Mandolin.prototype.convert=function(params){log.call(this,"mandolin_convert",params);this.convert=function(){}};function daysFromNow(n){var endDate;endDate=new Date().getTime()+(n*60*60*24)*1000;return endDate}function pick(segments,rate){var picked,min=0,max=segments.length-1;if(typeof rate==="number"&&Math.random()>rate){return null}do{picked=Math.floor(Math.random()*(max-min+1))+min}while(picked>max);return segments[picked]}window.bbc.Mandolin.Storage=function(name){this._cookieName=name;this._isEnabled=(bbccookies.isAllowed(this._cookieName)===true&&bbccookies.cookiesEnabled()===true)};window.bbc.Mandolin.Storage.prototype.setItem=function(key,value){var storeData=this.getItems();storeData[key]=value;this.save(storeData);return value};window.bbc.Mandolin.Storage.prototype.isEnabled=function(){return this._isEnabled};window.bbc.Mandolin.Storage.prototype.getItem=function(key){var storeData=this.getItems();return storeData[key]};window.bbc.Mandolin.Storage.prototype.removeItem=function(key){var storeData=this.getItems();delete storeData[key];this.save(storeData)};window.bbc.Mandolin.Storage.prototype.getItems=function(){return deserialise(this.readCookie(this._cookieName)||"")};window.bbc.Mandolin.Storage.prototype.save=function(data){window.bbccookies.set(this._cookieName+"="+encodeURIComponent(serialise(data))+"; expires="+getLastExpirationDate(data).toUTCString()+";")};window.bbc.Mandolin.Storage.prototype.readCookie=function(name){var nameEQ=name+"=",ca=window.bbccookies.get().split(";"),i,c;for(i=0;i<ca.length;i++){c=ca[i];while(c.charAt(0)===" "){c=c.substring(1,c.length)}if(c.indexOf(nameEQ)===0){return decodeURIComponent(c.substring(nameEQ.length,c.length))}}return null};function serialise(o){var str="";for(var p in o){if(o.hasOwnProperty(p)){str+='"'+p+'"'+":"+(typeof o[p]==="object"?(o[p]===null?"null":"{"+serialise(o[p])+"}"):'"'+o[p].toString().replace(/"/g,'\\"')+'"')+","}}return str.replace(/,\}/g,"}").replace(/,$/g,"")}function deserialise(str){var o;eval("o = {"+str+"}");return o}})(); /*]]>*/</script> <script type="text/javascript">/*<![CDATA[*/ if (typeof bbccookies_flag === 'undefined') { bbccookies_flag = 'ON'; } showCTA_flag = false; cta_enabled = (showCTA_flag && (bbccookies_flag === 'ON') ); (function(){var e="ckns_policy",m="Thu, 01 Jan 1970 00:00:00 GMT",k={ads:true,personalisation:true,performance:true,necessary:true};function f(p){if(f.cache[p]){return f.cache[p]}var o=p.split("/"),q=[""];do{q.unshift((o.join("/")||"/"));o.pop()}while(q[0]!=="/");f.cache[p]=q;return q}f.cache={};function a(p){if(a.cache[p]){return a.cache[p]}var q=p.split("."),o=[];while(q.length&&"|co.uk|com|".indexOf("|"+q.join(".")+"|")===-1){if(q.length){o.push(q.join("."))}q.shift()}f.cache[p]=o;return o}a.cache={};function i(o,t,p){var z=[""].concat(a(window.location.hostname)),w=f(window.location.pathname),y="",r,x;for(var s=0,v=z.length;s<v;s++){r=z[s];for(var q=0,u=w.length;q<u;q++){x=w[q];y=o+"="+t+";"+(r?"domain="+r+";":"")+(x?"path="+x+";":"")+(p?"expires="+p+";":"");bbccookies.set(y,true)}}}window.bbccookies={_setEverywhere:i,cookiesEnabled:function(){var o="ckns_testcookie"+Math.floor(Math.random()*100000);this.set(o+"=1");if(this.get().indexOf(o)>-1){g(o);return true}return false},set:function(o){return document.cookie=o},get:function(){return document.cookie},_setPolicy:function(o){return h.apply(this,arguments)},readPolicy:function(o){return b.apply(this,arguments)},_deletePolicy:function(){i(e,"",m)},isAllowed:function(){return true},_isConfirmed:function(){return c()!==null},_acceptsAll:function(){var o=b();return o&&!(j(o).indexOf("0")>-1)},_getCookieName:function(){return d.apply(this,arguments)},_showPrompt:function(){var o=(!this._isConfirmed()&&window.cta_enabled&&this.cookiesEnabled()&&!window.bbccookies_disable);return(window.orb&&window.orb.fig)?o&&(window.orb.fig("no")||window.orb.fig("ck")):o}};bbccookies._getPolicy=bbccookies.readPolicy;function d(p){var o=(""+p).match(/^([^=]+)(?==)/);return(o&&o.length?o[0]:"")}function j(o){return""+(o.ads?1:0)+(o.personalisation?1:0)+(o.performance?1:0)}function h(r){if(typeof r==="undefined"){r=k}if(typeof arguments[0]==="string"){var o=arguments[0],q=arguments[1];if(o==="necessary"){q=true}r=b();r[o]=q}else{if(typeof arguments[0]==="object"){r.necessary=true}}var p=new Date();p.setYear(p.getFullYear()+1);p=p.toUTCString();bbccookies.set(e+"="+j(r)+";domain=bbc.co.uk;path=/;expires="+p+";");bbccookies.set(e+"="+j(r)+";domain=bbc.com;path=/;expires="+p+";");return r}function l(o){if(o===null){return null}var p=o.split("");return{ads:!!+p[0],personalisation:!!+p[1],performance:!!+p[2],necessary:true}}function c(){var o=new RegExp("(?:^|; ?)"+e+"=(\\d\\d\\d)($|;)"),p=document.cookie.match(o);if(!p){return null}return p[1]}function b(o){var p=l(c());if(!p){p=k}if(o){return p[o]}else{return p}}function g(o){return document.cookie=o+"=;expires="+m+";"}function n(){var o='<script type="text/javascript" src="https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/bbccookies/0.6.2/script/bbccookies.js"><\/script>';if(window.bbccookies_flag==="ON"&&!bbccookies._acceptsAll()&&!window.bbccookies_disable){document.write(o)}}n()})(); /*]]>*/</script> <script type="text/javascript"> if (! window.gloader) { window.gloader = [ "glow", {map: "https://web.archive.org/web/20140116164302/http://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script> <script type="text/javascript" src="https://web.archive.org/web/20140116164302js_/http://node1.bbcimg.co.uk/glow/gloader.0.1.6.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20140116164302js_/http://static.bbci.co.uk/frameworks/requirejs/0.13.1/sharedmodules/require.js"></script> <script type="text/javascript"> bbcRequireMap = {"jquery-1":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.7.2", "jquery-1.4":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.4", "jquery-1.9":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.9.1", "swfobject-2":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2", "demi-1":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/demi/0.10.0/sharedmodules/demi-1", "gelui-1":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1", "cssp!gelui-1/overlay":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1/overlay.css", "istats-1":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/istats/0.17.1/modules/istats-1", "relay-1":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/relay/0.2.4/sharedmodules/relay-1", "clock-1":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1", "canvas-clock-1":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/canvas-clock-1", "cssp!clock-1":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1.css", "jssignals-1":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1", "jcarousel-1":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/jcarousel/0.1.10/modules/jcarousel-1"}; require({ baseUrl: 'https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/', paths: bbcRequireMap, waitSeconds: 30 }); </script> <script type="text/javascript" src="https://web.archive.org/web/20140116164302js_/http://static.bbci.co.uk/frameworks/barlesque/2.59.1/desktop/3.5/script/barlesque.js"></script> <!--[if IE 6]> <script type="text/javascript"> try { document.execCommand("BackgroundImageCache",false,true); } catch(e) {} </script> <style type="text/css"> /* Use filters for IE6 */ #blq-blocks a { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.59.1/desktop/3.5//img/blq-blocks_white_alpha.png', sizingMethod='image'); } .blq-masthead-focus #blq-blocks a, .blq-mast-text-dark #blq-blocks a { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.59.1/desktop/3.5//img/blq-blocks_grey_alpha.png', sizingMethod='image'); } #blq-nav-search button span { background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.59.1/desktop/3.5//img/blq-search_grey_alpha.png', sizingMethod='image'); } #blq-nav-search button img { position: absolute; left: -999em; } </style> <![endif]--> <!--[if (IE 7])|(IE 8)> <style type="text/css"> .blq-clearfix { display: inline-block; } </style> <![endif]--> <script type="text/javascript"> blq.setEnvironment('live'); if (blq.setLabel) blq.setLabel('searchSuggestion', "Search"); if (! /bbc\.co\.uk$/i.test(window.location.hostname) ) { document.documentElement.className += ' blq-not-bbc-co-uk'; } </script> <script type="text/javascript"> /*<![CDATA[*/ function oqsSurveyManager(w, flag) { /* We use the pulse survey 70% of the time */ var defaultThreshold = 0.7, usePulseThreshold = (flag === 'OFF')? 1 : defaultThreshold; w.oqs = w.oqs || {}; w.oqs.usePulseThreshold = (w.document.cookie.match(/(?:^|; *)ckns_oqs_usePulseThreshold=([\d.]+)/)? RegExp.$1 : usePulseThreshold); w.oqs.usePulse = (w.Math.random() < w.oqs.usePulseThreshold); if (!w.oqs.usePulse) { /* Please note that this script and it's unminified version are included 3 times in the Barlesque code base - one for each Barlesque version */ w.document.write('<script type="text/javascript" src="https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/frameworks/barlesque/2.59.1/desktop/3.5/script/vendor/edr.js"><'+'/script>'); } } oqsSurveyManager(window, 'ON'); /*]]>*/ </script> <script type="text/javascript" src="https://web.archive.org/web/20140116164302js_/http://static.bbci.co.uk/frameworks/pulsesurvey/0.9.3/script/pulse.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20140116164302js_/http://www.bbc.co.uk/survey/pulse/conf.js"></script> <script type="text/javascript"> pulse.translations.intro = "We are always looking to improve the site and your opinions count."; pulse.translations.question = "Do you have a few minutes to tell us what you think about this site?"; pulse.translations.accept = "Yes"; pulse.translations.reject = "No"; </script> <link rel="stylesheet" href="https://web.archive.org/web/20140116164302cs_/http://static.bbci.co.uk/frameworks/pulsesurvey/0.9.3/style/pulse.css" type="text/css"/> <!--[if gte IE 6]> <style type="text/css"> .pulse-pop li{display:inline;width:40px} </style> <![endif]--> <!--[if IE 6]> <style type="text/css"> .pulse-pop li{display:inline;width:40px} .pulse-pop #pulse-q{background:url(http://static.bbci.co.uk/frameworks/pulsesurvey/0.9.3/img/pulse_bg.gif) no-repeat} .pulse-pop #pulse-a{background:url(http://static.bbci.co.uk/frameworks/pulsesurvey/0.9.3/img/pulse_bg.gif) bottom no-repeat;} </style> <![endif]--> <!--[if IE 7]> <style type="text/css"> .pulse-pop #pulse-a{zoom:1} </style> <![endif]--> <script type="text/javascript"> /* <![CDATA[ */ define('id-statusbar-config', { 'translation_signedout': "Sign in", 'translation_signedin': "Your account", 'use_overlay' : false, 'signin_url' : "https://web.archive.org/web/20140116164302/https://ssl.bbc.co.uk/id/signin?ptrt=http://www.bbc.co.uk/sport/0/", 'locale' : "en-GB", 'policyname' : "", 'ptrt' : "https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/" }); /* ]]> */ </script> <script type="text/javascript"> (function () { if (! window.require) { throw new Error('idcta: could not find require'); } var map = {}; map['idapp-1'] = 'https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/idapp/0.62.0/modules/idapp/idapp-1'; map['idcta/idcta-1'] = 'https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/id/0.23.0/modules/idcta/idcta-1'; require({paths: map}); define('id-config', {"idapp":{"version":"0.62.0","hostname":"ssl.bbc.co.uk","tld":"bbc.co.uk"},"idtranslations":{"version":"0.27.1"},"identity":{"baseUrl":"https:\/\/web.archive.org\/web\/20140116164302\/https:\/\/talkback.live.bbc.co.uk\/identity"},"pathway":{"name":null,"staticAssetUrl":"https:\/\/web.archive.org\/web\/20140116164302\/http:\/\/static.bbci.co.uk\/idapp\/0.62.0\/modules\/idapp\/idapp-1\/View.css"}}); })(); </script> <script type="text/javascript"> if (! window.gloader) { window.gloader = [ "glow", {map: "https://web.archive.org/web/20140116164302/http://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script> <style type="text/css">.bbccom_display_none{display:none;}</style> <script type="text/javascript"> /*<![CDATA[*/ if (bbcdotcom === undefined) { var bbcdotcom = { data: {}, advert: { write: function () {}, show: function () {}, isActive: function () { return false; } }, objects: function(str) { return false; } }; } bbcdotcom.objects = function (strName, action, obj) { var nameParts, i, len; nameParts = strName.split("."); if (action === undefined) { action = 'valid'; } if (obj === undefined) { obj = window; } for (i = 0, len = nameParts.length; i < len; i++) { if (obj[nameParts[i]] === undefined) { if (action === 'create') { obj[nameParts[i]] = {}; } else { return false; } } else if (typeof obj[nameParts[i]] === 'function') { if(obj[nameParts[i]]() !== undefined) { return obj[nameParts[i]](); } } obj = obj[nameParts[i]]; } return obj; }; bbcdotcom.objects('bbcdotcom.config', 'create'); bbcdotcom.config =(function(ads, analytics) { var adsEnabled=ads, analyticsEnabled=analytics, jsPrefix="https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/bbcdotcom/0.3.215/script", swfPrefix="https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/bbcdotcom/0.3.215/swf", cssPrefix="https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/bbcdotcom/0.3.215/style"; return { setAdsEnabled: function(enabled) { /* Once it has been disable to not allow it to be enabled */ adsEnabled = (adsEnabled !== 0) ? enabled : 0; }, isAdsEnabled: function() { return adsEnabled; }, setAnalyticsEnabled: function(enabled) { /* Once it has been disable to not allow it to be enabled */ analyticsEnabled = (analyticsEnabled !== 0) ? enabled : 0; }, isAnalyticsEnabled: function() { return analyticsEnabled; }, setJsPrefix: function (prefix) { jsPrefix = prefix; }, getJsPrefix: function () { return jsPrefix; }, setSwfPrefix: function (prefix) { swfPrefix = prefix; }, getSwfPrefix: function () { return swfPrefix; }, setCssPrefix: function (prefix) { cssPrefix = prefix; }, getCssPrefix: function () { return cssPrefix; } }; }(0, 1)); bbcdotcom.objects('create', bbcdotcom, 'siteCatalyst'); bbcdotcom.siteCatalyst = {"ch":"","cdp":"3","ce":"UTF-8"}; bbcdotcom.objects('bbcdotcom.stats', 'create'); /* Create BBC.adverts skeleton */ if (BBC === undefined) { var BBC = {}; } if (BBC.adverts === undefined) { BBC.adverts = { setZone: function () {}, configure: function () {}, write: function () {}, show: function () {}, isActive: function () { return false; }, setScriptRoot: function () {}, setImgRoot: function () {}, getAdvertTag: function () {}, getSectionPath: function() {}, showPartnerButtons: function() {} }; } (function(){ if(typeof require !== 'undefined') { require({ paths:{ "bbcdotcom":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/bbcdotcom/0.3.215/script" } }); } })(); document.write('<script type="text/javascript" src="'+document.location.protocol+'//web.archive.org/web/20140116164302/http://tps.bbc.com/wwscripts/data">\x3C/script>'); /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (typeof bbcdotcom.data == 'undefined' || typeof bbcdotcom.data.a == 'undefined' || typeof bbcdotcom.data.b == 'undefined' || typeof bbcdotcom.data.c == 'undefined') { bbcdotcom.data = {a:0,b:0,c:0}; } if (bbcdotcom.data.a == 1) { document.write('<script type="text/javascript" src="'+document.location.protocol+'//web.archive.org/web/20140116164302/http://www.bbc.co.uk/wwscripts/flag">\x3C/script>'); } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (typeof bbcdotcom.flag == 'undefined' || bbcdotcom.flag.a != 1) { bbcdotcom.data.a = 0; } </script> <!-- BBCDOTCOM template:server-side journalismVariant: true ipIsAdvertiseCombined: true adsEnabled: false showDotcom: false flagpole: ON --> <!-- IGOR canoncials and hreflangs --> <link rel="canonical" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/"/> <link rel="alternate" hreflang="en" href="https://web.archive.org/web/20140116164302/http://www.bbc.com/sport/0/"/> <link rel="alternate" hreflang="en-gb" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/"/> <meta property="og:title" content="INDEX "/> <meta property="og:type" content="article"/> <meta property="og:url" content="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/"/> <meta property="og:site_name" content="BBC Sport"/> <meta property="og:image" content="https://web.archive.org/web/20140116164302im_/http://newsimg.bbc.co.uk/media/images/67165000/jpg/_67165916_67165915.jpg"/> <!-- shared/head --> <meta http-equiv="imagetoolbar" content="no"/> <script type="text/javascript"> /*<![CDATA[*/ gloader.load(["glow","1","glow.dom"],{onLoad:function(glow){glow.dom.get("html").addClass("blq-js")}}); gloader.load(["glow","1","glow.dom"],{onLoad:function(glow){glow.ready(function(){if (glow.env.gecko){var gv = glow.env.version.split(".");for (var i=gv.length;i<4;i++){gv[i]=0;}if((gv[0]==1 && gv[1]==9 && gv[2]==0)||(gv[0]==1 && gv[1]<9)||(gv[0]<1)){glow.dom.get("body").addClass("firefox-older-than-3-5");}}});}}); window.disableFacebookSDK=true; if (window.location.pathname.indexOf('+')>=0){window.disableFacebookSDK=true;} /*]]>*/ </script> <script type="text/javascript" src="https://web.archive.org/web/20140116164302js_/http://news.bbcimg.co.uk/js/locationservices/locator/v4_0/locator.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20140116164302js_/http://news.bbcimg.co.uk/js/core/3_3_1/bbc_fmtj.js"></script> <script type="text/javascript"> <!-- bbc.fmtj.page = { serverTime: 1389890556000, editionToServe: 'domestic', queryString: null, section: 'front-page', sectionPath: '/Front Page', siteName: 'BBC Sport', siteToServe: 'sport', siteVersion: 'sport', storyId: '12153663', assetType: 'index', uri: '/sport/0/', country: 'us', masthead: false, adKeyword: null, templateVersion: 'v1_0' } --> </script> <script type="text/javascript" src="https://web.archive.org/web/20140116164302js_/http://news.bbcimg.co.uk/js/common/3_2_1/bbc_fmtj_common.js"></script> <script type="text/javascript">$useMap({map:"https://web.archive.org/web/20140116164302/http://news.bbcimg.co.uk/js/map/map_0_0_33.js"});</script> <script type="text/javascript">$loadView("0.0",["bbc.fmtj.view"]);</script> <script type="text/javascript">$render("livestats-heatmap");</script> <script type="text/javascript" src="https://web.archive.org/web/20140116164302js_/http://news.bbcimg.co.uk/js/config/apps/4_7_2/bbc_fmtj_config.js"></script> <script type="text/javascript"> //<![CDATA[ require(['jquery-1'], function($){ // set up EMP once it's loaded var setUp = function(){ // use our own pop out page embeddedMedia.setPopoutUrl('/player/emp/2_0_55/popout/pop.stm'); // store EMP's notifyParent function var oldNotifyParent = embeddedMedia.console.notifyParent; // use our own to add livestats to popout embeddedMedia.console.notifyParent = function(childWin){ oldNotifyParent(childWin); // create new live stats url var liveStatsUrl = bbc.fmtj.av.emp.liveStatsForPopout($('#livestats').attr('src')); var webBug = $('<img />', { id: 'livestats', src: liveStatsUrl }); // append it to popout $(childWin.document).find('body').append(webBug); } } // check if console is available to manipulate if(window.embeddedMedia && window.embeddedMedia.console){ setUp(); } // otherwise emp is still loading, so add event listener else{ $(document).bind('empReady', function(){ setUp(); }); } }); //]]> </script> <!-- get BUMP from cdn --> <script type="text/javascript" src="https://web.archive.org/web/20140116164302js_/http://emp.bbci.co.uk/emp/bump?emp=worldwide&amp;enableClear=1"></script> <!-- load glow and required modules --> <script type="text/javascript"> //<![CDATA[ gloader.load(['glow', '1', 'glow.dom']); //]]> </script> <!-- pull in our emp code --> <script type="text/javascript" src="https://web.archive.org/web/20140116164302js_/http://news.bbcimg.co.uk/js/app/av/emp/2_0_55/emp.js"></script> <!-- pull in compatibility.js --> <script type="text/javascript" src="https://web.archive.org/web/20140116164302js_/http://news.bbcimg.co.uk/js/app/av/emp/2_0_55/compatibility.js"></script> <script type="text/javascript"> //<![CDATA[ // set site specific config bbc.fmtj.av.emp.configs.push('sport'); // when page loaded, write all created emps glow.ready(function(){ if(typeof bbcdotcom !== 'undefined' && bbcdotcom.av && bbcdotcom.av.emp){ bbcdotcom.av.emp.configureAll(); } embeddedMedia.each(function(emp){ emp.set('enable3G', true); emp.setMediator('href', '{protocol}://{host}/mediaselector/5/select/version/2.0/mediaset/{mediaset}/vpid/{id}'); }); embeddedMedia.writeAll(); // mark the emps as loaded bbc.fmtj.av.emp.loaded = true; }); //]]> </script> <!-- Check for advertising testing --> <meta name="viewport" content="width = 996"/> <!-- shared/head_index --> <!-- js index view --> <script type="text/javascript">$loadView("0.0",["bbc.fmtj.view.news.index"]);</script> <!-- #CREAM hi news domestic head.inc --> <!-- is suitable for ads adding isadvertise ... --> <script type="text/javascript">/*<![CDATA[*/if(bbcdotcom===undefined){var bbcdotcom={init:function(a){},objects:function(a){return false},domLoaded:false,data:{ads:0,stats:0,statsProvider:null},adverts:{slot:function(b,a){},layout:{reset:function(){}}},config:{isActive:function(a){return false}},addLoadEvent:function(a){var b=window.onload;if(typeof window.onload!="function"){window.onload=a}else{window.onload=function(){if(b){b()}a()}}}}}bbcdotcom.objects=function(d,e,f){var b,c,a;b=d.split(".");if(e===undefined){e="valid"}if(f===undefined){f=window}for(c=0,a=b.length;c<a;c++){if(f[b[c]]===undefined){if(e==="create"){f[b[c]]={}}else{return false}}else{if(typeof f[b[c]]==="function"){if(f[b[c]]()!==undefined){return f[b[c]]()}}}f=f[b[c]]}return f};bbcdotcom.objects("bbcdotcom.config","create");bbcdotcom.config=(function(e,c){var b=e,a=c,d="",f="",g="";return{setAdsEnabled:function(h){b=(b!==0)?h:0},isAdsEnabled:function(){return b},setAnalyticsEnabled:function(h){a=(a!==0)?h:0},isAnalyticsEnabled:function(){return a},setJsPrefix:function(h){d=h},getJsPrefix:function(){return d},setSwfPrefix:function(h){f=h},getSwfPrefix:function(){return f},setCssPrefix:function(h){g=h},getCssPrefix:function(){return g}}}(1,1));bbcdotcom.objects("bbcdotcom.stats","create");if(BBC===undefined){var BBC={}}if(BBC.adverts===undefined){BBC.adverts={setZone:function(){},configure:function(){},write:function(){},show:function(){},isActive:function(){return false},setScriptRoot:function(){},setImgRoot:function(){},getAdvertTag:function(){},getSectionPath:function(){}}};/*]]>*/</script> <meta name="application-name" content="BBC"/> <meta name="msapplication-tooltip" content="Explore the BBC, for latest news, sport and weather, TV &amp; radio schedules and highlights, with nature, food, comedy, children's programmes and much more"/> <meta name="msapplication-starturl" content="http://www.bbc.com/sport/0/?ocid=global-sport-pinned-ie9"/> <meta name="msapplication-window" content="width=1024;height=768"/> <meta name="msapplication-task" content="name=BBC Home;action-uri=http://www.bbc.com/?ocid=global-homepage-pinned-ie9;icon-uri=http://news.bbcimg.co.uk/shared/img/bbccom/favicon_16.ico"/> <meta name="msapplication-task" content="name=BBC News;action-uri=http://www.bbc.com/news/?ocid=global-news-pinned-ie9;icon-uri=http://news.bbcimg.co.uk/shared/img/bbccom/favicon_16.ico"/> <meta name="msapplication-task" content="name=BBC Sport;action-uri=http://www.bbc.com/sport/0/?ocid=global-sport-pinned-ie9;icon-uri=http://news.bbcimg.co.uk/shared/img/bbccom/favicon_16.ico"/> <meta name="msapplication-task" content="name=BBC Future;action-uri=http://www.bbc.com/future?ocid=global-future-pinned-ie9;icon-uri=http://news.bbcimg.co.uk/shared/img/bbccom/favicon_16.ico"/> <meta name="msapplication-task" content="name=BBC Travel;action-uri=http://www.bbc.com/travel?ocid=global-travel-pinned-ie9;icon-uri=http://news.bbcimg.co.uk/shared/img/bbccom/favicon_16.ico"/> <meta name="msapplication-task" content="name=BBC Weather;action-uri=http://www.bbc.co.uk/weather/?ocid=global-weather-pinned-ie9;icon-uri=http://news.bbcimg.co.uk/shared/img/bbccom/favicon_16.ico"/> <!-- BBCCOM client-side --> <style type="text/css">.bbccom_display_none{display:none;}</style> <script type="text/javascript">/*<![CDATA[*/ if (typeof orb !== 'undefined' && typeof orb.fig === 'function') { bbcdotcom.data = { a: orb.fig('ad')? 1 : 0, b: (0 == orb.fig('uk')) ? 1 : 0, c: orb.fig('ap') }; } else { document.write(unescape('%3Cscript type="text/javascript" src="https://web.archive.org/web/20140116164302/http://tps.bbc.com/wwscripts/data"%3E%3C/script%3E')); } /*]]>*/</script> <script type="text/javascript">/*<![CDATA[*/ if (typeof bbcdotcom.data == 'undefined' || typeof bbcdotcom.data.a == 'undefined' || typeof bbcdotcom.data.b == 'undefined' || typeof bbcdotcom.data.c == 'undefined') { bbcdotcom.data = {a:0,b:0,c:0}; } if (bbcdotcom.data.a == 1) { document.write(unescape('%3Clink href="https://web.archive.org/web/20140116164302/http://news.bbcimg.co.uk/css/screen/shared/0.3.218/3pt_ads.css" rel="stylesheet" type="text/css" /%3E')); document.write(unescape('%3Cscript type="text/javascript" src="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/wwscripts/flag"%3E%3C/script%3E')); } /*]]>*/</script> <script type="text/javascript">/*<![CDATA[*/ if (typeof bbcdotcom.flag == 'undefined' || bbcdotcom.flag.a != 1) { bbcdotcom.data.a = 0; } if (bbcdotcom.data.a == 1 || bbcdotcom.data.b == 1) { document.write(unescape('%3Cscript type="text/javascript" src="https://web.archive.org/web/20140116164302/http://news.bbcimg.co.uk/js/app/bbccom/0.3.218/bbccom.js"%3E%3C/script%3E')); } /*]]>*/</script> <script type="text/javascript">/*<![CDATA[*/ if (bbcdotcom.data.a == 1 || bbcdotcom.data.b == 1) { BBC.adverts.setData(bbcdotcom.data); bbcdotcom.config.setAdsEnabled(bbcdotcom.data.a); bbcdotcom.config.setAnalyticsEnabled(bbcdotcom.data.b); if(typeof bbcdotcom !== 'undefined' && typeof bbcdotcom.survey !== 'undefined' && typeof bbcdotcom.survey.init === 'function') { bbcdotcom.survey.init(); } } bbcdotcom.objects('page', 'create', bbcdotcom); bbcdotcom.page.edition = '(none)'; bbcdotcom.page.url = '/sport/0/'; bbcdotcom.page.zoneFile = '3pt_zone_file'; bbcdotcom.page.http_host = 'www.bbc.co.uk'; /*]]>*/</script> <script type="text/javascript">/*<![CDATA[*/if(bbcdotcom.data.a == 1){(function(){switch(bbcdotcom.page.url){case"/":case"/default.stm":bbcdotcom.page.url=(bbcdotcom.page.edition==="domestic")?"/1/hi/default.stm":"/2/hi/default.stm";break;case"/sport":case"/sport/":case"/sport/default.stm":bbcdotcom.page.url=(bbcdotcom.page.edition==="domestic")?"/sport1/hi/default.stm":"/sport2/hi/default.stm";break}BBC.adverts.setScriptRoot("https://web.archive.org/web/20140116164302/http://news.bbcimg.co.uk/js/app/bbccom/0.3.218/");bbcdotcom.config.setJsPrefix("https://web.archive.org/web/20140116164302/http://news.bbcimg.co.uk/js/app/bbccom/0.3.218");bbcdotcom.config.setSwfPrefix("https://web.archive.org/web/20140116164302/http://news.bbcimg.co.uk/shared/swf/bbccom/0.3.218");bbcdotcom.config.setCssPrefix("https://web.archive.org/web/20140116164302/http://news.bbcimg.co.uk/css/screen/shared/0.3.218");BBC.adverts.setImgRoot("https://web.archive.org/web/20140116164302/http://news.bbcimg.co.uk/shared/img/bbccom/");BBC.adverts.init({domain:bbcdotcom.page.http_host,location:bbcdotcom.page.url,zoneVersion:bbcdotcom.page.zoneFile,zoneReferrer:document.referrer})}());(function(){if(typeof require!=="undefined"){require({paths:{bbcdotcom:"https://web.archive.org/web/20140116164302/http://news.bbcimg.co.uk/js/app/bbccom/0.3.218"}})}})();if(BBC.adverts.getV6Gvl3()&&"undefined"!==typeof bbcdotcom.page.bddUseLatestFromTest){document.write(unescape('%3Cscript type="text/javascript" src="https://web.archive.org/web/20140116164302/http://wwwpreview.test.newsonline.tc.nca.bbc.co.uk/js/app/bbccom/'+bbcdotcom.latest_version+'/advert.js"'))}else{if(BBC.adverts.getV6Gvl3()){document.write(unescape('%3Cscript type="text/javascript" src="https://web.archive.org/web/20140116164302/http://news.bbcimg.co.uk/js/app/bbccom/0.3.218/advert.js"%3E%3C/script%3E'))}}if(/[?|&]metadata=yes(&|$)/.test(window.location.search)){document.write("https://web.archive.org/web/20140116164302/http://www.test.bbc.com/wwscripts/metadata?bbcdotcom_asset="+window.location.hostname+window.location.pathname)};}/*]]>*/</script> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('analytics')) { document.write(unescape('%3Cscript id="gnlAnalyticsEnabled" class="bbccom_display_none"%3E%3C/script%3E')); } /*]]>*/ </script> <script type="text/javascript">BBC.adverts.write("wallpaper",false);</script> <script type="text/javascript">/*<![CDATA[*/BBC.adverts.wallpaperBodyTag=document.getElementsByTagName("body");BBC.adverts.wallpaperATag=document.getElementsByTagName("a");if("undefined"!=typeof BBC.adverts.wallpaperATag&&"undefined"!=typeof BBC.adverts.wallpaperATag[0]&&"undefined"!=typeof BBC.adverts.wallpaperBodyTag&&"undefined"!=typeof BBC.adverts.wallpaperBodyTag[0]&&-1!==BBC.adverts.wallpaperATag[0].href.indexOf("https://web.archive.org/web/20140116164302/http://ad.doubleclick.net")){BBC.adverts.wallpaperBodyTag[0].removeChild(BBC.adverts.wallpaperATag[0])};/*]]>*/</script> <script type="text/javascript"> if(typeof BBC.adverts != 'undefined' && typeof BBC.adverts.setPageVersion != 'undefined'){ BBC.adverts.setPageVersion('(none)'); } </script> <script type="text/javascript"> blq.setLabel('searchSuggestion', 'Search'); blq.externalGoTrackingConfig = { ".story-body a":"{path}/ext/story-body/{dir}", ".story-related .related-links a":"{path}/ext/related-links/{dir}", ".story-related .newstracker-list a":"{path}/ext/newstracker/{dir}" }; </script> <script type="text/javascript"> extraBbcSportRequireMap = { "jsonloader": "https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/sport/2.7.138/desktop/modules/jsonloader", "omnicarousel": "https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/sport/2.7.138/desktop/modules/omnicarousel", "twitter": "https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/sport/2.7.138/desktop/modules/twitter" }; require({paths: extraBbcSportRequireMap}); </script> <!--[if lte IE 6]> <link type="text/css" href="http://static.bbci.co.uk/sport/2.7.138/desktop/styles/ie6.css" rel="stylesheet" /> <![endif]--> <link href="https://web.archive.org/web/20140116164302cs_/http://static.bbci.co.uk/sport/ui/3.2.41/css/desktop/shared-compiled.css" rel="stylesheet" type="text/css"/><link href="https://web.archive.org/web/20140116164302cs_/http://static.bbci.co.uk/sport/ui/3.2.41/css/desktop/elements/branding/olympics-2012.css" rel="stylesheet" type="text/css"/><link href="https://web.archive.org/web/20140116164302cs_/http://static.bbci.co.uk/sport/2.7.138/desktop/styles/core-compiled.css" rel="stylesheet" type="text/css"/><link href="https://web.archive.org/web/20140116164302cs_/http://static.bbci.co.uk/sport/2.7.138/desktop/styles/print.css" rel="stylesheet" type="text/css" media="print"/><script type="text/javascript" src="https://web.archive.org/web/20140116164302js_/http://static.bbci.co.uk/sport/ui/3.2.41/js/desktop/shared-compiled.js"></script> <link rel="apple-touch-icon" href="https://web.archive.org/web/20140116164302im_/http://static.bbci.co.uk/sport/ui/3.2.41/img/iphone.png"/> <script type="text/javascript"> var extraBbcRequireMap = { "personalisation/favourite": "https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/modules/personalisation/0.3/modules/personalisation/favourite", "sportui":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/sport/ui/3.2.41/modules", "sportui/empswitch":"https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/sport/ui/3.2.41/js/desktop/empswitch" }; require({paths: extraBbcRequireMap}); </script> <!--[if lte IE 6]><body class="domestic ie disable-wide-advert sport"><![endif]--> <!--[if IE 7]><body class="domestic ie7 disable-wide-advert sport"><![endif]--> <!--[if IE 8]><body class="domestic ie8 disable-wide-advert sport"><![endif]--> <!--[if !IE]>--><body class="domestic disable-wide-advert sport"><!--<![endif]--> <div class="livestats-web-bug" id="livestats-web-bug-tag"></div> <script type="text/JavaScript"> var referrer = document.referrer; var livestatsBug = "<img alt='' id='livestats' src='https://web.archive.org/web/20140116164302/http://stats.bbc.co.uk/o.gif?~RS~s~RS~Sport~RS~t~RS~HighWeb_Index~RS~i~RS~0~RS~p~RS~100832~RS~a~RS~Domestic~RS~u~RS~/sport/0/~RS~r~RS~"+referrer+"~RS~q~RS~v=~RS~z~RS~36~RS~'>"; document.getElementById('livestats-web-bug-tag').innerHTML = livestatsBug; </script> <noscript> <div class="livestats-web-bug"><img alt="" id="livestats" src="https://web.archive.org/web/20140116164302im_/http://stats.bbc.co.uk/o.gif?~RS~s~RS~Sport~RS~t~RS~HighWeb_Index~RS~i~RS~0~RS~p~RS~100832~RS~a~RS~Domestic~RS~u~RS~/sport/0/~RS~q~RS~v=~RS~z~RS~36~RS~"/></div> </noscript> <script type="text/javascript">/*<![CDATA[*/ if( (typeof bbcdotcom.data != 'undefined' && bbcdotcom.data.a == 1) && (typeof bbcdotcom.flag != 'undefined' && bbcdotcom.flag.s == 1) ){ (function(d, f) { var c = d.cookie; if(!(/(^|;)\s*IPE(_S_)?115604=/.test(c))) { var s = d.createElement('script'), a = "async", b = "defer"; s.setAttribute(a,a); s.setAttribute(b,b); s.type = 'text/javascript'; s.src = f; d.getElementsByTagName('head')[0].appendChild(s); } })(document, document.location.protocol + "//web.archive.org/web/20140116164302/http://ips-invite.iperceptions.com/invitations/invitationsJS/115/s115604/gateway.js"); } else { if(typeof bbcdotcom.flag != 'undefined' && bbcdotcom.flag.s == 0){ document.write('<!-- survey disabled by flagpole -->'); } } </script> <!-- BBCDOTCOM body first spectrum --> <!-- ISTATS --> <script type="text/javascript">/*<![CDATA[*/ bbcFlagpoles_istats = 'ON'; istatsTrackingUrl = '//web.archive.org/web/20140116164302/http://sa.bbc.co.uk/bbc/bbc/s?name=sport.page&cps_asset_id=12153663&page_type=index&section=front-page&app_version=6.2.170-RC1&first_pub=2011-12-12T11:56:10+00:00&last_editorial_update=2014-01-16T16:39:49+00:00&title=&comments_box=false&cps_media_type=&cps_media_state=&by_nation=&app_type=web&ml_name=SSI&ml_version=0.17.1&language=en-GB'; if (window.istats_countername) { istatsTrackingUrl = istatsTrackingUrl.replace(/([?&]name=)[^&]+/ig, '$1' + istats_countername); } (function() { if ( /\bIDENTITY=/.test(document.cookie) ) { istatsTrackingUrl += '&bbc_identity=1'; } var c = (document.cookie.match(/\bckns_policy=(\d\d\d)/)||[]).pop() || ''; istatsTrackingUrl += '&bbc_mc=' + (c? 'ad'+c.charAt(0)+'ps'+c.charAt(1)+'pf'+c.charAt(2) : 'not_set'); if ( /\bckns_policy=\d\d0/.test(document.cookie) ) { istatsTrackingUrl += '&ns_nc=1'; } var screenWidthAndHeight = 'unavailable'; if (window.screen && screen.width && screen.height) { screenWidthAndHeight = screen.width + 'x' + screen.height; } istatsTrackingUrl += ('&screen_resolution=' + screenWidthAndHeight); istatsTrackingUrl += '&blq_s=3.5&blq_r=3.5&blq_v=journalism-domestic'; })(); /*]]>*/</script> <!-- Begin iStats 20100118 (UX-CMC 1.1009.3) --> <script type="text/javascript">/*<![CDATA[*/ (function() { window.istats || (istats = {}); var cookieDisabled = (document.cookie.indexOf('NO-SA=') != -1), hasCookieLabels = (document.cookie.indexOf('sa_labels=') != -1), hasClickThrough = /^#sa-(.*?)(?:-sa(.*))?$/.test(document.location.hash), runSitestat = !cookieDisabled && !hasCookieLabels && !hasClickThrough && !istats._linkTracked; if (runSitestat && bbcFlagpoles_istats === 'ON') { sitestat(istatsTrackingUrl); } else { window.ns_pixelUrl = istatsTrackingUrl; /* used by Flash library to track */ } function sitestat(n){var j=document,f=j.location,b="";if(j.cookie.indexOf("st_ux=")!=-1){var k=j.cookie.split(";");var e="st_ux",h=document.domain,a="/";if(typeof ns_!="undefined"&&typeof ns_.ux!="undefined"){e=ns_.ux.cName||e;h=ns_.ux.cDomain||h;a=ns_.ux.cPath||a}for(var g=0,f=k.length;g<f;g++){var m=k[g].indexOf("st_ux=");if(m!=-1){b="&"+unescape(k[g].substring(m+6))}}document.cookie=e+"=; expires="+new Date(new Date().getTime()-60).toGMTString()+"; path="+a+"; domain="+h}ns_pixelUrl=n;n=ns_pixelUrl+"&ns__t="+(new Date().getTime())+"&ns_c="+((j.characterSet)?j.characterSet:j.defaultCharset)+"&ns_ti="+escape(j.title)+b+"&ns_jspageurl="+escape(f&&f.href?f.href:j.URL)+"&ns_referrer="+escape(j.referrer);if(n.length>2000&&n.lastIndexOf("&")){n=n.substring(0,n.lastIndexOf("&")+1)+"ns_cut="+n.substring(n.lastIndexOf("&")+1,n.lastIndexOf("=")).substring(0,40)}(j.images)?new Image().src=n:j.write('<p><i'+'mg src="'+n+'" height="1" width="1" alt="" /></p>')}; })(); /*]]>*/</script> <noscript><p style="position: absolute; top: -999em;"><img src="//web.archive.org/web/20140116164302im_/http://sa.bbc.co.uk/bbc/bbc/s?name=sport.page&amp;cps_asset_id=12153663&amp;page_type=index&amp;section=front-page&amp;app_version=6.2.170-RC1&amp;first_pub=2011-12-12T11:56:10+00:00&amp;last_editorial_update=2014-01-16T16:39:49+00:00&amp;title=&amp;comments_box=false&amp;cps_media_type=&amp;cps_media_state=&amp;by_nation=&amp;app_type=web&amp;ml_name=SSI&amp;ml_version=0.17.1&amp;language=en-GB&amp;blq_s=3.5&amp;blq_r=3.5&amp;blq_v=journalism-domestic" height="1" width="1" alt=""/></p></noscript> <!-- End iStats (UX-CMC) --> <div id="blq-global"> <div id="blq-pre-mast" lang="en-GB"> <!-- Pre mast --> <!-- BBCDOTCOM leaderboard template:server-side journalismVariant: true ipIsAdvertiseCombined: true adsEnabled: false showDotcom: false flagpole: ON conf->showAdAboveBlq: true showAdAboveBlq: true blqLeaderboardAd: true --> </div> </div> <script type="text/html" id="blq-bbccookies-tmpl"><![CDATA[ <div id="bbccookies-prompt" class="bbccookies-w"> <h2> Cookies on the BBC website </h2> <p> We use cookies to ensure that we give you the best experience on our website.<span class="bbccookies-international-message"> We also use cookies to ensure we show you advertising that is relevant to you.</span> If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the BBC website. However, if you would like to, you can <a href="/privacy/cookies/managing/cookie-settings.html">change your cookie settings</a> at any time. </p> <ul> <li id="bbccookies-continue"> <button type="button" id="bbccookies-continue-button">Continue</button> </li> <li id="bbccookies-more"><a href="/privacy/cookies/bbc">Find out more</a></li></ul> </div> ]]></script> <script type="text/javascript">/*<![CDATA[*/ (function(){if(bbccookies._showPrompt()){var i=document,b=i.getElementById("blq-pre-mast"),f=i.getElementById("blq-global"),h=i.getElementById("blq-container"),c=i.getElementById("blq-bbccookies-tmpl"),a,g,e;if(b&&i.createElement){a=i.createElement("div");a.id="bbccookies";e=c.innerHTML;e=e.replace("<"+"![CDATA[","").replace("]]"+">","");a.innerHTML=e;if(f){f.insertBefore(a,b)}else{h.insertBefore(a,b)}g=i.getElementById("bbccookies-continue-button");g.onclick=function(){a.parentNode.removeChild(a);return false};bbccookies._setPolicy()}}})(); /*]]>*/</script> <div id="blq-masthead" class="blq-clearfix blq-mast-bg-white blq-masthead-focus blq-lang-en-GB blq-ltr"> <span id="blq-mast-background"><span></span></span> <div id="blq-mast" class="blq-rst"> <div id="blq-mast-bar" class="blq-masthead-container blq-journalism-domestic"> <div id="blq-blocks"> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/" hreflang="en-GB"> <abbr title="British Broadcasting Corporation" class="blq-home"> <img src="https://web.archive.org/web/20140116164302im_/http://static.bbci.co.uk/frameworks/barlesque/2.59.1/desktop/3.5/img/blq-blocks_grey_alpha.png" alt="BBC" width="84" height="24"/> </abbr> </a> </div> <div id="blq-acc-links"> <h2 id="page-top">Accessibility links</h2> <ul> <li><a href="#main-content">Skip to content</a></li> <li><a href="#blq-local-nav">Skip to local navigation</a></li> <li><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/accessibility/">Accessibility Help</a></li> </ul> </div> <div id="blq-sign-in" class="blq-gel"> <div id="id-status" class="blq-id-v4"> <div class="id-out id-gel"> <h2 class="blq-hide">BBC iD</h2> <a href="https://web.archive.org/web/20140116164302/https://ssl.bbc.co.uk/id/status?ptrt=http://www.bbc.co.uk/sport/0/" id="blq-idstatus-link"> <span class="id-icon"> <span></span> </span> <span id="blq-idstatus-text"> BBC iD </span> <span class="id-spinner"></span> <span class="blq-dropdown-arrow"> <span></span> </span> </a> </div> <div id="id-status-nav"> <div class="id-in blq-rst"> <ul> <li> <a name="idDash" class="blq-nogo has-ptrt idDash" href="https://web.archive.org/web/20140116164302/https://ssl.bbc.co.uk/id/settings"> Settings </a> </li> <li> <a name="idSignout" class="blq-nogo has-ptrt idSignout" href="https://web.archive.org/web/20140116164302/https://ssl.bbc.co.uk/id/signout?ptrt=http://www.bbc.co.uk/sport/0/"> Sign out </a> </li> </ul> </div> </div> </div> </div> <div id="blq-nav"> <h2>BBC navigation</h2> <ul id="blq-nav-main"> <li id="blq-nav-news"> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/news/">News</a> </li> <li id="blq-nav-sport"> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/">Sport</a> </li> <li id="blq-nav-weather"> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/weather/">Weather</a> </li> <li id="blq-nav-iplayer"> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/iplayer/">iPlayer</a> </li> <li id="blq-nav-tv"> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/tv/">TV</a> </li> <li id="blq-nav-radio"> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/radio/">Radio</a> </li> <li id="blq-nav-more"> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/a-z/">More&hellip;</a> </li> </ul> <div id="blq-nav-search"> <form method="get" action="https://web.archive.org/web/20140116164302/http://search.bbc.co.uk/search" accept-charset="utf-8" id="blq-search-form"> <div> <input type="hidden" name="go" value="toolbar"/> <input type="hidden" value="http://www.bbc.co.uk/sport/0/" name="uri"/> <input type="hidden" name="scope" value="sport"/> <label for="blq-search-q" class="blq-hide">Search term:</label> <input id="blq-search-q" type="text" name="q" value="" maxlength="128"/> <button id="blq-search-btn" type="submit"><span><img src="https://web.archive.org/web/20140116164302im_/http://static.bbci.co.uk/frameworks/barlesque/2.59.1/desktop/3.5/img/blq-search_grey_alpha.png" width="13" height="13" alt="Search"/></span></button> </div> </form> </div> </div> </div> </div> </div> <div id="blq-container-outer" class="blq-journalism-domestic blq-ltr"> <div id="blq-container" class="blq-lang-en-GB blq-dotcom"> <div id="blq-container-inner" lang="en-GB"> <div id="blq-main" class="blq-clearfix"> <div class=" has-ticker"> <div id="header-wrapper" class="header-generic"> <h1> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport" rel="index" id="sport-masthead" data-istats-container="sport-logo"> <img src="https://web.archive.org/web/20140116164302im_/http://static.bbci.co.uk/sport/2.7.138/desktop/styles/img/components/header/sport-blocks.png" alt="BBC Sport" width="253" height="40"/> </a> </h1> <span id="homepage-timestamp"> 16 January 2014 Last updated at 16:39 </span> </div> <!-- concepttagid: 4063f80f-cccc-44c8-9449-5ca44e4c8592%23id --> <!-- nav path: /shared/app/sport/navigation/hi/domestic/4063f80f-cccc-44c8-9449-5ca44e4c8592%23id --> <div class="global-nav blq-clearfix"> <div id="primary-nav-bar" class="nav-bar primary" data-istats-container="nav_primary"> <ul> <li class="selected"><a class="first-item simple" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/">Home</a></li> <li><a class="" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/">Football</a></li> <li><a class="" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/formula1/">Formula 1</a></li> <li><a class="" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/cricket/">Cricket</a></li> <li><a class="" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-union/">Rugby U</a></li> <li><a class="" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-league/">Rugby L</a></li> <li><a class="" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/">Tennis</a></li> <li><a class="" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/golf/">Golf</a></li> <li><a class="" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/athletics/">Athletics</a></li> <li><a class="" href="/web/20140116164302/http://www.bbc.co.uk/sport/winter-olympics/2014">Winter Olympics</a></li> </ul> <div class="dropdown"> <h3 class="heading"><a href="/web/20140116164302/http://www.bbc.co.uk/sport/more-sports" aria-haspopup="true">More Sport</a></h3> <div aria-live="polite" role="menu" class="dropdown-list" id="pn-more-sports-list" aria-hidden="false"> <div class="dd_row" data-istats-container="nav_primary_dropdown_moresport"> <ul class="col" role="menuitem"> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/american-football/">American Football</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/archery/">Archery</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/badminton/">Badminton</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/baseball/">Baseball</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/basketball/">Basketball</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/bowls/">Bowls</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/boxing/">Boxing</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/canoeing/">Canoeing</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/commonwealth-games/2014/">Commonwealth Games</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/cycling/">Cycling</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/darts/">Darts</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/disability-sport/">Disability Sport</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/diving/">Diving</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/equestrian/">Equestrian</a> </li> </ul> <ul class="col" role="menuitem"> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/fencing/">Fencing</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/northern-ireland/gaelic-games/">Gaelic Games</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/get-inspired/">Get Inspired</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/gymnastics/">Gymnastics</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/handball/">Handball</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/hockey/">Hockey</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/horse-racing/">Horse Racing</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/ice-hockey/">Ice Hockey</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/judo/">Judo</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/modern-pentathlon/">Modern Pentathlon</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/motogp/">MotoGP</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/netball/">Netball</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/olympics/">Olympic Sports</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-league/">Rugby League</a> </li> </ul> <ul class="col" role="menuitem"> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/rowing/">Rowing</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/sailing/">Sailing</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/shooting/">Shooting</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/snooker/">Snooker</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/sports-personality">Sports Personality</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/squash/">Squash</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/swimming/">Swimming</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/table-tennis/">Table Tennis</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/taekwondo/">Taekwondo</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/triathlon/">Triathlon</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/volleyball/">Volleyball</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/weightlifting/">Weightlifting</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/winter-sports/">Winter Sports</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/wrestling/">Wrestling</a> </li> </ul> </div> <div class="dd_row last_row" data-istats-container="nav_primary_dropdown_around-uk"> <ul class="col" role="menuitem"> <li class="label"> Around the UK </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/england/">England</a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/northern-ireland/">Northern Ireland</a> </li> </ul> <ul class="col" role="menuitem"> <li class="label"> &nbsp; </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/scotland/">Scotland</a> </li> </ul> <ul class="col" role="menuitem"> <li class="label"> &nbsp; </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/wales/">Wales</a> </li> </ul> </div> </div> </div> </div> </div> <script type="text/javascript"> require( {baseUrl: "https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/sport/2.7.138/desktop/modules/"}, ["jquery-1", "f1-nav-support"], function($, f1nav) { $(function(){ f1nav.init(); }); } ); </script> <div id="content-wrapper"> <div class="advert"> <div class="bbccom_advert_placeholder"> <script type="text/javascript">$render("advert","advert-leaderboard");</script> </div> <script type="text/javascript">$render("advert-post-script-load");</script> </div> <!-- START CPS_SITE CLASS: index --> <div id="main-content" class="index blq-clearfix"> <div id="full-width-top" class="container-full-width" data-istats-container="full-width-top"> <div id="ticker" class="ticker" data-istats-container="ticker"> <div id="tickerHolder"></div> <noscript> <div class="ticker"> <h2 class="hidden"> Latest Stories </h2> <ul class="tickerItem"> <li class="tickerEntry"> <span class="tickerPrompt">FOOTBALL</span> <span class="tickerHeadline"> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25760049" class="link">Southampton boss Mauricio Pochettino will remain at the club despite the departure of chairman Nicola Cortese</a> </span> </li> <li class="tickerEntry"> <span class="tickerPrompt">FOOTBALL</span> <span class="tickerHeadline"> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25678038" class="link">England's final Wembley warm-up match ahead of this summer's World Cup in Brazil will be against Peru</a> </span> </li> <li class="tickerEntry"> <span class="tickerPrompt">FORMULA 1</span> <span class="tickerHeadline"> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/formula1/25762411" class="link">Bernie Ecclestone will immediately step down as a director of Formula 1's holding company until after his trial on bribery charges</a> </span> </li> <li class="tickerEntry"> <span class="tickerPrompt">TENNIS</span> <span class="tickerHeadline"> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/25740207" class="link">Britain's Andy Murray beats Vincent Millot 6-2 6-2 7-5 in the Australian Open second round</a> </span> </li> <li class="tickerEntry"> <span class="tickerPrompt">CRICKET</span> <span class="tickerHeadline"> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/cricket/25757692" class="link">England fast bowler Steven Finn promises to "come back stronger" as he prepares to return home from the Australia tour</a> </span> </li> </ul> </div> </noscript> <script type="text/javascript"> // create a ticker require({ baseUrl: "https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/sport/2.7.138/desktop/modules/" }, ["jquery-1", "jsonloader","sport_ticker"], function($, jl, sportTicker) { var initialDataLoad = true, _tickerRenderer = function() { jl.model.registerRenderer(function() { var tickerRenderer = jl.renderer.createRendererBase("sport_ticker"); tickerRenderer.render = function(moduleId, json) { if (json == undefined) { return false; } sportTicker.receiveData(json); }; return tickerRenderer; }); }; $(document).ready(function() { jl.model.addModule({ renderer: { src: _tickerRenderer, id: "sport_ticker" }, moduleObject: { id: "sport_ticker" }, feedObject: { updatePeriod: 30, dataSource: "https://web.archive.org/web/20140116164302/http://polling.bbc.co.uk/sport/0/16189337/ticker.sjson", callbackName: "jsoncallback", getDataOnLoad: true } }); }); /*jl.init('sport_ticker', function() { sportTicker.receiveData(json); if(initialDataLoad) { sportTicker.init(); initialDataLoad = false; } }, { updatePeriod: 30, dataSource: "https://web.archive.org/web/20140116164302/http://polling.bbc.co.uk/sport/0/16189337/ticker.sjson", callbackName: "jsoncallback", getDataOnLoad: true });*/ }); </script> </div> </div> <div id="top-stories" class="type-a-container-primary-1" role="main" data-istats-container="top-stories"> <div id="top-story" class="type-a-top-story-1" data-istats-container="story-1"> <h2> <a class="image kink" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25760049" data-published="1389875121352"> <span class="image-wrapper"> <img width="464" height="261" src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72330000/jpg/_72330633_186626801.jpg" alt="Mauricio Pochettino"/> </span> <span class="headline-wrapper">Pochettino to stay as Southampton boss</span> </a> </h2> <p> Southampton boss Mauricio Pochettino confirms he will remain at the club despite the departure of chairman Nicola Cortese. <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25760049"> <span id="dna-comment-count___CPS_25760049" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </p> </div> <div id="secondary-top-story" class="type-a-container-story-column-1" data-istats-container="secondary-top-story"> <div id="story-2" class="type-a-story-3" data-istats-container="story-2"> <a class=" image live" data-published="1389859240401" href="/web/20140116164302/http://www.bbc.co.uk/sport/live/25641876"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72327000/jpg/_72327537_southampton-pochettinoandlallanagetty.jpg" width="144" height="81" alt="Pochettino and Lallana"/> </span> <span class="live-updating">Live</span> <span class="headline-wrapper"> Sportsday - breaking sports news <span id="dna-comment-count___CPS_25641876" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> <div> <p class="description"> Saints latest, Premier League previews, transfer news </p> </div> </div> <div id="story-3" class="type-a-story-3" data-istats-container="story-3"> <a class=" image live" data-published="1389793758392" href="/web/20140116164302/http://www.bbc.co.uk/sport/live/snooker/25643338"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72310000/jpg/_72310438_murphy_masters_gi.jpg" width="144" height="81" alt="Shaun Murphy"/> </span> <span class="live-updating">Live</span> <span class="headline-wrapper"> The Masters: Watch Murphy v Fu <span id="dna-comment-count___CPS_25643338" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> <div> <p class="description"> </p> </div> <span class="info"> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/snooker/" class="tag">Snooker</a> </span> </div> </div> </div> <div id="live-promotion" class="type-a-container-primary-2" role="complementary" data-istats-container="live-promotion"> <div class="bbccom_advert_placeholder"> <script type="text/javascript">$render("advert","advert-mpu-high");</script> </div> <script type="text/javascript">$render("advert-post-script-load");</script> <div id="live-first-story" class="type-a-top-story-3" data-istats-container="live-story-1"> <a class="image kink" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/formula1/25762411"> <img width="336" height="189" src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72330000/jpg/_72330126_bernie_ecclestone_ap.jpg" alt="Bernie Ecclestone"/> <h2> Ecclestone leaves F1 board after bribery charges <span id="dna-comment-count___CPS_25762411" class="gvl3-icon gvl3-icon-comment comment-count"></span> </h2> </a> </div> <div class="bbccom_advert_placeholder"> <script type="text/javascript">$render("advert","advert-mpu-low");</script> </div> <script type="text/javascript">$render("advert-post-script-load");</script> <div id="live-story-2" class="type-a-story-2" data-istats-container="live-story-2"> <a class=" image" data-published="1389771442119" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/25740207"> <span class="image-wrapper image-medium"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72325000/jpg/_72325750_72324549.jpg" width="160" height="90" alt="Andy Murray"/> </span> <span class="headline-wrapper"> Murray eases into third round of Australian Open <span id="dna-comment-count___CPS_25740207" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> <span class="info"> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/" class="tag">Tennis</a> </span> </div> <div id="live-story-3" class="type-a-story-2" data-istats-container="live-story-3"> <a class=" image" data-published="1389884353373" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25759887"> <span class="image-wrapper image-medium"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72328000/jpg/_72328839_72327203.jpg" width="160" height="90" alt="Robin van Persie and David Moyes"/> </span> <span class="headline-wrapper"> Van Persie has faith in &#039;leading man&#039; Moyes <span id="dna-comment-count___CPS_25759887" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> <span class="info"> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/" class="tag">Football</a> </span> </div> </div> <div id="structural-container" class="type-a-container-structural-1" data-istats-container="structural-container"> <div id="river" class="type-a-container-secondary-1" role="complementary" data-istats-container="river"> <div id="more-news-headlines" class="type-a-headline-list-1"> <h2>Headlines</h2> <ul> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/" class="tag ">Tennis</a> <a class=" link" data-published="1389842830361" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/25755065"> Australian Open medic defends heat policy <span id="dna-comment-count___CPS_25755065" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/" class="tag ">Football</a> <a class=" link" data-published="1389312327000" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25678038"> England finalise pre-World Cup plans <span id="dna-comment-count___CPS_25678038" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/news/world/europe/" class="tag ">Europe</a> <a class=" link" data-published="1389867078507" href="/web/20140116164302/http://www.bbc.co.uk/news/world-europe-25756973"> F1 chief Ecclestone faces bribery trial <span id="dna-comment-count___CPS_25756973" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/cricket/" class="tag ">Cricket</a> <a class=" link" data-published="1389873741469" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/cricket/25757692"> Frustrated Finn vows to &#039;come back stronger&#039; <span id="dna-comment-count___CPS_25757692" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/" class="tag ">Football</a> <a class=" link" data-published="1389885752817" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25761718"> England women ready for start of new era <span id="dna-comment-count___CPS_25761718" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/" class="tag ">Tennis</a> <a class=" link" data-published="1389844006597" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/25754823"> Sharapova survives, Nadal &amp; Federer win <span id="dna-comment-count___CPS_25754823" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/winter-olympics/2014/" class="tag ">Sochi 2014</a> <a class=" link" data-published="1389871273338" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/winter-olympics/25750555"> GB medal targets for Sochi announced <span id="dna-comment-count___CPS_25750555" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-union/" class="tag ">Rugby Union</a> <a class=" link" data-published="1389884746791" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-union/25765717"> Strauss back after heart surgery <span id="dna-comment-count___CPS_25765717" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/" class="tag ">Football</a> <a class=" link" data-published="1389865983632" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25757771"> West Brom&#039;s Long having Hull medical <span id="dna-comment-count___CPS_25757771" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-union/" class="tag ">Rugby Union</a> <a class=" link" data-published="1389867816360" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-union/25757830"> O&#039;Brien agrees to stay with Leinster <span id="dna-comment-count___CPS_25757830" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/wales/" class="tag ">Wales</a> <a class=" link" data-published="1389283990725" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/wales/25674031"> Cleverly&#039;s third new weight delay <span id="dna-comment-count___CPS_25674031" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/" class="tag ">Football</a> <a class=" link" data-published="1389740950023" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25739820"> Morrison refutes &#039;frustrating&#039; claims <span id="dna-comment-count___CPS_25739820" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/golf/" class="tag ">Golf</a> <a class=" link" data-published="1389872739932" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/golf/25757533"> Abu Dhabi rough is &#039;dangerous&#039;, says Garcia <span id="dna-comment-count___CPS_25757533" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-union/" class="tag ">Rugby Union</a> <a class=" link" data-published="1389880004130" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-union/25742051"> Bevington ready to replace Jenkins <span id="dna-comment-count___CPS_25742051" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/golf/" class="tag ">Golf</a> <a class=" link" data-published="1389852751041" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/golf/25752310"> McIlroy &#039;most talented since Ballesteros&#039; <span id="dna-comment-count___CPS_25752310" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/athletics/" class="tag ">Athletics</a> <a class=" link" data-published="1389865714642" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/athletics/25756065"> Powell drug trial to resume in February <span id="dna-comment-count___CPS_25756065" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/" class="tag ">Football</a> <a class=" link" data-published="1389867480491" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25757726"> Man City best team in world - Bowyer <span id="dna-comment-count___CPS_25757726" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/horse-racing/" class="tag ">Horse Racing</a> <a class=" link" data-published="1389866739745" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/horse-racing/25748331"> Hurricane Fly set for Cheltenham <span id="dna-comment-count___CPS_25748331" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> <li> <a class=" link" data-published="1387962921715" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/25510468"> Keep in touch with the BBC Sport app <span id="dna-comment-count___CPS_25510468" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> </ul> </div> <div id="nations-links-hyper" class="type-a-hyperpuff-1" data-istats-container="nations-links-hyper"> <div class="nation-links-container" data-istats-container="nation-links-container"> <h2>Around the UK</h2> <div id="map-include" class="type-a-data-feed-1" data-istats-container="map-include"> <div class="include-image"> <img src="https://web.archive.org/web/20140116164302im_/http://static.bbci.co.uk/sport/2.7.138/desktop/styles/img/components/nations/uk-map.gif" alt="UK map"/> </div> </div> <h3><a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/england/" class="tag">ENGLAND</a></h3> <ul class="nation-importer-1"> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25760049"> Pochettino to stay as Saints manager </a> </li> </ul> <h3><a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/scotland/" class="tag">SCOTLAND</a></h3> <ul class="nation-importer-2"> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/25740207"> Murray defeats Millot in Melbourne </a> </li> </ul> <h3><a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/wales/" class="tag">WALES</a></h3> <ul class="nation-importer-3"> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25763501"> Maynard completes Wigan loan switch </a> </li> </ul> <h3><a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/northern-ireland/" class="tag">NORTHERN IRELAND</a></h3> <ul class="nation-importer-4"> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-union/25762095"> Leicester and Ulster in big cup clash </a> </li> </ul> </div> </div> <div id="picture-galleries" class="type-a-gallery-list-1" data-istats-container="picture-galleries"> <h2>Photo Galleries</h2> <ul> <li> <a class=" image" data-published="1389836936628" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/25754836"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72313000/jpg/_72313603_doublesheat.jpg" width="144" height="81" alt="Doubles pair Eva Hrdinova and Paula Ormaechea feel the heat"/> <span class="icon-gvl3 icon-gvl3-gallery">Gallery</span> </span> In pictures: Melbourne melts in 43C heat <span id="dna-comment-count___CPS_25754836" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </li> </ul> </div> <div id="programme-links-hyper" class="type-a-hyperpuff-1" data-istats-container="programme-links-hyper"> <h2>Programmes</h2> <ul class="programme-links"> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/17151954"> Sport on the BBC </a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/programmes/b007t9y1"> Match of the Day </a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/programmes/b006m8tc"> Football Focus </a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/sports-personality/"> Sports Personality </a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/programmes/b006mwb6"> Scrum V </a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/programmes/b0071mmc"> The Super League Show </a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/programmes/b006v8fc"> Ski Sunday </a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/programmes/b0070hz6"> 606 </a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/programmes/b006zrbv"> Sportscene </a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/programmes/p002vsyx"> World Football </a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/programmes/b006t1s9"> A Question of Sport </a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/podcasts/series/sportsweek"> Sportsweek </a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/programmes/b0070hvs"> Fighting Talk </a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sportrelief/"> Sport Relief </a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sportrelief/bigsplash/"> Big Splash </a> </li> </ul> </div> </div> <div id="avcomments" class="type-a-container-secondary-2" data-istats-container="avcomments"> <div id="av-carousel-3" class="type-a-media-list-1 carousel av-carousel" data-istats-container="av-carousel-3"> <div class="carousel-header"> <h2>Video &amp; Audio</h2> </div> <div class="carousel-content"> <ul> <li> <a class=" image" data-published="1389885448564" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/25756723"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72328000/jpg/_72328060_murraystill.jpg" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> I&#039;ll never win that way again - Murray <span id="dna-comment-count___CPS_25756723" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389886956412" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/snooker/25764335"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72329000/jpg/_72329558_masterssnookerpasb16-1.jpg" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> Hearn promises world snooker &#039;drama&#039; <span id="dna-comment-count___CPS_25764335" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389855427169" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/horse-racing/25754612"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72315000/jpg/_72315778_72315184.jpg" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> Champion Frankel&#039;s first foal is born <span id="dna-comment-count___CPS_25754612" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389772086779" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/cycling/25741090"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72289000/png/_72289199_stuntbike.png" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> BMX rider&#039;s amazing bridge stunt <span id="dna-comment-count___CPS_25741090" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389717391065" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/25735728"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72280000/jpg/_72280837_tempgauge.jpg" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> When sport feels the heat <span id="dna-comment-count___CPS_25735728" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389558873871" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/winter-olympics/25704328"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72231000/jpg/_72231829_wintersstillone.jpg" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> BBC Sport&#039;s Sochi Winter Olympics trail <span id="dna-comment-count___CPS_25704328" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> </ul> </div> </div> <script type="text/javascript"> require( ['jquery-1', 'sportui/sportui/imageGallery'], function($, imageGallery) { $(function() { var avCarousel = imageGallery("#av-carousel-3 .carousel-content", { counterContainer : "#av-carousel-3 .carousel-header", moveBy : 3 }); }); }); </script> <div id="av-reports" class="type-a-media-list-1 carousel av-carousel" data-istats-container="av-reports"> <div class="carousel-header"> </div> <div class="carousel-content"> <ul> <li> <a class=" image" data-published="1389889091084" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25756728"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72331000/png/_72331527_mmftbfulmeulensteen161.png" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> Meulensteen cagey over Morrison row <span id="dna-comment-count___CPS_25756728" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389886296898" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/cricket/25756725"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72329000/jpg/_72329344_finnstilltwo.jpg" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> Finn looking forward to UK return <span id="dna-comment-count___CPS_25756725" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389866618485" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/25756721"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72314000/png/_72314998_sharapovastill.png" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> Sharapova questions play in 42C heat <span id="dna-comment-count___CPS_25756721" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389827647306" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/snooker/25754609"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72312000/png/_72312112_mmsnomastershawkinsblack.png" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> Hawkins makes hash of re-spotted black <span id="dna-comment-count___CPS_25754609" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389821648337" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25753319"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72311000/png/_72311308_mmftbpochettinooncortese.png" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> Archive: Pochettino on Cortese exit <span id="dna-comment-count___CPS_25753319" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389777756605" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/25741093"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72290000/png/_72290798_hutchins.png" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> Hutchins &#039;proud&#039; of winning return <span id="dna-comment-count___CPS_25741093" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389618232942" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25715317"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72246000/jpg/_72246833_baggio.jpg" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> Embarrassing penalty misses <span id="dna-comment-count___CPS_25715317" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389691130969" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/25724266"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72275000/jpg/_72275350_heat_mm_getty.jpg" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> 42C heat causes havoc in Melbourne <span id="dna-comment-count___CPS_25724266" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389597678211" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/darts/25705589"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72235000/jpg/_72235535_mmdarwchtop5checkouts3.jpg" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> Top 5 BDO World Darts checkouts <span id="dna-comment-count___CPS_25705589" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> </ul> </div> </div> <script type="text/javascript"> require( ['jquery-1', 'sportui/sportui/imageGallery'], function($, imageGallery) { $(function() { var avCarousel = imageGallery("#av-reports .carousel-content", { counterContainer : "#av-reports .carousel-header", moveBy : 3 }); }); }); </script> <div id="av-highlights" class="type-a-media-list-1 carousel av-carousel" data-istats-container="av-highlights"> <div class="carousel-header"> </div> <div class="carousel-content"> <ul> <li> <a class=" image" data-published="1389887592190" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/snooker/25764336"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72329000/jpg/_72329574_murphy.jpg" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> Manager insult changes Murphy&#039;s life <span id="dna-comment-count___CPS_25764336" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389814834683" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25753314"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72310000/png/_72310051_mmftbwmnsenglandcampreport.png" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> England &#039;excitement&#039; at new start <span id="dna-comment-count___CPS_25753314" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389853823072" href="/web/20140116164302/http://www.bbc.co.uk/news/world-asia-pacific-25755181"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72313000/jpg/_72313545_72313525.jpg" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> Australian tennis court &#039;like sauna&#039; <span id="dna-comment-count___CPS_25755181" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389874778276" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/programmes/p01q1q6g"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72323000/jpg/_72323256_72323212.jpg" width="144" height="81" alt="Australian Open Tennis"/> </span> <span class="headline-wrapper"> Humans can handle this heat - doctor <span id="dna-comment-count___CPS_25762795" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389680026782" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25722457"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72261000/png/_72261322_mmgossipcolumnextraaugust18.png" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> Transfer update: Chelsea&#039;s 拢21m deal <span id="dna-comment-count___CPS_25722457" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1389656337990" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/25722465"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72262000/png/_72262687_mmftbronaldoint.png" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> Ronaldo &#039;proud&#039; of Ballon d&#039;Or win <span id="dna-comment-count___CPS_25722465" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> <li> <a class=" image" data-published="1375033717793" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/23485405"> <span class="image-wrapper image-small"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/68993000/jpg/_68993799_angerer.jpg" width="144" height="81" alt=""/> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> </span> <span class="headline-wrapper"> Keeper&#039;s two stunning penalty saves <span id="dna-comment-count___CPS_23485405" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> </li> </ul> </div> </div> <script type="text/javascript"> require( ['jquery-1', 'sportui/sportui/imageGallery'], function($, imageGallery) { $(function() { var avCarousel = imageGallery("#av-highlights .carousel-content", { counterContainer : "#av-highlights .carousel-header", moveBy : 3 }); }); }); </script> <div id="comment-and-analysis" class="type-a-container-comment-1" data-istats-container="comment-and-analysis"> <div id="comment-stories" class="type-a-comment-list-1"> <h2>Features &amp; Analysis</h2> <ul> <li class="first small with-image"> <a class=" image" data-published="1374067974573" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/formula1/23346006"> <span class="image-wrapper image-large"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72314000/jpg/_72314601_bernie34.jpg" width="224" height="126" alt="Bernie Ecclestone "/> </span> <span class="headline-wrapper"> Bernie Ecclestone - the man, myths and motors <span id="dna-comment-count___CPS_23346006" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> <div> <p class="description"> F1 supremo Bernie Ecclestone is facing his biggest challenge yet, says BBC Sport's Andrew Benson </p> </div> </li> <li class=" small with-image"> <a class=" image" data-published="1389870244172" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25755711"> <span class="image-wrapper image-smallest"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72314000/jpg/_72314874_hi020630327.jpg" width="48" height="48" alt="Southampton"/> </span> <span class="headline-wrapper"> What does Cortese&#039;s exit mean for Southampton? <span id="dna-comment-count___CPS_25755711" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> <div> <p class="description"> The departure of a visionary chairman in Nicola Cortese will have far-reaching consequences for Southampton, says Ben Smith </p> </div> </li> <li class=" small with-image"> <a class=" image" data-published="1389800692936" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/cricket/25742500"> <span class="image-wrapper image-smallest"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72305000/jpg/_72305052_stevenfinn.jpg" width="48" height="48" alt="Steven Finn"/> </span> <span class="headline-wrapper"> Finn &#039;needed to be put out of his misery&#039; <span id="dna-comment-count___CPS_25742500" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> <div> <p class="description"> Steven Finn must take a "total break" after leaving England's Ashes tour early, says cricket correspondent Jonathan Agnew </p> </div> </li> <li class=" small with-image"> <a class=" image" data-published="1389777661511" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25735717"> <span class="image-wrapper image-smallest"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72289000/jpg/_72289525_davis77.jpg" width="48" height="48" alt="Liam Davis"/> </span> <span class="headline-wrapper"> How I came out - Britain&#039;s only openly gay footballer <span id="dna-comment-count___CPS_25735717" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> <div> <p class="description"> Liam Davis may be backed by his team-mates, but he says a top-flight player coming out is still "two or three years" away </p> </div> </li> <li class=" small with-image"> <a class=" image" data-published="1389774176410" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/winter-olympics/25729591"> <span class="image-wrapper image-smallest"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72289000/jpg/_72289391_skaters.jpg" width="48" height="48" alt="Penny Coomes"/> </span> <span class="headline-wrapper"> In the shadow of Torvill and Dean <span id="dna-comment-count___CPS_25729591" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> <div> <p class="description"> Thirty years on from the golden couple's Bolero routine, how are British skaters fighting to redefine their sport? </p> </div> </li> <li class=" small with-image"> <a class=" image" data-published="1389706397772" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-union/25724749"> <span class="image-wrapper image-smallest"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/70308000/jpg/_70308596_007347950.jpg" width="48" height="48" alt="Jeremy Guscott"/> </span> <span class="headline-wrapper"> I&#039;d pick Care as England scrum-half - Guscott <span id="dna-comment-count___CPS_25724749" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> <div> <p class="description"> BBC's rugby expert on England's scrum-half dilemma, whether Welsh sides are at a disadvantage in the Heineken Cup, and more </p> </div> </li> <li class=" small with-image"> <a class=" image" data-published="1330085957908" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/17151954"> <span class="image-wrapper image-smallest"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72234000/jpg/_72234892_ronnieosullivan543.jpg" width="48" height="48" alt="Ronnie O'Sullivan "/> </span> <span class="headline-wrapper"> Must-not-miss sport on the BBC <span id="dna-comment-count___CPS_17151954" class="gvl3-icon gvl3-icon-comment comment-count"></span> </span> </a> <div> <p class="description"> Your guide to the latest sporting events on the BBC, including Masters snooker, Australian Open tennis and FA Cup football </p> </div> </li> </ul> </div> <script type="text/javascript"> require( ["sportui/commentandanalysis"], function(commentandanalysis) { commentandanalysis.init(); } ); </script> </div> <div id="other-site" class="type-a-container-other-site-1" data-istats-container="other-site"> <h2>Around BBC Sport</h2> <ul class="other-site-stories"> <li class="with-image"> <h3><a class=" image" data-published="1389752491112" href="/web/20140116164302/http://www.bbc.co.uk/news/science-environment-25727050"> <span class="image-wrapper image-medium"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72277000/jpg/_72277866_c0178518-assorted_pills-spl.jpg" width="160" height="90" alt="pills"/> </span> Brain doping common in amateur sport <span id="dna-comment-count___CPS_25727050" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </h3> <div class="medium"> <p class="description"> A study of amateur athletes in Germany shows the use of cognitive enhancement medicines is widespread in non-professional sport. </p> <span class="info"> <span class="timestamp">15 Jan 2014</span> <a href="/web/20140116164302/http://www.bbc.co.uk/news/science_and_environment/" class="tag ">Science &amp; Environment</a> </span> </div> </li> <li class="with-image"> <h3><a class=" image" data-published="1389719041356" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/table-tennis/25715721"> <span class="image-wrapper image-medium"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72288000/jpg/_72288805_72246542.jpg" width="160" height="90" alt="Tin-Tin Ho"/> </span> &#039;My dad named me after table tennis&#039; <span id="dna-comment-count___CPS_25715721" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </h3> <div class="medium"> <p class="description"> Meet England's 15-year-old Commonwealth Games hopeful, her brother Ping and a father obsessed with table tennis </p> <span class="info"> <span class="timestamp">16 Jan 2014</span> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/table-tennis/" class="tag ">Table Tennis</a> </span> </div> </li> <li class="with-image"> <h3><a class=" image" data-published="1389613241205" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/winter-olympics/25636804"> <span class="image-wrapper image-medium"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72241000/jpg/_72241888_neureuther.jpg" width="160" height="90" alt="Felix Neureuther"/> </span> Winter Olympics sports this week <span id="dna-comment-count___CPS_25636804" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </h3> <div class="medium"> <p class="description"> There will be a last-minute push for Sochi places this week as the 2014 Olympic qualification period comes to an end </p> <span class="info"> <span class="timestamp">13 Jan 2014</span> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/winter-olympics/2014/" class="tag ">Sochi 2014</a> </span> </div> </li> </ul> </div> <div class="section-digest three-columns" data-istats-container="section-digest"> <h2>More Sports</h2> <ul> <li class="new-row"> <a class="tag" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/athletics/">ATHLETICS</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/25753047">Rio Laureus Sports Awards cancelled</a> </li> <li> <a class="tag" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/boxing/">BOXING</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/boxing/25744071">Former world champion Barker retires</a> </li> <li> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/cricket/">CRICKET</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/cricket/25704068">Australia rest Watson for three ODIs</a> </li> <li class="new-row"> <a class="tag" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/cycling/">CYCLING</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/cycling/25652548">Cycling anti-doping panel named</a> </li> <li> <a class="tag" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/disability-sport/">DISABILITY SPORT</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/disability-sport/25741966">Gallagher completes World Cup treble</a> </li> <li> <a class="tag" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/football/">FOOTBALL</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25733133">Seedorf appointed new AC Milan boss</a> </li> <li class="new-row"> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/formula1/">FORMULA 1</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/formula1/25753557">Button tweets of 'pride' in father</a> </li> <li> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/golf/">GOLF</a> <a href="https://web.archive.org/web/20140116164302/http://www.pgatour.com/tournaments/humana-challenge-in-partnership-with-the-clinton-foundation/leaderboard.html">Humana Challenge leaderboard</a> </li> <li> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/horse-racing/">HORSE RACING</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/horse-racing/25745112">Frankel's first foal born in Ireland</a> </li> <li class="new-row"> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/motogp/">MOTO GP</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/motogp/25337056">Laverty signs for second MotoGP year</a> </li> <li> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/olympics/">OLYMPICS</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/canoeing/25672290">Olympic champion Stott back training</a> </li> <li> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-league/">RUGBY LEAGUE</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-league/25759196">Broncos sign Tonga's Mataitonga</a> </li> <li class="new-row"> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-union/">RUGBY UNION</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-union/25753426">Bristol's Holley coy on Osprey Jones</a> </li> <li> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/snooker/">SNOOKER</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/snooker/25749453">Robertson &amp; Walden reach quarters</a> </li> <li> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/swimming/">SWIMMING</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/wales/25725618">Swim coach McAllister to leave Wales</a> </li> <li class="new-row"> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/">TENNIS</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/live/tennis/25644376">Murray v Millot as it happened</a> </li> <li> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/winter-sports/">WINTER SPORTS</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/winter-olympics/25712895">Britain's Sochi biathlon team named</a> </li> </ul> </div> <div class="section-digest three-columns" data-istats-container="section-digest"> <h2>Around the UK</h2> <ul> <li class="new-row"> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/england/">ENGLAND</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/diving/25718559">Daley to make London training switch</a> </li> <li> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/scotland/">SCOTLAND</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25763568">Celtic focus benefits Commons' form</a> </li> <li> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/wales/">WALES</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/football/25763501">Maynard completes Wigan loan switch</a> </li> <li class="new-row"> <a class="tag" href="/web/20140116164302/http://www.bbc.co.uk/sport/0/northern-ireland/">NORTHERN IRELAND</a> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-union/25762095">Leicester and Ulster in big cup clash</a> </li> </ul> </div> </div> </div> <div id="events" class="type-a-container-tertiary-1" role="complementary" data-istats-container="events"> <div id="resultsfixtures-include" class="type-a-data-feed-1" data-istats-container="resultsfixtures-include"> <div class="accordion-outer" data-istats-container="football-accordion"> <div class="accordion-wrapper mod upcoming"> <h2 class="heading-data">Latest Football</h2> <!-- Competition Select menu --> <div class="accordion-selector"> <form id="accordion-competition-form" method="get"> <input type="hidden" name="ajaxPostUrl" id="ajaxPostUrlHidden" value="http://polling.bbc.co.uk/sport/shared/football/accordion/partial/collated"/> <input type="hidden" name="ajaxPostQueryString" id="ajaxPostQueryStringHidden" value=""/> <label for="accordion-competition-drop-down">Show me:</label><select id="accordion-competition-drop-down" name="selectedCompetitionId" tabindex=""> <option value="118996114" selected="selected">Premier League</option> <option value="118996115">Championship</option> <option value="118996116">League One</option> <option value="118996117">League Two</option> <option value="118996118">Football Conference</option> <option value="118996307">Conference North</option> <option value="118996308">Conference South</option> <option value="118998036">FA Cup</option> <option value="118998039">FA Cup Qualifying</option> <option value="118998037">League Cup</option> <option value="118998038">Football League Trophy</option> <option value="118998041">The FA Trophy</option> <option value="118998997">The FA Community Shield</option> <option value="118996176">Scottish Premiership</option> <option value="118996177">Scottish Championship</option> <option value="118996178">Scottish League One</option> <option value="118996179">Scottish League Two</option> <option value="118999031">Highland League</option> <option value="119003997">Lowland League</option> <option value="118998098">Scottish Cup</option> <option value="118998099">Scottish League Cup</option> <option value="118998100">Scottish Challenge Cup</option> <option value="118996207">Welsh Premier League</option> <option value="118998129">Welsh Cup</option> <option value="118996208">Welsh League Cup</option> <option value="118996238">Irish Premiership</option> <option value="118998043">Irish Cup</option> <option value="118996240">League of Ireland Premier</option> <option value="119001880">World Cup</option> <option value="119001881">World Cup Qualifying - European</option> <option value="119001913">Confederations Cup</option> <option value="118999062">Women's European Championship</option> <option value="119001914">Africa Cup of Nations</option> <option value="119002005">Euro Under-21 Championship</option> <option value="119002004">Euro Under-21 Qualifying</option> <option value="119001943">International Friendlies</option> <option value="118999958">Champions League</option> <option value="118999989">Europa League</option> <option value="119003064">Club World Cup</option> <option value="119000919">Austrian Bundesliga</option> <option value="119000924">Belgian Pro League</option> <option value="119000950">Danish Superliga</option> <option value="119001012">Dutch Eredivisie</option> <option value="119000955">Finnish Veikkausliiga</option> <option value="119000981">French Ligue 1</option> <option value="119000986">German Bundesliga</option> <option value="119001136">Greek Superleague</option> <option value="119001017">Italian Serie A</option> <option value="119001043">Norwegian Tippeligaen</option> <option value="119001048">Portuguese Primeira Liga</option> <option value="119001074">Spanish La Liga</option> <option value="119001079">Swedish Allsvenskan</option> <option value="119001105">Swiss Super League</option> <option value="119001110">Turkish Super Lig</option> <option value="119003989">Women's Super League</option> <option value="118998135">Women's League Cup</option> <option value="999999991">Women's Premier North</option> <option value="999999992">Women's Premier South</option> </select> <input type="submit" value="Update" id="accordion-competition-drop-down-submit"> </form> </div><!-- End accordion-selector --> <!-- All Fixtures --> <div class="accordion-fixtures"> <!-- Previous Fixtures (results) --> <button class="accordion-header previous">Previous Results</button> <div class="accordion-container previous"> <span class="date">Mon 13 Jan 2014 - Premier League</span> <ul class="previous-fixtures"> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/25617902"> <span class="inner-wrapper-a"> <span class="home-team">Aston Villa</span> <span class="result">1 - 2</span> <span class="away-team">Arsenal</span> </span> <span class="inner-wrapper-b"> <span class="status result"><abbr title="Full Time">FT</abbr></span> </span> </a> </li> </ul> <span class="date">Sun 12 Jan 2014 - Premier League</span> <ul class="previous-fixtures"> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/25609826"> <span class="inner-wrapper-a"> <span class="home-team">Newcastle</span> <span class="result">0 - 2</span> <span class="away-team">Man City</span> </span> <span class="inner-wrapper-b"> <span class="status result"><abbr title="Full Time">FT</abbr></span> </span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/25609799"> <span class="inner-wrapper-a"> <span class="home-team">Stoke</span> <span class="result">3 - 5</span> <span class="away-team">Liverpool</span> </span> <span class="inner-wrapper-b"> <span class="status result"><abbr title="Full Time">FT</abbr></span> </span> </a> </li> </ul> <span class="date">Sat 11 Jan 2014 - Premier League</span> <ul class="previous-fixtures"> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/25600393"> <span class="inner-wrapper-a"> <span class="home-team">Hull</span> <span class="result">0 - 2</span> <span class="away-team">Chelsea</span> </span> <span class="inner-wrapper-b"> <span class="status result"><abbr title="Full Time">FT</abbr></span> </span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/25600389"> <span class="inner-wrapper-a"> <span class="home-team">Cardiff</span> <span class="result">0 - 2</span> <span class="away-team">West Ham</span> </span> <span class="inner-wrapper-b"> <span class="status result"><abbr title="Full Time">FT</abbr></span> </span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/25600463"> <span class="inner-wrapper-a"> <span class="home-team">Everton</span> <span class="result">2 - 0</span> <span class="away-team">Norwich</span> </span> <span class="inner-wrapper-b"> <span class="status result"><abbr title="Full Time">FT</abbr></span> </span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/25600520"> <span class="inner-wrapper-a"> <span class="home-team">Fulham</span> <span class="result">1 - 4</span> <span class="away-team">Sunderland</span> </span> <span class="inner-wrapper-b"> <span class="status result"><abbr title="Full Time">FT</abbr></span> </span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/25600388"> <span class="inner-wrapper-a"> <span class="home-team">Southampton</span> <span class="result">1 - 0</span> <span class="away-team">West Brom</span> </span> <span class="inner-wrapper-b"> <span class="status result"><abbr title="Full Time">FT</abbr></span> </span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/25600519"> <span class="inner-wrapper-a"> <span class="home-team">Tottenham</span> <span class="result">2 - 0</span> <span class="away-team">Crystal Palace</span> </span> <span class="inner-wrapper-b"> <span class="status result"><abbr title="Full Time">FT</abbr></span> </span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/25600466"> <span class="inner-wrapper-a"> <span class="home-team">Man Utd</span> <span class="result">2 - 0</span> <span class="away-team">Swansea</span> </span> <span class="inner-wrapper-b"> <span class="status result"><abbr title="Full Time">FT</abbr></span> </span> </a> </li> </ul> <span class="date">Wed 1 Jan 2014 - Premier League</span> <ul class="previous-fixtures"> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/25513273"> <span class="inner-wrapper-a"> <span class="home-team">Swansea</span> <span class="result">2 - 3</span> <span class="away-team">Man City</span> </span> <span class="inner-wrapper-b"> <span class="status result"><abbr title="Full Time">FT</abbr></span> </span> </a> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/25513360"> <span class="inner-wrapper-a"> <span class="home-team">Arsenal</span> <span class="result">2 - 0</span> <span class="away-team">Cardiff</span> </span> <span class="inner-wrapper-b"> <span class="status result"><abbr title="Full Time">FT</abbr></span> </span> </a> </li> </ul> <p class="more-button"> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/premier-league/results">More results</a> </p> <!-- View all results link --> <p class="footer"> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/premier-league/results">View all results</a> </p> </div><!-- End accordion-container previous --> <!-- Live / Today Fixtures --> <!-- Upcoming Fixtures --> <button class="accordion-header upcoming">Upcoming Fixtures</button> <div class="accordion-container upcoming"> <span class="date">Sat 18 Jan 2014 - Premier League</span> <ul class="upcoming-fixtures"> <li> <span> <span class="inner-wrapper-a"> <span class="home-team">Sunderland</span> <span class="result"><abbr title="Versus">v</abbr></span> <span class="away-team">Southampton</span> </span> <span class="inner-wrapper-b"> <span class="status upcoming"><abbr title="Kick off 12:45">12:45</abbr></span> </span> </span> </li> <li> <span> <span class="inner-wrapper-a"> <span class="home-team">Arsenal</span> <span class="result"><abbr title="Versus">v</abbr></span> <span class="away-team">Fulham</span> </span> <span class="inner-wrapper-b"> <span class="status upcoming"><abbr title="Kick off 15:00">15:00</abbr></span> </span> </span> </li> <li> <span> <span class="inner-wrapper-a"> <span class="home-team">Crystal Palace</span> <span class="result"><abbr title="Versus">v</abbr></span> <span class="away-team">Stoke</span> </span> <span class="inner-wrapper-b"> <span class="status upcoming"><abbr title="Kick off 15:00">15:00</abbr></span> </span> </span> </li> <li> <span> <span class="inner-wrapper-a"> <span class="home-team">Man City</span> <span class="result"><abbr title="Versus">v</abbr></span> <span class="away-team">Cardiff</span> </span> <span class="inner-wrapper-b"> <span class="status upcoming"><abbr title="Kick off 15:00">15:00</abbr></span> </span> </span> </li> <li> <span> <span class="inner-wrapper-a"> <span class="home-team">Norwich</span> <span class="result"><abbr title="Versus">v</abbr></span> <span class="away-team">Hull</span> </span> <span class="inner-wrapper-b"> <span class="status upcoming"><abbr title="Kick off 15:00">15:00</abbr></span> </span> </span> </li> <li> <span> <span class="inner-wrapper-a"> <span class="home-team">West Ham</span> <span class="result"><abbr title="Versus">v</abbr></span> <span class="away-team">Newcastle</span> </span> <span class="inner-wrapper-b"> <span class="status upcoming"><abbr title="Kick off 15:00">15:00</abbr></span> </span> </span> </li> <li> <span> <span class="inner-wrapper-a"> <span class="home-team">Liverpool</span> <span class="result"><abbr title="Versus">v</abbr></span> <span class="away-team">Aston Villa</span> </span> <span class="inner-wrapper-b"> <span class="status upcoming"><abbr title="Kick off 17:30">17:30</abbr></span> </span> </span> </li> </ul> <span class="date">Sun 19 Jan 2014 - Premier League</span> <ul class="upcoming-fixtures"> <li> <span> <span class="inner-wrapper-a"> <span class="home-team">Swansea</span> <span class="result"><abbr title="Versus">v</abbr></span> <span class="away-team">Tottenham</span> </span> <span class="inner-wrapper-b"> <span class="status upcoming"><abbr title="Kick off 13:30">13:30</abbr></span> </span> </span> </li> <li> <span> <span class="inner-wrapper-a"> <span class="home-team">Chelsea</span> <span class="result"><abbr title="Versus">v</abbr></span> <span class="away-team">Man Utd</span> </span> <span class="inner-wrapper-b"> <span class="status upcoming"><abbr title="Kick off 16:00">16:00</abbr></span> </span> </span> </li> </ul> <span class="date">Mon 20 Jan 2014 - Premier League</span> <ul class="upcoming-fixtures"> <li> <span> <span class="inner-wrapper-a"> <span class="home-team">West Brom</span> <span class="result"><abbr title="Versus">v</abbr></span> <span class="away-team">Everton</span> </span> <span class="inner-wrapper-b"> <span class="status upcoming"><abbr title="Kick off 20:00">20:00</abbr></span> </span> </span> </li> </ul> <span class="date">Tue 28 Jan 2014 - Premier League</span> <ul class="upcoming-fixtures"> <li> <span> <span class="inner-wrapper-a"> <span class="home-team">Man Utd</span> <span class="result"><abbr title="Versus">v</abbr></span> <span class="away-team">Cardiff</span> </span> <span class="inner-wrapper-b"> <span class="status upcoming"><abbr title="Kick off 19:45">19:45</abbr></span> </span> </span> </li> <li> <span> <span class="inner-wrapper-a"> <span class="home-team">Norwich</span> <span class="result"><abbr title="Versus">v</abbr></span> <span class="away-team">Newcastle</span> </span> <span class="inner-wrapper-b"> <span class="status upcoming"><abbr title="Kick off 19:45">19:45</abbr></span> </span> </span> </li> </ul> <p class="more-button"> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/premier-league/fixtures">More fixtures</a> </p> <p class="footer"> <a href="/web/20140116164302/http://www.bbc.co.uk/sport/football/premier-league/fixtures">View all fixtures</a> <span class="time-notice">All times UK</span> </p> </div><!-- End accordion-container upcoming --> </div><!-- End All Fixtures --> </div> </div> <script type="text/javascript"> require( {baseUrl: "https://web.archive.org/web/20140116164302/http://static.bbci.co.uk/sport/2.7.138/desktop/modules/"}, ["accordioninit", "accordion"], function(accordioninit, accordion) { accordioninit.init('https://web.archive.org/web/20140116164302/http://polling.bbc.co.uk/sport/shared/football/accordion/partial/collated/118996114', accordion); } ); </script> </div> <div id="event-stats-hyper" class="type-a-hyperpuff-1" data-istats-container="event-stats-hyper"> <div class="promo-list-items" data-istats-container="promo-list-items"> <div class="accordion-lite"> <div class="accordion-lite-heading"><h2>Scores, Results &amp; Fixtures</h2></div> <ul> <li> <h3><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/">Tennis Australian Open (13-26 January)</a></h3> <p class="description"> </p> <p class="alsos"> <span><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/tennis/mens-singles/live-scores">Men's scores</a></span> <span class="pipe">|</span> <span><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/tennis/womens-singles/live-scores">Women's scores</a></span> <span class="pipe">|</span> <span><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/tennis/22713811">Order of play</a></span> </p> </li> <li> <h3><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/snooker/">Masters Snooker</a></h3> <p class="alsos"> <span><a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/snooker/25622912">Schedule</a></span> <span class="pipe">|</span> <span><a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/17151954">BBC coverage </a></span> <span class="pipe">|</span> <span class="external-link-icon"></span><span class=""><a href="https://web.archive.org/web/20140116164302/http://www.worldsnooker.com/page/Home">Official website</a></span> </p> </li> <li> <h3><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/golf/">Golf leaderboards</a></h3> <p class="alsos"> <span class="external-link-icon"></span><span class=""><a href="https://web.archive.org/web/20140116164302/http://www.europeantour.com/europeantour/season=2014/tournamentid=2014003/leaderboard/index.html">Abu Dhabi Championship</a></span> <span class="pipe">|</span> <span class="external-link-icon"></span><span class=""><a href="https://web.archive.org/web/20140116164302/http://www.pgatour.com/leaderboard.html">Humana Challenge, California</a></span> </p> </li> <li> <h3><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/cricket/20729270">Cricket: England men in Australia 2013-14</a></h3> <p class="alsos"> <span><a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/cricket/20729270">Schedule</a></span> <span class="pipe">|</span> <span><a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/cricket/15665499">Coverage</a></span> </p> </li> <li> <h3><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/cricket/23864027">Women's Ashes: England in Australia, 6 Jan-2 Feb</a></h3> <p class="alsos"> <span><a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/cricket/23864027">Schedule &amp; coverage</a></span> </p> </li> <li> <h3><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/horse-racing/">Horse Racing</a></h3> <p class="alsos"> <span><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/horse-racing/uk-ireland/results">UK &amp; Ire results</a></span> <span class="pipe">|</span> <span><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/horse-racing/20719144">Calendar</a></span> <span class="pipe">|</span> <span class="external-link-icon"></span><span class=""><a href="https://web.archive.org/web/20140116164302/http://twitter.com/#!/bbcsportwebsite/racing">BBC Tweets</a></span> </p> </li> <li> <h3><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/football/20316028">Your essential sports diary</a></h3> <p class="alsos"> <span><a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/25455532">2014 sport calendar</a></span> <span class="pipe">|</span> <span><a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/disability-sport/20271169">Disability sport calendar 2014</a></span> </p> </li> </ul> </div> </div> </div> <div id="radio-coverage-hyper" class="type-a-hyperpuff-1" data-istats-container="radio-coverage-hyper"> <div class="radio-links-container" data-istats-container="radio-links-container"> <h2>Live on the BBC</h2> <ul class="radio-link-promos"> <li> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72235000/jpg/_72235494_bbc_two.jpg" alt="test" width="66" height="37"/> <h3><a class=" link live" data-published="1388924238165" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/tv/bbctwo/live"> <span class="icon-gvl3 icon-gvl3-watch">Watch video</span> <span class="live-updating">Live</span> Masters Snooker <span id="dna-comment-count___CPS_25613249" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </h3> <div> <p class="description"> Thu 16 Jan, 13:00 GMT, BBC Two </p> </div> </li> <li> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72221000/jpg/_72221809_bbcradio5live.jpg" alt="test" width="66" height="37"/> <h3><a class=" link" data-published="1389458499089" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/5live"> <span class="icon-gvl3 icon-gvl3-listen">Listen to audio</span> 5 live Golf <span id="dna-comment-count___CPS_25699109" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </h3> <div> <p class="description"> Thu 16 Jan, 19:30 GMT, BBC Radio 5 live </p> </div> </li> <li> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72221000/jpg/_72221814_bbcradio5live.jpg" alt="test" width="66" height="37"/> <h3><a class=" link" data-published="1389458559923" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/5live"> <span class="icon-gvl3 icon-gvl3-listen">Listen to audio</span> Get Set Glasgow <span id="dna-comment-count___CPS_25699111" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </h3> <div> <p class="description"> Commonwealth Games, Thu 16 Jan, 20:00 GMT, BBC Radio 5 live </p> </div> </li> <li> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72104000/jpg/_72104404_bbc_radio5_live_sports_extra-1.jpg" alt="test" width="66" height="37"/> <h3><a class=" link" data-published="1389014120709" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/5livesportsextra"> <span class="icon-gvl3 icon-gvl3-listen">Listen to audio</span> Australia v England <span id="dna-comment-count___CPS_25626927" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </h3> <div> <p class="description"> 2nd ODI, Fri 17 Jan, 03:25 GMT, BBC Radio 5 live sports extra </p> </div> </li> <li> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72088000/jpg/_72088457_bbcradio5live.jpg" alt="test" width="66" height="37"/> <h3><a class=" link" data-published="1388923185237" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/5live"> <span class="icon-gvl3 icon-gvl3-listen">Listen to audio</span> Weekend football preview show <span id="dna-comment-count___CPS_25613126" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </h3> <div> <p class="description"> Fri 17 Jan, 19:00 GMT, BBC Radio 5 live </p> </div> </li> <li> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72300000/jpg/_72300251_bbc-radio-newcastle-320x180.jpg" alt="test" width="66" height="37"/> <h3><a class=" link" data-published="1389793209909" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-union-25746960"> <span class="icon-gvl3 icon-gvl3-listen">Listen to audio</span> Newcastle v Bucharesti <span id="dna-comment-count___CPS_25748207" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </h3> <div> <p class="description"> Challenge Cup, Thu 16 Jan, 19:30 GMT, BBC Radio Newcastle </p> </div> </li> <li> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/72300000/jpg/_72300133_bbc-radio-bristol-320x180.jpg" alt="test" width="66" height="37"/> <h3><a class=" link" data-published="1389793147525" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/rugby-union-25746958"> <span class="icon-gvl3 icon-gvl3-listen">Listen to audio</span> Bath v Bordeaux Begles <span id="dna-comment-count___CPS_25748205" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </h3> <div> <p class="description"> Challenge Cup, Thu 16 Jan, 19:45 GMT, BBC Radio Bristol </p> </div> </li> </ul> <ul class="all-commentaries-link"> <li> <a href="https://web.archive.org/web/20140116164302/http://news.bbc.co.uk/sport1/hi/front_page/13629860.stm"> All Commentaries </a> </li> </ul> </div> </div> <div class="gossip-promo" data-istats-container="gossip-promo"> <h3><a class=" image" data-published="1327405089195" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/football/gossip/"> <span class="image-wrapper image-"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/64277000/jpg/_64277982_gossip_promo_sportfootball(2).jpg" width="336" height="100" alt="Gossip logo"/> </span> Today&#039;s football gossip column <span id="dna-comment-count___CPS_16702068" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </h3> <div> </div> <ul class="additional-links"> <li> <a class=" link" data-published="1327594895458" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/sport/0/formula1/gossip/"> Formula 1 gossip column <span id="dna-comment-count___CPS_16749050" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> <span class="info"> </span> </li> </ul> </div> <div id="special-promotion-hyper-1" class="type-a-hyperpuff-1" data-istats-container="special-promotion-hyper-1"> <div class="postbox-promos promo" data-istats-container="postbox-promos"> <div class="promo-wrapper"> <h3><a class=" image" data-published="1374474258166" href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/getinspired"> <span class="image-wrapper image-"> <img src="https://web.archive.org/web/20140116164302im_/http://news.bbcimg.co.uk/media/images/68873000/jpg/_68873236_getinspiredwidget336pxx129px.jpg" width="336" height="129" alt="Get Inspired"/> </span> <span id="dna-comment-count___CPS_23402274" class="gvl3-icon gvl3-icon-comment comment-count"></span> </a> </h3> <div> <p class="description"> Find out how to get into sports and activities near you and learn more about our new campaign </p> </div> </div> </div> </div> <div id="special-promotion-hyper-3" class="type-a-hyperpuff-1" data-istats-container="special-promotion-hyper-3"> <div id="ttd-widget"> <div id="ttd-widget-header"> <h2><a href="/web/20140116164302/http://www.bbc.co.uk/thingstodo/project/get-inspired">Things To Do</a></h2> <p>RUN BY THE BBC AND PARTNERS</p> <div id="ttd-widget-header-image"></div> </div> <div id="ttd-widget-content"> <ul> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/thingstodo/activity/woman-s-football-fun-and-fitness-sessions/occurrence/348986" title="Woman's Football: Fun and Fitness Sessions"> <img src="https://web.archive.org/web/20140116164302im_/http://ichef.bbci.co.uk/thingstodo/image/128x72/2013/12/18/woman-s-football-fun-and-fitness-sessions_76e6dd1f.jpg" width="128" height="72" alt="Women enjoying football"/> </a> <p class="date-block"><span class="date"><span class="dayText">THU </span><span class="day">16 </span><span class="month">JAN</span></span></p> <h3><a href="/web/20140116164302/http://www.bbc.co.uk/thingstodo/activity/woman-s-football-fun-and-fitness-sessions/occurrence/348986">Woman's Football: Fun and Fitness Sessions</a></h3> <p class="partner location">Northumberland Football Association</p> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/thingstodo/activity/team-futsal-boys-football-training/occurrence/316548" title="Team Futsal: Boys Football Training"> <img src="https://web.archive.org/web/20140116164302im_/http://ichef.bbci.co.uk/thingstodo/image/128x72/2013/09/26/team-futsal-boys-football-training-u11-in-romford-east-london-essex_323d1089.jpg" width="128" height="72" alt="Futsal players, keeping a foot on the ball"/> </a> <p class="date-block"><span class="date"><span class="dayText">THU </span><span class="day">16 </span><span class="month">JAN</span></span></p> <h3><a href="/web/20140116164302/http://www.bbc.co.uk/thingstodo/activity/team-futsal-boys-football-training/occurrence/316548">Team Futsal: Boys Football Training</a></h3> <p class="partner location">Team Futsal</p> </li> <li> <a href="/web/20140116164302/http://www.bbc.co.uk/thingstodo/activity/adult-futsal-league-woman-s/occurrence/345526" title="Adult Futsal League Woman's"> <img src="https://web.archive.org/web/20140116164302im_/http://ichef.bbci.co.uk/thingstodo/image/128x72/2013/12/19/adult-futsal-league-woman-s_39508075.jpg" width="128" height="72" alt="Woman's Futsal game"/> </a> <p class="date-block"><span class="date"><span class="dayText">THU </span><span class="day">16 </span><span class="month">JAN</span></span></p> <h3><a href="/web/20140116164302/http://www.bbc.co.uk/thingstodo/activity/adult-futsal-league-woman-s/occurrence/345526">Adult Futsal League Woman's</a></h3> <p class="partner location">Northumberland Football Association</p> </li> </ul> <p class="more"><a href="/web/20140116164302/http://www.bbc.co.uk/thingstodo/project/get-inspired" title="">More Activities &gt;</a></p> </div> <div id="ttd-widget-footer"> <form action="/web/20140116164302/http://www.bbc.co.uk/thingstodo/project/get-inspired?max=3&amp;priority[0]=1&amp;priority[1]=2&amp;priority[2]=3&amp;sort[0]=priority&amp;sort[1]=start&amp;order[0]=desc&amp;order[1]=asc&amp;uniqueActivity=true&amp;instanceId=locator_global&amp;from=2014-01-16T17:41:48&amp;category[0]=31" method="get"> <div><input type="hidden" name="priority[]" value="1"/> <input type="hidden" name="priority[]" value="2"/> <input type="hidden" name="priority[]" value="3"/> <input type="hidden" name="sort[]" value="priority"/> <input type="hidden" name="sort[]" value="start"/> <input type="hidden" name="order[]" value="desc"/> <input type="hidden" name="order[]" value="asc"/> <input type="hidden" name="uniqueActivity" value="true"/> <input type="hidden" name="instanceId" value="locator_global"/> <input type="hidden" name="from" value="2014-01-16T17:41:48"/> <input type="hidden" name="category[]" value="31"/> <label for="ttd-widget-search">Find activities near you</label> <input id="ttd-widget-search" name="search" type="text" value="Town, city, postcode" onfocus="this.value=''"/> <input id="ttd-widget-search-btn" type="submit" value="Search"/> </div> </form> </div> </div> <!-- Widget assembled at: Thu, 16 Jan 14 16:41:49 +0000 --> </div> <div class="bbccom_advert_placeholder"> <script type="text/javascript">$render("advert","advert-mpu-bottom");</script> </div> <script type="text/javascript">$render("advert-post-script-load");</script> </div> <!-- END #MAIN-CONTENT & CPS_ASSET_TYPE CLASS: index --> </div> <!-- END CPS_AUDIENCE CLASS: domestic --> </div> <div id="footer-services" class="blq-clearfix"> <div id="services" data-istats-container="footer_services"> <h2>Services</h2> <ul> <li><a href="https://web.archive.org/web/20140116164302/http://news.bbc.co.uk/sport1/hi/15561688.stm" class="services-mobile">Mobile</a></li> <li><a href="/web/20140116164302/http://www.bbc.co.uk/sport/0/15561694" class="services-interactive-tv">Interactive TV</a></li> <li><a href="https://web.archive.org/web/20140116164302/http://news.bbc.co.uk/sport1/hi/15890345.stm" class="services-news-feed">News Feeds</a></li> <li><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/podcasts" class="services-podcasts">Podcasts</a></li> </ul> </div> <div id="about" data-istats-container="footer_about-bbc-sport"> <h2>About BBC Sport</h2> <ul> <li><a href="https://web.archive.org/web/20140116164302/http://news.bbc.co.uk/sport1/hi/front_page/15560234.stm">News Sources</a></li> <li><a href="https://web.archive.org/web/20140116164302/http://news.bbc.co.uk/sport1/hi/front_page/15561348.stm">Help &amp; FAQs</a></li> </ul> </div> </div> </div><!-- close front-page --> </div> <!--[if IE 6]> <div id="blq-ie6-upgrade"> <p> <span>You're using the Internet Explorer 6 browser to view the BBC website. Our site will work much better if you change to a more modern browser. It's free, quick and easy.</span> <a href="http://www.browserchoice.eu/">Find out more <span>about upgrading your browser</span> here&hellip;</a> </p> </div> <![endif]--> <div id="blq-foot" lang="en-GB" class="blq-rst blq-clearfix blq-foot-transparent blq-foot-text-dark"> <div id="blq-footlinks"> <h2 class="blq-hide">BBC links</h2> <ul> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"> <li><a href="https://web.archive.org/web/20140116164302/http://m.bbc.co.uk/" id="blq-footer-mobile">Mobile site</a></li><li><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/terms/">Terms of Use</a></li><li><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/aboutthebbc/">About the BBC</a></li> </ul> </li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"> <li><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/privacy/">Privacy</a></li><li><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/accessibility/">Accessibility Help</a></li> </ul> </li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"> <li><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/privacy/bbc-cookies-policy.shtml">Cookies</a></li><li><a href="https://web.archive.org/web/20140116164302/http://news.bbc.co.uk/sport1/hi/front_page/15561348.stm">Contact the BBC</a></li> </ul> </li> <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"> <li><a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/guidance/">Parental Guidance</a></li> </ul> </li> </ul> <script type="text/javascript">/*<![CDATA[*/ (function() { var mLink = document.getElementById('blq-footer-mobile'), stick = function() { var d = new Date (); d.setYear(d.getFullYear() + 1); d = d.toUTCString(); window.bbccookies.set('ckps_d=m;domain=.bbc.co.uk;path=/;expires=' + d ); window.bbccookies.set('ckps_d=m;domain=.bbc.com;path=/;expires=' + d ); }; if (mLink) { if (mLink.addEventListener) { mLink.addEventListener('click', stick, false); } else if (mLink.attachEvent) { mLink.attachEvent('onclick', stick); } } })(); /*]]>*/</script> </div> <div id="blq-foot-blocks" class="blq-footer-image-dark"><img src="https://web.archive.org/web/20140116164302im_/http://static.bbci.co.uk/frameworks/barlesque/2.59.1/desktop/3.5/img/blocks/dark.png" width="84" height="24" alt="BBC"/></div> <p id="blq-disclaim"><span id="blq-copy">BBC &copy; 2014</span> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/help/web/links/">The BBC is not responsible for the content of external sites. Read more.</a></p> <div id="blq-obit"><p><strong>This page is best viewed in an up-to-date web browser with style sheets (CSS) enabled. While you will be able to view the content of this page in your current browser, you will not be able to get the full visual experience. Please consider upgrading your browser software or enabling style sheets (CSS) if you are able to do so.</strong></p></div> </div> </div> <!-- BBCDOTCOM analytics template:server-side journalismVariant: true ipIsAdvertiseCombined: true adsEnabled: false showDotcom: false flagpole: ON --> </div> </div> <script type="text/javascript"> if (typeof require !== 'undefined') { require(['istats-1'], function(istats){ istats.track('external', { region: document.getElementById('blq-main') }); istats.track('download', { region: document.getElementById('blq-main') }); }); } </script> <script type="text/html" id="blq-panel-template-promo"><![CDATA[ <div id="blq-panel-promo" class="blq-masthead-container"></div> ]]></script> <script type="text/html" id="blq-panel-template-more"><![CDATA[ <div id="blq-panel-more" class="blq-masthead-container blq-clearfix" lang="en-GB" dir="ltr"> <div class="blq-panel-container panel-paneltype-more"> <div class="panel-header"> <h2> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/a-z/"> More&hellip; </a> </h2> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/a-z/" class="panel-header-links panel-header-link">Full A-Z<span class="blq-hide"> of BBC sites</span></a> </div> <div class="panel-component panel-links"> <ul> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/cbbc/" >CBBC</a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/cbeebies/" >CBeebies</a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/comedy/" >Comedy</a> </li> </ul> <ul> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/food/" >Food</a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/history/" >History</a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/learning/" >Learning</a> </li> </ul> <ul> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/music/" >Music</a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/science/" >Science</a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/nature/" >Nature</a> </li> </ul> <ul> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/local/" >Local</a> </li> <li> <a href="https://web.archive.org/web/20140116164302/http://www.bbc.co.uk/travelnews/" >Travel News</a> </li> </ul> </div> </div> ]]></script> <script type="text/javascript"> pulse.init( 'sport', false ); </script> <!-- shared/foot --> <script type="text/javascript"> bbc.fmtj.common.removeNoScript({}); bbc.fmtj.common.tabs.createTabs({}); </script> <!-- hi/news/foot.inc --> <!-- shared/foot_index --> <!-- #CREAM hi news domestic foot.inc --> <script type="text/javascript" src="https://web.archive.org/web/20140116164302js_/http://feeds.bbci.co.uk/modules/comments/getcount/?items=__CPS_25724749"></script> <script type="text/javascript" src="https://web.archive.org/web/20140116164302js_/http://static.bbci.co.uk/sport/2.7.138/desktop/modules/newflag.js"></script> </body> </html> <!-- FILE ARCHIVED ON 16:43:02 Jan 16, 2014 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 23:48:35 Feb 25, 2025. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.635 exclusion.robots: 0.076 exclusion.robots.policy: 0.065 esindex: 0.009 cdx.remote: 15.228 LoadShardBlock: 128.641 (6) PetaboxLoader3.datanode: 132.657 (7) load_resource: 146.364 PetaboxLoader3.resolve: 97.655 -->

Pages: 1 2 3 4 5 6 7 8 9 10