Skip to main content

World Cup 2018: Iran head coach Carlos Queiroz names final squad Accessibility linksFind out moreTop Stories2018 Fifa World CupAlso in SportExplore the BBC

<!--

/**/


/**/

/**//**/

require(['orb/lib/_$'], function($)
$.ready(function()
initialiseFooter();
);

var scrollCheckTimer;
var didScroll;
var previousPosition = 0;
var delta = 5;
var PROMO_SHOW_BREAKPOINT = 1500;
var pageLength = 0;

function initialiseFooter()
// Suppress this feature on browsers we no longer test
var myNav = navigator.userAgent.toLowerCase();
var oldIE = (myNav.indexOf('msie') !== -1) && parseInt(myNav.split('msie')[1], 10) = 3;
if (!disabledByCookie)
require(['orb/fig'], function (orbFig)
orbFig.load(function (fig)
if (fig.geo.isUK())
setUpLazyLoading();

);
);

);

}

function setUpLazyLoading() pageLength - getCurrentPosition() < PROMO_SHOW_BREAKPOINT)
loadPromo();

else
window.onscroll = function ()
didScroll = true;
;

scrollCheckTimer = setInterval(function ()
if (didScroll)
hasScrolled();
didScroll = false;

, 250);



function loadPromo()
clearInterval(scrollCheckTimer);

require(['orb/async/_footerpromo'], function(promo)
promo.init('https://navpromo.api.bbci.co.uk', '');
);


function getViewportHeight()
return window.innerHeight;


function getCurrentPosition()

function hasScrolled()
var currentPosition = getCurrentPosition();
if (Math.abs(previousPosition - currentPosition) previousPosition)
if ((pageLength - currentPosition) <= PROMO_SHOW_BREAKPOINT)
loadPromo();


previousPosition = currentPosition;


})/**/require.config(
paths:
"mybbc/templates": '//mybbc.files.bbci.co.uk/notification-ui/3.9.9/templates',
"mybbc/notifications": '//mybbc.files.bbci.co.uk/notification-ui/3.9.9/js'

);

require(['mybbc/notifications/NotificationsMain', 'idcta/idcta-1'], function (NotificationsMain, idcta)

var loadNotifications = function (isUK)
if (isUK)
window.bbcpage.loadCSS('//mybbc.files.bbci.co.uk/notification-ui/3.9.9/css/main.min.css').then(function()
NotificationsMain.run(idcta, '//mybbc.files.bbci.co.uk/notification-ui/3.9.9/');
);

;

if (window.bbcuser && window.bbcuser.isUKCombined && typeof(window.bbcuser.isUKCombined) === 'function')
// Use new API from Orbit if available
window.bbcuser.isUKCombined().then(function(isUK)
loadNotifications(isUK);
);
else
// Fallback to fig (ORB support)
var orbFig = window.orb.fig;
loadNotifications(orbFig.geo.isUK());

);

/**/
/**//**//**//**/

if (window.SEARCHBOX.suppress === false && window.SEARCHBOX.locale && /^en-?.*?/.test(window.SEARCHBOX.locale))
require.config(
paths:
"search/searchbox": window.SEARCHBOX.searchboxAppStaticPrefix,

);

if (bbcuser && bbcuser.isUKCombined)
bbcuser.isUKCombined().then(function (isUK)
if (isUK)
require(['search/searchbox/searchboxDrawer'], function (SearchboxDrawer)
SearchboxDrawer.run(window.SEARCHBOX);
);

);


"use strict";define("orb/cookies-adapter",["orb/cookies"],function(c)function e(e)return c._setPolicy("ads",e),c._setPolicy("personalisation",e),c._setPolicy("performance",e),c._setPolicy("necessary",e)returnisOrbitEnvironment:function()return"object"==typeof bbccookies&&"function"!=typeof bbccookies._getCookieName,set:function(e,o)var n=new Date;if(n.setYear(n.getFullYear()+1),this.isOrbitEnvironment())return c.set(e,o,domain:c._getCurrentDomain(),path:"/",expires:n);var i=window.location.host.match(/(.bbc(?:.co.uk))(:d+)?(/.*)?$/i),t=e+"="+o+";domain="+(i&&".bbc.co.uk"===i[1]?".bbc.co.uk":".bbc.com")+";path=/;expires="+n.toUTCString()+";";return c.set(t),get:function(e)return this.isOrbitEnvironment()?c.get(e):c.getCrumb(e),copyPolicyCookiesCrossDomain:function(e)if(this.isOrbitEnvironment())return c.copyPolicyCookiesCrossDomain(e);e(),setDefaultCookiesSingleDomain:function()return this.isOrbitEnvironment()?c.setDefaultCookiesSingleDomain():e(!1),setDefaultCookiesCrossDomain:function()return this.isOrbitEnvironment()?c.setDefaultCookiesCrossDomain():e(!1),optInToAllCookiesCrossDomain:function()if(this.isOrbitEnvironment())return c.setCookiePolicyCrossDomain(ads:!0,personalisation:!0,performance:!0,necessary:!0)return e(!0),isCookiePolicySet:function()return this.isOrbitEnvironment()?c.isCookiePolicySet():null!==this.get("ckns_policy")),require(["orb/lib/_script","orb/cookies-adapter"],function(s,t)var c="ckns_explicit",r="1";function a()var e=t.get(c);return null!==e&&e===rfunction b(e,o)e.style.display="none",o.style.display="none"function l(e,o)(e.style.display="none",o.style.display="block",window.bbcpage.trackRegion(o,linkLocation:"nav-banner-cookies"),window.bbcuser.logEvent("view","nav-banner-cookies"))function u()var e=document.getElementById("bbcprivacy"),o=document.getElementById("bbccookies");document.getElementById("bbcprivacy-continue-button").addEventListener("click",function()b(e,o),l(e,o),window.bbcuser.logEvent("click-cta","nav-banner-privacy")),document.getElementById("bbccookies-continue-button").addEventListener("click",function()b(e,o),window.bbcuser.logEvent("click-continue","nav-banner-cookies"),t.optInToAllCookiesCrossDomain(),t.set(c,r));var n,i=document.getElementById("bbccookies-settings").getElementsByTagName("a")[0];i.addEventListener("click",(n=!1,function(e)n)),l(e,o)function m(e,c,r)var o,n,i="https://nav.files.bbci.co.uk/orbit-webmodules/0.0.1-310.fef9859/cookie-banner//cookie-prompt/",t=i+(n="en","string"==typeof(o=e)&&2<=o.length&&(n=o.trim().substring(0,2).toLowerCase()),-1!==["en","cy","gd","ga"].indexOf(n)?n:"en")+".min.js";window.bbcpage.loadCSS("https://nav.files.bbci.co.uk/orbit-webmodules/0.0.1-310.fef9859/cookie-banner//cookie-prompt/bbccookies.min.css").then(function()s.jsonp(t,function(e)var o=e.replace(/<>/g,function()if(window.orb.bbcUrlPrefix)var e=window.orb.bbcUrlPrefix+"bbc.com",o=window.location.host.match(/(bbc(?:.co.uk))(:d+)?(/.*)?$/i);return o&&"bbc.co.uk"===o[1]&&(e=e.replace("bbc.com","bbc.co.uk")),ereturn""());document.getElementById("cookiePrompt").innerHTML=o;for(var n=document.querySelectorAll("[data-region-filter]"),i=0;i<n.length;i++)var t=n[i];t.getAttribute("data-region-filter")!==r&&(t.style.display="none")c(),callbackName:"cookiePrompt"))Promise.all([window.bbcuser.isUKCombined(),window.bbcuser.isEU(),window.bbcpage.getLanguage()]).then(function(e)var o=e[0];if(e[1]).catch(function()m("en",u,"gb")));require(["istats-1","orb/cookies"],function(o,t)if(t.isAllowed("s1"))tryif(!require.s.contexts._.config.paths.idcta)return void i();require(["idcta/idcta-1"],function(t)t&&"function"==typeof t.getIStatsLabels&&o.addLabels(t.getIStatsLabels()),i(),function(t)throw t)catch(t)console&&"function"==typeof console.log&&console.log("an exception occurred while adding idcta labels to istats, invoking istats without them",t),i()function i()o.invoke());"use strict";require(["reverb"],function(e)return e.invoke());if(function()"use strict";if("object"==typeof window)if("IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&"intersectionRatio"in window.IntersectionObserverEntry.prototype)"isIntersecting"in window.IntersectionObserverEntry.prototype(),"function"!=typeof window.CustomEvent)function CustomEvent(t,e)bubbles:!1,cancelable:!1,detail:null;var n=document.createEvent("CustomEvent");return n.initCustomEvent(t,e.bubbles,e.cancelable,e.detail),nCustomEvent.prototype=window.Event.prototype,window.CustomEvent=CustomEventrequire(["detectview","parseContentForEvent"],function(t,n)window.addEventListener("pageshow",function(t)var e=navigator.vendor&&-1<navigator.vendor.indexOf("Apple");t.persisted&&e&&document.location.reload()),t(["[data-bbc-context]","[data-bbc-container]"],function(t)if(!t.hasAttribute("data-bbc-ignore-views"))var e=new CustomEvent("bbc-user-event",bubbles:!0,detail:n(t));t.dispatchEvent(e))),require(["parseContentForEvent","getParentWithSelector"],function(c,u)var h=function(t)return null===t.which?4===t.button:1===t.button,e=function(t)h(t))var e,n,r,i=u(t.target,"[data-bbc-container]"),o=u(t.target,"a");if(i&&o)e.metaKey;["click","auxclick"].forEach(function(t)document.body.addEventListener(t,e))),define("getParentWithSelector",function()return function t(e,n)return e.matches(n)?e:!!e.parentElement&&t(e.parentElement,n)),define("getParentChildPosition",["getParentWithSelector"],function(i)function o(t)var e=i(t,"[data-stats]");return JSON.parse(e.getAttribute("data-stats")).link_locationreturn function(t)var e=i(t,"[data-stats]"),n=Array.prototype.slice.call(document.querySelectorAll("[data-stats]")).indexOf(e)+1,r=Array.prototype.slice.call(t.parentElement.children).indexOf(t)+1;returnPAR:o(t)+"::"+n,CHD:function(t)var e="iplayer-video":"iplayer",video:"video",audio:"audio","iplayer-radio":"audio";if(-1<["message-banner","message-banner-signed-in"].indexOf(o(t)))return"button";var n=t.getAttribute("data-bbc-asset-type");return e[n]?"card-"+e[n]:"card"(t)+"::"+r),define("parseContentForEvent",["getParentWithSelector","getParentChildPosition"],function(i,o)function r(t)return t.hasAttribute("data-bbc-result")?t.getAttribute("data-bbc-result"):function t(e)if(e.hasAttribute("href"))return encodeURIComponent(e.getAttribute("href"));for(var n=e.children,r=0;r<n.length;r++)var i=t(n[r]);if(null!==i)return ireturn null(t)return function(t)returncontainer:t.getAttribute("data-bbc-container");var e,n),define("detectview",function()var h=.5,d=1e3,t=threshold:[0,.2,.5,.8,1];return function(n,s)var e=0,a=[],c=;function u(t)clearTimeout(c[t]),delete c[t]var r=new IntersectionObserver(function(t)t.forEach(function(t)var e,n,r,i=t.target,o=i.getAttribute("data-x-bbc-element-id");r=i,!(-1=h?(c[o]&&u(o),e=function()var t;t=i,a.push(t),s(t),n=d,c[o]=setTimeout(e,n)):u(o)),t),i=function(t)t.setAttribute("data-x-bbc-element-id","el-"+e),r.observe(t),e+=1;function o(t,r)t.forEach(function(t))o(n),new MutationObserver(function(t)t.forEach(function(t)Array.prototype.slice.call(t.addedNodes).forEach(function(e)))).observe(document,childList:!0,subtree:!0));require.config("paths":"bump-3":"//emp.bbci.co.uk/emp/bump-3/bump-3","bump-4":"//emp.bbci.co.uk/emp/bump-4/bump-4","echo-8.1.0":"//static.bbci.co.uk/echoclient/modules/echo-8.1.0.js","jssignals-1":"//static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1","jquery-1":"//static.test.bbc.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.7.2","jquery-1.9":"//static.bbci.co.uk/frameworks/jquery/0.4.1/sharedmodules/jquery-1.9.1","swfobject-2":"//static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2")requirejs.config( paths: 'relay-1': '//static.bbc.co.uk/frameworks/relay/0.2.6/sharedmodules/relay-1' );require(["bbcshare"], function(bbcshare) bbcshare.init(); );if (onesport.enhanced) onesport.requireJsInit(); var _sf_async_config=; /** CONFIGURATION START **/ _sf_async_config.uid = 50924; _sf_async_config.domain = "bbc.co.uk"; _sf_async_config.sections = "sport,football,story"; _sf_async_config.region = "international"; _sf_async_config.path = "bbc.co.uk/sport/football/44357568"; (function() var noCookies = true; var cookiePrefix = '_chartbeat'; if ("object" === typeof bbccookies && typeof bbccookies.readPolicy == 'function') noCookies = !bbccookies.readPolicy().performance; if (noCookies && document.cookie.indexOf(cookiePrefix) !== -1) var cookieSplit = document.cookie.split(';'); var cookieLength = cookieSplit.length; while (cookieLength--) s+$/g, ''); var cookieName = cookie.split('=')[0]; if (cookieName.indexOf(cookiePrefix) === 0) document.cookie = cookieName + '=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/;'; _sf_async_config.noCookies = noCookies; )(); /** CONFIGURATION END **/ (function() function loadChartbeat() window._sf_endpt=(new Date()).getTime(); var e = document.createElement("script"); e.setAttribute("language", "javascript"); e.setAttribute("type", "text/javascript"); e.setAttribute('src', '//static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); var oldonload = window.onload; window.onload = (typeof window.onload != "function") ? loadChartbeat : function() oldonload(); loadChartbeat(); ; )(); if (bbccookies.readPolicy().performance) if (window.morph && window.morph.init && !window.morph.manualInit) window.morph.init();

Popular posts from this blog

Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу