Skip to main content

Archbishop of Canterbury Rowan Williams to stand down Accessibility linksBBC News NavigationAnalysis'Avoid schism' Share this story About sharing More on this storyRelated Internet linksTop Stories Features Elsewhere on the BBC BBC News NavigationBBC News ServicesExplore the BBC

statement on his websiteArchbishop of Canterbury contendersMore reaction to the resignationstatement on the college's website




<!--




/**/


/**/

/**//**/

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);
);

);


window.COOKIES_STATIC_HOST = 'https://nav.files.bbci.co.uk/orbit-webmodules/0.0.1-329.9c7ecd5/cookie-banner//cookie-prompt/';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(!1)); window.old_onload = window.onload; window.onload = function() if(window.old_onload) window.old_onload(); window.loaded = true; ;
/** CONFIGURATION START **/
var _sf_async_config = ;

_sf_async_config.uid = "50924";
_sf_async_config.domain = "www.bbc.co.uk";
_sf_async_config.sections = "News, News - uk, News - STY, News - uk - STY, News - unknown";

_sf_async_config.path = "bbc.co.uk/news/uk-17399403";

(function()
var cookiePrefix = 'ckns_sylphid';
_sf_async_config.idSync = _sf_async_config.idSync ());

/** 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(); ;
());

var _comscore = _comscore || [];
_comscore.push( c1: "2", c2: "17986528");

(function()
if ('object' === typeof bbccookies && bbccookies.cookiesEnabled() && bbccookies.readPolicy('performance'))
var s = document.createElement("script");
var el = document.getElementsByTagName("script")[0];
s.async = true;
s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
el.parentNode.insertBefore(s, el);

)();

Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript