CINXE.COM

BBC NEWS | Most Popular Now | Live World Map

<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_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="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://news.bbc.co.uk:80/2/shared/bsp/hi/live_stats/html/map.stm?","20150308181414","https://web.archive.org/","web","/_static/", "1425838454"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>BBC NEWS | Most Popular Now | Live World Map</title> <meta name="contentFlavor" content="INDEX"/> <link href="https://web.archive.org/web/20150308181414/http://newsrss.bbc.co.uk/rss/newsonline_world_edition/livestats/most_read/rss.xml" rel="alternate" type="application/rss+xml" title="BBC News | Most Popular Stories | World Edition"/> <!-- PULSE_ENABLED:yes --> <!-- HOST_STATIC:http://news.bbcimg.co.uk Site_To_Serve:news Section_Path:(none) blq_web_service:on blq_webservice_release:r62 blq_webservice_variant:journalism blq_cache:cached/ blq_host:wwwimg.bbc.co.uk blq_low_graphics_url:http://news.bbc.co.uk/1/mobile/default.stm blq_language:en-gb blq_server:journalism blq_identity:off identity_target_resource:http://identity/policies/dna/adult blq_cachebust_journalism:2.0.5 blq_new_nav:1 blq_journalism_variant:1 blq_promo_optout:1 sectionName:(none) blq_core_cache:3 cpsPage:(none) blq_query:blq_new_nav=1&amp;blq_nav_color=orange&amp;blq_identity=off&amp;blq_language=en-gb&amp;blq_footer_link_text_1=News%20Sources&amp;blq_footer_link_url_1=http://www.bbc.co.uk/news/10621655&amp;blq_footer_link_text_2=About%20BBC%20News&amp;blq_footer_link_url_2=http://news.bbc.co.uk/1/hi/help/default.stm&amp;blq_footer_link_text_3=&amp;blq_footer_link_url_3=&amp;identity_target_resource=http://identity/policies/dna/adult&amp;blq_footer_color=&amp;IP_IS_ADVERTISE_COMBINED=yes&amp;IP_IS_UK_COMBINED=no&amp;ADS_ENABLED=yes&amp;blq_cachebust_journalism=2.0.5&amp;blq_journalism_variant=1&amp;blq_promo_optout=1&amp;blq_contact_us_url=http://news.bbc.co.uk/newswatch/ifs/hi/feedback/default.stm&quot; hreflang=&quot;en-GB&amp;bbcpage_survey=off&amp;bbcpage_surveysite=&amp;bbcpage_survey_nopop=&amp;survey_forceon=&amp;blq_mobile_url=http://news.bbc.co.uk/1/mobile/default.stm&amp;blq_search_scope=news&amp;blq_requirejs=on&amp;blq_nedstat_pagetracking_optout=0 blq_nedstat:(none) blq_requirejs:on --> <!-- blq_web_service On --> <link rel="schema.dcterms" href="http://purl.org/dc/terms/"/> <link rel="index" href="http://www.bbc.co.uk/a-z/" title="A to Z"/> <link rel="copyright" href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/terms/" title="Terms of Use"/> <link rel="icon" href="https://web.archive.org/web/20150308181414im_/http://www.bbc.co.uk/favicon.ico" type="image/x-icon"/> <meta name="viewport" content="width = 974"/> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20150308181414cs_/http://static.bbci.co.uk/frameworks/barlesque/2.83.4/desktop/2.8/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);var overrides=window.bbccookies.get().match(/ckns_mandolin_setSegments=([^;]+)/);if(overrides!==null){eval("overrides = "+decodeURIComponent(RegExp.$1)+";");if(overrides[this._id]&&this._segmentSet.indexOf(overrides[this._id])==-1){throw new Error("Invalid Override: overridden segment should exist in segments array")}}if(overrides!==null&&overrides[this._id]){this._segment=overrides[this._id]}else{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){validateCookieName(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;validateCookieName(name);for(i=0;i<ca.length;i++){c=ca[i];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()+'"')+","}}return str.replace(/,\}/g,"}").replace(/,$/g,"")}function deserialise(str){var o;str="{"+str+"}";if(!validateSerialisation(str)){throw"Invalid input provided for deserialisation."}eval("o = "+str);return o}var validateSerialisation=(function(){var OBJECT_TOKEN="<Object>",ESCAPED_CHAR='"\\n\\r\\u2028\\u2029\\u000A\\u000D\\u005C',ALLOWED_CHAR="([^"+ESCAPED_CHAR+"]|\\\\["+ESCAPED_CHAR+"])",KEY='"'+ALLOWED_CHAR+'+"',VALUE='(null|"'+ALLOWED_CHAR+'*"|'+OBJECT_TOKEN+")",KEY_VALUE=KEY+":"+VALUE,KEY_VALUE_SEQUENCE="("+KEY_VALUE+",)*"+KEY_VALUE,OBJECT_LITERAL="({}|{"+KEY_VALUE_SEQUENCE+"})",objectPattern=new RegExp(OBJECT_LITERAL,"g");return function(str){if(str.indexOf(OBJECT_TOKEN)!==-1){return false}while(str.match(objectPattern)){str=str.replace(objectPattern,OBJECT_TOKEN)}return str===OBJECT_TOKEN}})();function validateCookieName(name){if(name.match(/ ,;/)){throw"Illegal name provided, must be valid in browser cookie."}}})(); /*]]>*/</script> <script type="text/javascript">/*<![CDATA[*/ if (typeof bbccookies_flag === 'undefined') { bbccookies_flag = 'ON'; } showCTA_flag = true; 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/20150308181414/http://static.bbci.co.uk/frameworks/bbccookies/0.6.6/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/20150308181414/http://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script> <script type="text/javascript" src="https://web.archive.org/web/20150308181414js_/http://node1.bbcimg.co.uk/glow/gloader.0.1.6.js"></script> <!--orb.ws.require.lib--> <script type="text/javascript">/*<![CDATA[*/ if (typeof window.define !== 'function' || typeof window.require !== 'function') { document.write('<script class="js-require-lib" src="https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/requirejs/lib.js"><'+'/script>'); } /*]]>*/</script> <script type="text/javascript"> bbcRequireMap = {"jquery-1":"https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.7.2", "jquery-1.4":"https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.4", "jquery-1.9":"https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.9.1", "swfobject-2":"https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2", "demi-1":"https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/demi/0.10.0/sharedmodules/demi-1", "gelui-1":"https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1", "cssp!gelui-1/overlay":"https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1/overlay.css", "istats-1":"https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/istats/0.25.1/modules/istats-1", "relay-1":"https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/relay/0.2.6/sharedmodules/relay-1", "clock-1":"https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1", "canvas-clock-1":"https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/canvas-clock-1", "cssp!clock-1":"https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1.css", "jssignals-1":"https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1", "jcarousel-1":"https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/jcarousel/0.1.10/modules/jcarousel-1", "bump-3":"//web.archive.org/web/20150308181414/http://emp.bbci.co.uk/emp/bump-3/bump-3"}; require({ baseUrl: 'https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/', paths: bbcRequireMap, waitSeconds: 30 }); </script> <script type="text/javascript" src="https://web.archive.org/web/20150308181414js_/http://static.bbci.co.uk/frameworks/barlesque/2.83.4/desktop/2.8/script/blq_core.js"></script> <!--[if (IE 6)|(IE 7)|(IE 8)]> <style type="text/css"> html{font-size:125%} body{font-size:50%} .blq-tooltipped:hover {background-position:0 0} #blq-autosuggest ul li { zoom:normal; } .skylightTheme #blq-mast-home, .doveTheme #blq-mast-home, .tealTheme #blq-mast-home, .aquaTheme #blq-mast-home, .greenTheme #blq-mast-home, .violetTheme #blq-mast-home, .purpleTheme #blq-mast-home, .pinkTheme #blq-mast-home, .oliveTheme #blq-mast-home, .suedeTheme #blq-mast-home, .redTheme #blq-mast-home, .orangeTheme #blq-mast-home { filter: none; -ms-filter: ""; } #blq-nav-main { background-position: 96% 17px; } </style> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" href="http://static.bbci.co.uk/frameworks/barlesque/2.83.4/desktop/2.8/style/ie7.css" type="text/css" /> <style type="text/css"> .blq-clearfix {display: inline-block} </style> <![endif]--> <!--[if IE 6]> <link rel="stylesheet" href="http://static.bbci.co.uk/frameworks/barlesque/2.83.4/desktop/2.8/style/ie6.css" type="text/css" /> <style type="text/css"> .blq-js #blq-nav-foot div {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.83.4/desktop/2.8/img/panel.png', sizingMethod='image');margin-top:-139px} #blq-container {height: 15%} #blq-mast-home span.blq-home { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='crop', src='http://static.bbci.co.uk/frameworks/barlesque/2.83.4/desktop/2.8/img/blocks.png');} #blq-mast #blq-search-btn { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.83.4/desktop/2.8/img/blq-search_grey_alpha.png', sizingMethod='image'); } </style> <script type="text/javascript"> try { document.execCommand("BackgroundImageCache",false,true); } catch(e) {} </script> <![endif]--> <script type="text/javascript"> blq.assetPath="https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/barlesque/2.83.4/desktop/2.8/"; blqOnDomReady(function() { blq.suggest_short = false; blq.addAutoSuggest(); }); blq.setEnvironment('live'); 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) { if (flag !== 'OFF') { w.document.write('<script type="text/javascript" src="https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/frameworks/barlesque/2.83.4/desktop/2.8/script/vendor/edr.js"><'+'/script>'); } } oqsSurveyManager(window, 'ON'); /*]]>*/ </script> <link type="text/css" rel="stylesheet" media="screen" href="https://web.archive.org/web/20150308181414cs_/http://static.bbci.co.uk/modules/identity/statusbar/3.27.2/style/id-gel.css"/> <!--[if IE]> <style type="text/css" media="screen"> body .panel-identity .hd h2{ background-image: url(http://static.bbci.co.uk/modules/identity/statusbar/3.27.2/img/panel/logo-bbcid.gif); /* Even 8bit alpha transparent PNGs are no good here */ } .panel-id-hint .panel-bd, .panel-id-hint .panel-hd, .panel-id-hint .panel-ft{ background-image: url(http://static.bbci.co.uk/modules/identity/statusbar/3.27.2/img/panel/bg-hint.gif); } </style> <![endif]--> <!--[if lte IE 6]> <style type="text/css" media="screen"> /* Secure Glow fixes */ div.panel-identity .infoPanel-pointerT { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.bbc.co.uk/glow/1.0.2/widgets/images/darkpanel/at.png', sizingMethod='crop'); } div.panel-identity .infoPanel-pointerR { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.bbc.co.uk/glow/1.0.2/widgets/images/darkpanel/ar.png', sizingMethod='crop'); } div.panel-identity .infoPanel-pointerB { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.bbc.co.uk/glow/1.0.2/widgets/images/darkpanel/ab.png', sizingMethod='crop'); } div.panel-identity .infoPanel-pointerL { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.bbc.co.uk/glow/1.0.2/widgets/images/darkpanel/al.png', sizingMethod='crop'); } /* min-height fixes */ body .panel-identity .hd h2{ height: 26px; } #blq-main a.id-cta-button{ height: 22px; } #blq-main a.id-cta-button span{ height: 12px; } /* other */ div.panel-identity .c{ zoom: 1; } /* Transparent PNG replacements */ .blq-toolbar-transp #id-status .idUsername{ background-image: url(http://static.bbci.co.uk/modules/identity/statusbar/3.27.2/img/palettes/transp/status-id-logo-noprofile.gif); } .blq-toolbar-transp #id-status .idSignin, .blq-toolbar-transp #id-status .idUsernameWithProfile{ background-image: url(http://static.bbci.co.uk/modules/identity/statusbar/3.27.2/img/palettes/dark/status-id-logo.gif); } </style> <![endif]--> <!--[if lte IE 7]> <style type="text/css" media="screen"> .panel-identity form .text, .panel-identity form .password { zoom: 1; } .panel-identity form .text p { margin: 0; } .panel-identity form .password p { margin: 0 0 18px 0; } .panel-identity p.id-registerlink a.id-register { zoom: 1; padding-top: 3px; padding-bottom: 3px; top: 3px; } </style> <![endif]--> <!--[if lte IE 8]> <style type="text/css" media="screen"> /* Custom PNG corners for lightbox */ div.panel-identity .pc .tr { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/modules/identity/statusbar/3.27.2/img/panel/ctr.png', sizingMethod='crop'); } div.panel-identity .pc .tl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/modules/identity/statusbar/3.27.2/img/panel/ctl.png', sizingMethod='crop'); } div.panel-identity .pc .bl { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/modules/identity/statusbar/3.27.2/img/panel/cbl.png', sizingMethod='crop'); } div.panel-identity .pc .br { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/modules/identity/statusbar/3.27.2/img/panel/cbr.png', sizingMethod='crop'); } </style> <![endif]--> <script type="text/javascript"> if(typeof identity == 'undefined'){ identity = {}; } idProperties = { 'env': 'live', 'staticServer': 'http://', 'dynamicServer': 'https://web.archive.org/web/20150308181414/http://id.bbc.co.uk', 'secureServer': 'https://web.archive.org/web/20150308181414/https://id.bbc.co.uk', 'assetVersion': '3.27.2', 'assetPath': 'https://web.archive.org/web/20150308181414/http://static.bbci.co.uk/modules/identity/statusbar/3.27.2/' }; </script> <script type="text/javascript" src="https://web.archive.org/web/20150308181414js_/http://static.bbci.co.uk/modules/identity/statusbar/3.27.2/script/id-core.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20150308181414js_/http://static.bbci.co.uk/modules/identity/statusbar/3.27.2/script/id.js"></script> <script type="text/javascript">/*<![CDATA[*/ window.istats = (window.istats || {}); (istats.head = function(w,d) { w.istats._linkTracked = w.istats._trackingCookie = decodeURIComponent( (d.cookie.match(/\bsa_labels=([^;]+)/)||[]).pop() || '' ); var host = w.location.host, m = host.match(/(bbc(?:\.co\.uk|\.com))$/i); d.cookie = 'sa_labels=; expires=Thu, 01 Jan 1970 00:00:01 GMT; domain=' + (m? m[1] : host) + '; path=/'; })(window,document); /*]]>*/</script> <!-- BBCDOTCOM template: desktop journalismVariant: true ipIsAdvertiseCombined: true adsEnabled: true flagpole: ON --> <link rel="apple-touch-icon" href="/web/20150308181414im_/http://news.bbc.co.uk/nol/shared/img/iphone-news.png"/> <meta http-equiv="X-UA-Compatible" content="IE=8"/> <!-- IFS V4 Story --> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20150308181414cs_/http://news.bbcimg.co.uk/css/screen/1_0_24/nol/v4/story.css"/> <style type="text/css" media="all"> @import "https://web.archive.org/web/20150308181414cs_/http://news.bbcimg.co.uk/css/screen/1_0_12/shared/v4/styles.css"; @import "https://web.archive.org/web/20150308181414cs_/http://news.bbcimg.co.uk/css/screen/1_0_12/shared/emp.css"; @import "https://web.archive.org/web/20150308181414cs_/http://news.bbcimg.co.uk/css/screen/1_0_12/shared/v4/sitewidealert.css"; @import "https://web.archive.org/web/20150308181414cs_/http://news.bbcimg.co.uk/css/screen/1_0_12/shared/v4/toggle.css"; </style> <style type="text/css" media="all"> #blq-main{font-size:1em;line-height:1.416;color:#464646} </style> <style type="text/css" media="all"> @import "https://web.archive.org/web/20150308181414cs_/http://news.bbcimg.co.uk/css/screen/1_0_24/nol/v4/styles.css"; @import "https://web.archive.org/web/20150308181414cs_/http://news.bbcimg.co.uk/css/screen/1_0_24/nol/v4/furniture.css"; @import "https://web.archive.org/web/20150308181414cs_/http://news.bbcimg.co.uk/css/screen/1_0_24/nol/v4/business.css"; @import "https://web.archive.org/web/20150308181414cs_/http://news.bbcimg.co.uk/css/screen/1_0_24/nol/v4/promo.css"; </style> <script type="text/javascript"> <!-- var _SERVERLOC="THDO"; var _userLocation = 'INTERNATIONAL'; --> </script> <!--newsi library v1.28--> <script src="https://web.archive.org/web/20150308181414js_/http://news.bbcimg.co.uk/js/newsi/latest/newsi.js?9" type="text/javascript"></script> <!-- SITEVERSION = (none) --> <!-- ADDED FOR OLD V3 PAGES TO CALL IN GLOADER --> <script type="text/javascript" src="https://web.archive.org/web/20150308181414js_/http://www.bbc.co.uk/glow/gloader.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20150308181414js_/http://news.bbcimg.co.uk/js/app/shared/bbc_fmtj.js"></script> <script src="https://web.archive.org/web/20150308181414js_/http://news.bbcimg.co.uk/js/app/tracker/tracker.js?v2" language="JavaScript"></script> <!-- GEN JS V4 --> <script type="text/javascript" src="https://web.archive.org/web/20150308181414js_/http://news.bbcimg.co.uk/js/core/3_3_1/bbc_fmtj.js"></script> <script type="text/javascript"> <!-- bbc.fmtj.page = { serverTime: 1425838454000, editionToServe: 'international', queryString: null, section: null, sectionPath: null, siteName: null, siteToServe: 'news', siteVersion: null, storyId: null, assetType: null, uri: '/2/shared/bsp/hi/live_stats/html/map.stm', country: 'us', masthead: false, adKeyword: null, templateVersion: null, counterName: null } --> </script> <script type="text/javascript" src="https://web.archive.org/web/20150308181414js_/http://news.bbcimg.co.uk/js/common/3_2_1/bbc_fmtj_common.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20150308181414js_/http://news.bbcimg.co.uk/js/config/apps/3_6/bbc_fmtj_config_v4.js"></script> <!-- add Bump3 to the require map --> <style type="text/css" media="all"> .mediaAssetStoryA div, .videoInStoryA .emp, .videoInStoryA div { height: 288px!important; } </style> <script type="text/javascript"> if (typeof bbcRequireMap !== 'undefined' && bbcRequireMap["jquery-1.9"] === undefined && bbcRequireMap["jquery-1"]) { var jquery19Path = bbcRequireMap["jquery-1"].replace(/0.(1|2).(1|4)/, '0.3.0').replace(/jquery-1.(5|7).(1|2)/, 'jquery-1.9.1'); require({ paths : { "jquery-1.9": jquery19Path } }); } if (typeof bbcRequireMap !== 'undefined' && bbcRequireMap["swfobject-2"]) { require({ paths : { "swfobject-2": bbcRequireMap["swfobject-2"].replace('0.1.3', '0.1.10') } }); } </script> <script type="text/javascript"> require({ paths : { "bump-3": "https://web.archive.org/web/20150308181414/http://emp.bbci.co.uk/emp/bump-3/bump-3" } }); </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/20150308181414js_/http://news.bbcimg.co.uk/js/app/av/emp/2_1_8/emp.js"></script> <!-- pull in compatibility.js --> <script type="text/javascript" src="https://web.archive.org/web/20150308181414js_/http://news.bbcimg.co.uk/js/app/av/emp/2_1_8/compatibility.js"></script> <script type="text/javascript"> //<![CDATA[ // set site specific config bbc.fmtj.av.emp.configs.push('news'); require(['jquery-1'], function ($) { $(document).ready(function () { bbc.fmtj.av.emp.loadAll(); }); }); //]]> </script> <script type="text/javascript" src="https://web.archive.org/web/20150308181414js_/http://news.bbcimg.co.uk/js/locationservices/locator/v4_0/locator.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20150308181414js_/http://news.bbcimg.co.uk/js/app/ticker/v1_2_0/ticker.js"></script> <script src="https://web.archive.org/web/20150308181414js_/http://news.bbcimg.co.uk/js/legacy/1_1/news.js" language="JavaScript" type="text/javascript"></script> <!-- emp_load.inc --> <script> function checkServer() { if ("news.bbc.co.uk" != "news.bbc.co.uk") { document.location.href = "https://web.archive.org/web/20150308181414/http://news.bbc.co.uk/2/shared/bsp/hi/live_stats/html/map.stm"; } } </script> <script src="/web/20150308181414js_/http://news.bbc.co.uk/nol/shared/bsp/hi/live_stats/js/loadmap.js?4353" type="text/javascript"></script> </head> <body marginwidth="0" topmargin="0" leftmargin="0" marginheight="0" id="findmp" onload="checkServer()"> <div class="centerbody"> <!-- Begin iStats CPS v4 Legacy code 20120127 (UX-CMC 1.1009.3) --> <script type="text/javascript"> // <![CDATA[ require(["istats-1"], function (istats) { function countername(u) { var countername = []; u = u.replace(/\.[^.\/]+$/, ''); u = u.replace(/[#][^#]+$/, '' ); u = u.replace(/[\?][^\?]+$/, '' ); u = u.replace(/\/newsid_\d+/g, '/'); u = u.replace(/\/[12]\//, '/'); u = u.replace(/\/reviews\//, '/'); u = u.replace(/\/sport[12]\//, '/sport/'); u = u.replace(/\/bbc_sport\//, '/sport/'); u = u.replace(/\/(hi|mobile)\//, '/'); u = u.replace(/\/(uk|i)fs\//, '/'); var path = u.split('/').slice(3); var asset_id_re = /(\d+)\/?$/; var asset_id = ''; if (matches = asset_id_re.exec( path[path.length-1] )) { asset_id = matches[1]; } var prod_name = 'news'; var prod = new Array(); prod['sport'] = /sport/; prod['weather'] = /weather/; prod['cbbc'] = /cbbc/; for (var name in prod) { if (u.match(prod[name])) { prod_name = name; break; } } countername.push(prod_name); for (var i=0; i<path.length; i++) { var part = path[i]; if (part && (part != prod_name) && (part != asset_id) && (part != 'default')) { countername.push(part); } } if (asset_id) {countername.push(asset_id);} countername.push('page'); return countername.join('.'); } istats_countername = countername(location.href); }); </script> <!-- blq_web_service On --> <a name="top"></a> <!-- ISTATS --> <script type="text/javascript">/*<![CDATA[*/ bbcFlagpoles_istats = 'ON'; istatsTrackingUrl = '//web.archive.org/web/20150308181414/http://sa.bbc.co.uk/bbc/bbc/s?name=SET-COUNTER&app_type=web&ml_name=SSI&ml_version=0.25.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=2.8d&blq_r=2.7&blq_v=journalism-worldwide&blq_e=webservice-HTML'; })(); /*]]>*/</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/20150308181414im_/http://sa.bbc.co.uk/bbc/bbc/s?name=SET-COUNTER&amp;app_type=web&amp;ml_name=SSI&amp;ml_version=0.25.1&amp;language=en-GB&amp;blq_s=2.8d&amp;blq_r=2.7&amp;blq_v=journalism-worldwide&amp;blq_e=webservice-HTML" height="1" width="1" alt=""/></p></noscript> <!-- End iStats (UX-CMC) --> <div id="blq-container" class="blq-lang-en-GB blq-dotcom blq-gvl-2-8 blq-id-identitystatusbar"> <div id="blq-pre-mast" lang="en-GB"> <!-- Pre mast --> <!-- BBCDOTCOM leaderboard template:client-side journalismVariant: true ipIsAdvertiseCombined: true adsEnabled: true flagpole: ON showAdAboveBlq: true blqLeaderboardAd: true --> </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> <span id="blq-mast-background"></span> <div id="blq-container-inner" lang="en-GB"> <div id="blq-acc" class="blq-rst"> <p id="blq-mast-home" class="blq-no-images"><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/" hreflang="en-GB"> <span id="blq-blocks-wrapper"> <span class="blq-home">British Broadcasting Corporation</span><img src="https://web.archive.org/web/20150308181414im_/http://static.bbci.co.uk/frameworks/barlesque/2.83.4/desktop/2.8/img/blocks.png" alt="BBC" id="blq-blocks" width="84" height="24"/><span class="blq-span">Home</span> </span> </a></p> <p class="blq-hide"><strong><a id="page-top">Accessibility links</a></strong></p> <ul id="blq-acc-links"> <li><a href="#startcontent">Skip to content</a></li> <li><a href="#blq-local-nav">Skip to local navigation</a></li> <li><a href="#blq-nav-main">Skip to bbc.co.uk navigation</a></li> <li><a href="#blq-search">Skip to bbc.co.uk search</a></li> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/accessibility/">Accessibility Help</a></li> </ul> </div> <div id="blq-main" class="blq-clearfix"> </div> <div class="newsbanner"> <h1><a href="https://web.archive.org/web/20150308181414/http://news.bbc.co.uk/"><span>BBC News Updated every minute of every day</span></a></h1> <div class="o"> <table cellspacing="0" width="100%" border="0" cellpadding="0"><tr><td class="banmain" valign="middle"> <div class="wideav"> <a href="/web/20150308181414/http://news.bbc.co.uk/1/hi/video_and_audio/news_summary/8070822.stm"> <img src="https://web.archive.org/web/20150308181414im_/http://newsimg.bbc.co.uk/nol/shared/img/v3/icons/video_text.gif" align="left" width="57" height="13" alt="watch" border="0" vspace="0" hspace="0"> One-Minute World News </a> <br clear="all"/> </div> </td></tr></table> </div> <!-- start live stats logic --> <img src="https://web.archive.org/web/20150308181414im_/http://stats.bbc.co.uk/o.gif?~RS~s~RS~News~RS~t~RS~BSP~RS~i~RS~0~RS~p~RS~0~RS~u~RS~/1/shared/bsp/hi/live_stats/html/map.stm~RS~r~RS~(none)~RS~a~RS~International~RS~q~RS~~RS~z~RS~14~RS~" height="1" width="1" alt=""/><br/> <!-- end live stats logic --> </div> <!-- adhoc survey invite code --> <!-- end survey_adhoc_worldwide_go --> <!-- end adhoc survey invite --> <table border="0" cellpadding="0" cellspacing="0" class="main"> <tr> <td class="sidebar1" valign="top"> <div class="lhs"> <div class="lhssqs"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/default.stm">News Front Page</a> </div> <div class="o"> <img src="https://web.archive.org/web/20150308181414im_/http://news.bbcimg.co.uk/nol/shared/img/nav/v3_map_world_rb.gif" width="92" height="54" alt="" border="0" usemap="#world_map"> </div> <div class="lhsb"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/africa/default.stm">Africa</a> </div> <div class="lhsb"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/americas/default.stm">Americas</a> </div> <div class="lhsb"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/asia-pacific/default.stm">Asia-Pacific</a> </div> <div class="lhsb"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/europe/default.stm">Europe</a> </div> <div class="lhsb"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/middle_east/default.stm">Middle East</a> </div> <div class="lhsb"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/south_asia/default.stm">South Asia</a> </div> <div class="lhsb"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/uk_news/default.stm">UK</a> </div> <div class="lhsb"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/business/default.stm">Business</a> </div> <div class="lhsb"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/health/default.stm">Health</a> </div> <div class="lhsb"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/science/nature/default.stm">Science &amp; Environment</a> </div> <div class="lhsb"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/technology/default.stm">Technology</a> </div> <div class="lhsb"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/entertainment/default.stm">Entertainment</a> </div> <div class="lhsb"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/also_in_the_news/default.stm">Also in the news</a> </div> <div class="lhsdl">-----------------</div> <div class="lhsl"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/video_and_audio/default.stm">Video and Audio</a> </div> <div class="lhsdl">-----------------</div> <div class="lhsb"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/programmes/default.stm">Programmes</a> </div> <div class="lhsl"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/talking_point/default.stm">Have Your Say</a> </div> <div class="lhsl"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/in_pictures/default.stm">In Pictures</a> </div> <div class="lhsl"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/country_profiles/default.stm">Country Profiles</a> </div> <div class="lhsl"> <a href="/web/20150308181414/http://news.bbc.co.uk/2/hi/in_depth/default.stm">Special Reports</a> </div> </div> </td> <td width="10"> <img height="1" hspace="0" vspace="0" border="0" width="60" alt="" src="https://web.archive.org/web/20150308181414im_/http://newsimg.bbc.co.uk/shared/img/o.gif"/></td> <td width="629" valign="top"> <table width="629" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" width="629"> <img height="2" hspace="0" vspace="0" border="0" width="2" alt="" src="https://web.archive.org/web/20150308181414im_/http://newsimg.bbc.co.uk/shared/img/o.gif"/> </td> </tr> </table> <div id="mainbody"> <table cellspacing="2" cellpadding="2" width="629" border="0"> <tr> <td colspan="2"><div class="fpfeed"> <!-- S IINC --><div class="feeds"> <ul id="rss"> <li><a href="https://web.archive.org/web/20150308181414/http://news.bbc.co.uk/1/hi/help/3223484.stm">News Feeds</a></li> <script>new getrss({site:"news"});</script> </ul> </div><!-- E IINC --> </div><div style="font-size: 11pt;font-family: Verdana, arial, helvetica, sans-serif;color:#333333;"><b>BBC News Most Popular Now</b></div></td> </tr> <tr> <td width="300"><div style="font-size: 12pt;font-family: Verdana, arial, helvetica, sans-serif;color:#000000;"><b>Sunday, 08 March 2015</b></div><img height="5" hspace="0" vspace="0" border="0" width="1" alt="" src="https://web.archive.org/web/20150308181414im_/http://newsimg.bbc.co.uk/shared/img/o.gif"/></td> <td align="right"><span style="font-size: 8pt;font-family: Verdana, arial, helvetica, sans-serif;color:#000000;"><span id="lastUpdated"></span><layer id="lastUpdatedLayer" left="0" top="0"></layer></span></td> </tr> </table> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td><img src="/web/20150308181414im_/http://news.bbc.co.uk/nol/shared/bsp/hi/live_stats/img/1.gif" height="37" width="6" border="0" alt=""></td> <td background="/web/20150308181414im_/http://news.bbc.co.uk/nol/shared/bsp/hi/live_stats/img/2b.gif" width="214"><img src="https://web.archive.org/web/20150308181414im_/http://newsimg.bbc.co.uk/shared/img/o.gif" height="1" width="34" border="0" alt=""><span style="font-size: 8pt;font-family: Verdana, arial, helvetica, sans-serif;color:#000000;"><b>Most popular stories now</b></span></td> <td background="/web/20150308181414im_/http://news.bbc.co.uk/nol/shared/bsp/hi/live_stats/img/3b.gif" width="200"><img src="https://web.archive.org/web/20150308181414im_/http://newsimg.bbc.co.uk/shared/img/o.gif" height="1" width="18" border="0" alt=""><a href="/web/20150308181414/http://news.bbc.co.uk/1/shared/bsp/hi/live_stats/html/bysection.stm" style="font-size: 8pt;font-family: Verdana, arial, helvetica, sans-serif;color:#000099;">Most popular around the site</a></td> <td background="/web/20150308181414im_/http://news.bbc.co.uk/nol/shared/bsp/hi/live_stats/img/4b.gif" width="199"><img src="https://web.archive.org/web/20150308181414im_/http://newsimg.bbc.co.uk/shared/img/o.gif" height="1" width="18" border="0" alt=""><a href="/web/20150308181414/http://news.bbc.co.uk/1/shared/bsp/hi/live_stats/html/graph.stm" style="font-size: 8pt;font-family: Verdana, arial, helvetica, sans-serif;color:#000099;">Most popular, day so far</a></td> <td><img src="/web/20150308181414im_/http://news.bbc.co.uk/nol/shared/bsp/hi/live_stats/img/5.gif" height="37" border="0" alt=""></td> </tr> <tr> <td style="background-image: url('/web/20150308181414im_/http://news.bbc.co.uk/nol/shared/bsp/hi/live_stats/img/6.gif');background-repeat: repeat-y"><img src="/web/20150308181414im_/http://news.bbc.co.uk/nol/shared/bsp/hi/live_stats/img/6.gif" height="1" width="5" border="0" alt=""></td> <td colspan="3" valign="top"><img src="https://web.archive.org/web/20150308181414im_/http://newsimg.bbc.co.uk/shared/img/o.gif" height="1" width="1" border="0" alt=""> <div id="lsmapembed" style="font-size:12px;padding-left:0px;;padding-right:0px;"><p><br><div style="background-color:#FEF1B5;padding:10px"><b>The Flash plug-in is required to view the interactive version of this page.</b><p><br>We've noticed that you don't have the Flash plug-in installed, <b>it is required to view all of the features of this page</b>.<p/><br>You can click <b><a href="https://web.archive.org/web/20150308181414/http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" target="_new">here</a></b> to download the flash plug-in for free.<p><br>Alternatively you can see a basic, non-flash version of this page below.</div><br><br><hr><br><br> <p>The current most read stories and traffic levels from users around the world are:</p><br/> <br/> <div> <h4>Worldwide</h4> <br/>Worldwide traffic to the site is 12% below normal.<p/><br/><ul class="storyList"><li>1. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/uk-england-31789223">Fan critical after gang attack</a></li><li>2. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/uk-england-birmingham-31787558">Crufts dog death: Poisoning probe after Irish Setter dies</a></li><li>3. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/uk-england-leeds-31787600">Boys aged 13 and 14 killed in crash</a></li><li>4. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/world-africa-31789412">Allies begin push against Boko Haram</a></li><li>5. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/uk-england-31452372">Who holds the keys to our mansions?</a></li></ul><br/><p class="btt"><a href="#top">Back to top ^^</a></p></div> <br/><br/> <div> <h4>Africa</h4> <br/>African traffic to the site is 15% below normal.<p/><br/><ul class="storyList"><li>1. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/world-africa-31789412">Allies begin push against Boko Haram</a></li><li>2. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/2/hi/uk/6076018.stm">Top Gear presenter 'nearly died'</a></li><li>3. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/uk-england-birmingham-31787558">Poison claims over Crufts dog death</a></li><li>4. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/world-europe-31788073">Pair charged over Nemtsov murder</a></li><li>5. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/world-middle-east-31786564">Saudi Arabia rejects flogging critics</a></li></ul><br/><p class="btt"><a href="#top">Back to top ^^</a></p></div> <br/><br/> <div> <h4>Asia</h4> <br/>Asian traffic to the site is 16% below normal.<p/><br/><ul class="storyList"><li>1. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/world-africa-31789412">Allies begin push against Boko Haram</a></li><li>2. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/world-asia-31785105">MH370 families angered by report</a></li><li>3. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/magazine-31709924">The lavish lifestyle of India's royalty </a></li><li>4. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/world-asia-31786562">'Sexist' Indonesian firm says sorry</a></li><li>5. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/technology-20931304">Chinese dad hires virtual hitmen</a></li></ul><br/><p class="btt"><a href="#top">Back to top ^^</a></p></div> <br/><br/> <div> <br/> <ul class="storyList"> <li>1. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/world-africa-31789412">Allies begin push against Boko Haram</a></li> <li>2. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/business-31787698">China trade surplus hits new record</a></li> <li>3. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/1/hi/uk/6076018.stm">Top Gear presenter 'nearly died'</a></li> <li>4. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/technology-20931304">Chinese dad hires virtual hitmen</a></li> <li>5. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/world-europe-31788073">Pair charged over Nemtsov murder</a></li> </ul> <br/> <p class="btt"> <a href="#top">Back to top ^^</a> </p> </div> <br/><br/> <div> <br/> <ul class="storyList"> <li>1. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/uk-england-31789223">Fan critical after gang attack</a></li> <li>2. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/uk-england-birmingham-31787558">Poison claims over Crufts dog death</a></li> <li>3. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/uk-england-leeds-31787600">Boys aged 13 and 14 killed in crash</a></li> <li>4. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/uk-england-nottinghamshire-31788085">Quidditch comes to 'Batman's garden'</a></li> <li>5. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/uk-31790863">Man charged over Parliament incident</a></li> </ul> <br/> <p class="btt"> <a href="#top">Back to top ^^</a> </p> </div> <br/><br/> <div> <br/> <ul class="storyList"> <li>1. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/world-africa-31789412">Allies begin push against Boko Haram</a></li> <li>2. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/world-europe-31788073">Pair charged over Nemtsov murder</a></li> <li>3. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/world-asia-31786562">'Sexist' Indonesian firm says sorry</a></li> <li>4. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/uk-england-birmingham-31787558">Poison claims over Crufts dog death</a></li> <li>5. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/science-environment-31772140">Solar Impulse set for epic journey</a></li> </ul> <br/> <p class="btt"> <a href="#top">Back to top ^^</a> </p> </div> <br/><br/> <div> <h4>South America</h4> <br/>South American traffic to the site is 12% below normal.<p/><br/><ul class="storyList"><li>1. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/uk-england-31789223">Fan critical after gang attack</a></li><li>2. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/world-africa-31789412">Allies begin push against Boko Haram</a></li><li>3. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/1/hi/uk/6076018.stm">Top Gear presenter 'nearly died'</a></li><li>4. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/world-europe-31788073">Nemtsov suspects appear in court</a></li><li>5. <a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/news/world-middle-east-31786564">Saudi Arabia rejects flogging critics</a></li></ul><br/><p class="btt"><a href="#top">Back to top ^^</a></p></div> <br/><br/> </div> </td> <td style="background-image: url('/web/20150308181414im_/http://news.bbc.co.uk/nol/shared/bsp/hi/live_stats/img/7.gif');background-repeat: repeat-y"><img src="/web/20150308181414im_/http://news.bbc.co.uk/nol/shared/bsp/hi/live_stats/img/7.gif" height="1" width="6" border="0" alt=""></td> </tr> <tr> <td><img src="/web/20150308181414im_/http://news.bbc.co.uk/nol/shared/bsp/hi/live_stats/img/9.gif" border="0" alt=""></td> <td colspan="3"><img src="/web/20150308181414im_/http://news.bbc.co.uk/nol/shared/bsp/hi/live_stats/img/10.gif" width="100%" height="10" border="0" alt=""></td> <td><img src="/web/20150308181414im_/http://news.bbc.co.uk/nol/shared/bsp/hi/live_stats/img/8.gif" border="0" alt=""></td> </tr> </table> &nbsp; <a href="/web/20150308181414/http://news.bbc.co.uk/1/shared/bsp/hi/live_stats/html/lowbycountry.stm" class="arr">Low graphics/accessible version</a> <br/> &nbsp; <a href="/web/20150308181414/http://news.bbc.co.uk/1/hi/help/5065806.stm" class="arr">About this information</a> <p/><br/><p/><br/> </td> </td> </tr> </table><!-- v4 ukfs services /shared/ --> <!-- v4 ukfs services /shared/ --> <div class="blq-toplink"><a href="#blq-main"><span>Skip to top</span></a></div> <div class="servicev4 ukfs_services"> <h4>PRODUCTS &amp; SERVICES</h4> <ul> <li class="emailnews"><a href="https://web.archive.org/web/20150308181414/http://newsvote.bbc.co.uk/go/news/int/story/services/-/email/news">E-mail news</a></li> <li class="mobiles"><a href="https://web.archive.org/web/20150308181414/http://news.bbc.co.uk/go/news/int/story/services/-/1/hi/help/6207366.stm">Mobiles</a></li> <li class="alerts"><a href="https://web.archive.org/web/20150308181414/http://news.bbc.co.uk/go/news/int/story/services/-/1/hi/help/4735697.stm">Widgets &amp; Alerts</a></li> <li class="newsfeeds"><a href="https://web.archive.org/web/20150308181414/http://news.bbc.co.uk/go/news/int/story/services/-/1/hi/help/3223484.stm">News feeds</a></li> <li class="itv"><a href="https://web.archive.org/web/20150308181414/http://news.bbc.co.uk/go/news/int/story/services/-/1/hi/help/5092618.stm">Interactive TV</a></li> <li class="podcast"><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/radio/podcasts/directory/genre/newscurrentaffairs/">Podcasts</a></li> </ul> <div class="clear"></div> </div> <!-- blq_web_service On --> </div> <div id="blq-mast" class="blq-rst blq-journalism-worldwide blq-new-nav" lang="en-GB"> <div id="blq-sign-in"> <div id="id-status"><div class="id-out id-gel"><h2 class="blq-hide">BBC iD</h2><a href="https://web.archive.org/web/20150308181414/https://id.bbc.co.uk/users/signin?s=sb&amp;target_resource=http%3A%2F%2Fidentity%2Fpolicies%2Fdna%2Fadult" class="blq-nogo has-ptrt idSignin"><span class="id-icon"><span></span></span>Sign in<span class="id-spinner"></span></a></div></div> </div> <form method="get" id="blq-search-form" action="https://web.archive.org/web/20150308181414/http://search.bbc.co.uk/search" accept-charset="utf-8"> <p id="blq-nav-search"> <input type="hidden" name="go" value="toolbar"/> <input type="hidden" value="http://news.bbc.co.uk/2/shared/bsp/hi/live_stats/html/map.stm" name="uri"/> <label for="blq-search" class="blq-hide">Search term:</label> <input id="blq-search" type="text" name="q" value="" maxlength="128"/> <input id="blq-search-btn" type="submit" value="Search"/> </p> </form> <h2 class="blq-hide">BBC navigation</h2> <ul id="blq-nav-main"> <li id="blq-nav-n"><a href="https://web.archive.org/web/20150308181414/http://www.bbc.com/news/" hreflang="en-GB">News</a></li> <li id="blq-nav-s"><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/sport/" hreflang="en-GB">Sport</a></li> <li id="blq-nav-w"><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/weather/" hreflang="en-GB">Weather</a></li> <li id="blq-nav-tr"> <a href="https://web.archive.org/web/20150308181414/http://www.bbc.com/capital/" hreflang="en-GB">Capital</a> </li> <li id="blq-nav-t"><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/tv/" hreflang="en-GB">TV</a></li> <li id="blq-nav-r"><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/radio/" hreflang="en-GB">Radio</a></li> <li id="blq-nav-m"><a href="#blq-nav">More&hellip;</a></li> </ul> </div> <div id="blq-nav" class="blq-orange"> <div id="blq-nav-links" class="blq-clearfix" lang="en-GB"> <div id="blq-nav-links-inner"> <ul class="blq-nav-sub blq-first"> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/cbbc/">CBBC</a></li> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/cbeebies/">CBeebies</a></li> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/comedy/">Comedy</a></li> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/food/">Food</a></li> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/history/">History</a></li> </ul> <ul class="blq-nav-sub"> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/learning/">Learning</a></li> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/music/">Music</a></li> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/science/">Science</a></li> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.com/earth/">Earth</a></li> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/local/">Local</a></li> </ul> <ul class="blq-nav-sub blq-last"> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/northernireland/">Northern Ireland</a></li> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/scotland/">Scotland</a></li> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/wales/">Wales</a></li> <li id="blq-az"><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/a-z/">Full A-Z<span class="blq-hide"> of BBC sites</span></a></li> </ul> </div> </div> </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-"> <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/20150308181414/http://m.bbc.co.uk/">Mobile site</a></li> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/terms/">Terms of Use</a></li> <li><a href="https://web.archive.org/web/20150308181414/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/20150308181414/http://advertising.bbcworldwide.com/">Advertise With Us</a></li> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/privacy/">Privacy</a></li> <li><a href="https://web.archive.org/web/20150308181414/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/20150308181414/http://www.bbc.co.uk/privacy/cookies/international/">Ad Choices</a></li> <li><a href="https://web.archive.org/web/20150308181414/http://www.bbc.co.uk/privacy/cookies/about">Cookies</a></li> <li> <a href="https://web.archive.org/web/20150308181414/http://news.bbc.co.uk/newswatch/ifs/hi/feedback/default.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/20150308181414/http://www.bbc.co.uk/guidance/">Parental Guidance</a></li> </ul> </li> </ul> </div> <div id="blq-foot-blocks" class="blq-footer-image-light"><img src="https://web.archive.org/web/20150308181414im_/http://static.bbci.co.uk/frameworks/barlesque/2.83.4/desktop/2.8/img/blocks/light.png" width="84" height="24" alt="BBC"/></div> <p id="blq-disclaim"><span id="blq-copy">Copyright &copy; 2015 BBC.</span> <a href="https://web.archive.org/web/20150308181414/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:client-side journalismVariant: true ipIsAdvertiseCombined: true adsEnabled: true flagpole: ON --> <!-- BBCCOM analytics client-side --> <div id="bbccomWebBug" class="bbccomWebBug"></div> <!-- START: BBCCOM-5908: SiteCatalyst new responsive tag --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('analytics')) { if (bbcdotcom && bbcdotcom.analytics) { bbcdotcom.analytics.init(); bbcdotcom.analytics.page(); } } /*]]>*/ </script> <!-- END: BBCCOM-5908: SiteCatalyst new responsive tag --> <!-- Start comScore Tag --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('analytics')) { document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://web.archive.org/web/20150308181414/https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E")); } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('analytics')) { COMSCORE.beacon({ c1:2, c2:"6035051", c3:"", c4:"news.bbc.co.uk/2/shared/bsp/hi/live_stats/html/map.stm", c5:"", c6:"", c15:"" }); } /*]]>*/ </script> <!-- End comScore Tag --> <!-- Start Nielsen Online SiteCensus V6.0 --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('nielsen-au')) { <!-- COPYRIGHT 2009 Nielsen Online --> document.write(unescape('%3Cscript type="text/javascript" src="' + ('https:' == document.location.protocol ? 'https:' : 'http:') + '//web.archive.org/web/20150308181414/http://secure-au.imrworldwide.com/v60.js"%3E%3C/script%3E')); } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('nielsen-au')) { <!-- Start Nielsen Online SiteCensus V6.0 Part 2 --> nol_t({cid:"au-bbc",content:"0",server:"secure-au"}).record().post(); <!-- End Nielsen Online SiteCensus V6.0 Part 2 --> } /*]]>*/ </script> <!-- End Nielsen Online SiteCensus V6.0 --> <!-- Start Nielsen Online SiteCensus V6.0 --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('nielsen-nz')) { <!-- COPYRIGHT 2009 Nielsen Online --> document.write(unescape('%3Cscript type="text/javascript" src="' + ('https:' == document.location.protocol ? 'https:' : 'http:') + '//web.archive.org/web/20150308181414/http://secure-nz.imrworldwide.com/v60.js"%3E%3C/script%3E')); } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('nielsen-nz')) { nol_t({cid:"nz-bbc",content:"0",server:"secure-nz"}).record().post(); } /*]]>*/ </script> <!-- End Nielsen Online SiteCensus V6.0 --> <!-- Start Nielsen Online SiteCensus V6.0 --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('nielsen-us')) { <!-- COPYRIGHT 2010 Nielsen Online --> (function () { var d = new Image(1, 1); d.onerror = d.onload = function () { d.onerror = d.onload = null; }; d.src = [('https:' == document.location.protocol ? 'https:' : 'http:') + "//web.archive.org/web/20150308181414/http://secure-us.imrworldwide.com/cgi-bin/m?ci=us-804789h&amp;cg=0&amp;cc=1&amp;si=", escape(window.location.href), "&amp;rp=", escape(document.referrer), "&amp;ts=compact&amp;rnd=", (new Date()).getTime()].join(''); })(); } /*]]>*/ </script> <!-- End Nielsen Online SiteCensus V6.0 --> <!-- Effective Measure BBCCOM-1195 --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('analytics')) { (function() { var em = document.createElement('script'); em.type = 'text/javascript'; em.async = true; em.src = ('https:' == document.location.protocol ? 'https://web.archive.org/web/20150308181414/https://me-ssl' : 'https://web.archive.org/web/20150308181414/http://me-cdn') + '.effectivemeasure.net/em.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(em, s); })(); } /*]]>*/ </script> <!-- End Effective Measure --> <!-- AGOF BBCCOM-1271 --> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('agof')) { var ivwcode="default"; if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ ivwcode = BBC.adverts.getSectionPath(); } var IVW="https://web.archive.org/web/20150308181414/http://bbc.ivwbox.de/cgi-bin/ivw/CP/"+ivwcode+";"; document.write("<img src=\""+IVW+"?r="+escape(document.referrer)+"&d="+(Math.random()*100000)+"\" width=\"1\" height=\"1\" alt=\"szmtag\" />"); } /*]]>*/ </script> <script type="text/javascript"> /*<![CDATA[*/ if (BBC.adverts.isActive('agof')) { var szmvars="bbc//CP/"+ivwcode; document.write(unescape('%3Cscript src="https://web.archive.org/web/20150308181414/http://bbc.ivwbox.de/2004/01/survey.js" type="text/javascript"%3E%3C/script%3E')); } /*]]>*/ </script> <!-- End AGOF --> <!-- BBCDOTCOM Body Last --> </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> <div> <img src="/web/20150308181414im_/http://news.bbc.co.uk/sol/shared/img/timezone/z.zzz" width="0" height="0" alt=""/> <script type="text/javascript"> blq.setLabel('searchSuggestion', 'Search BBC News'); </script> <map name="world_map" id="world_map"> <area alt="Americas" coords="0,0,34,53" href="/web/20150308181414/http://news.bbc.co.uk/2/hi/americas/default.stm"/> <area alt="Africa" shape="poly" coords="37,25,37,51,52,51,52,33,48,33,48,31,40,31" href="/web/20150308181414/http://news.bbc.co.uk/2/hi/africa/default.stm"/> <area alt="Europe" shape="poly" coords="35,2,66,2,66,12,56,12,56,20,37,20" href="/web/20150308181414/http://news.bbc.co.uk/1/hi/europe/default.stm"/> <area alt="Middle East" shape="poly" coords="44,24,57,24,58,50,55,50,55,31,52,28,44,28" href="/web/20150308181414/http://news.bbc.co.uk/1/hi/middle_east/default.stm"/> <area alt="South Asia" coords="60,24,67,49" href="/web/20150308181414/http://news.bbc.co.uk/1/hi/south_asia/default.stm"/> <area alt="Asia Pacific" shape="poly" coords="71,2,89,3,88,51,69,51,69,20,62,20,62,16,71,16" href="/web/20150308181414/http://news.bbc.co.uk/1/hi/asia-pacific/default.stm"/> </map> <!-- host:nolweb413.wtf.nolcontent.net Site_To_Serve:news Section_Path:(none) blq_web_service:on blq_webservice_release:r62 blq_webservice_variant:journalism blq_cache:cached/ blq_host:wwwimg.bbc.co.uk blq_low_graphics_url:http://news.bbc.co.uk/1/mobile/default.stm blq_language:en-gb blq_footer_link_url_1:http://www.bbc.co.uk/news/10621655 blq_footer_link_url_2:http://news.bbc.co.uk/1/hi/help/default.stm blq_footer_link_url_3:(none) blq_footer_link_url_4:(none) blq_footer_link_text_1:News%20Sources blq_footer_link_text_2:About%20BBC%20News blq_footer_link_text_3:(none) blq_footer_link_text_4:(none) blq_footer_color:(none) blq_core_cache:3 --> </div><!-- END id=mainbody --> <br clear="all"/> </td> </tr> </table> </div> </body> </html> <!-- FILE ARCHIVED ON 18:14:14 Mar 08, 2015 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 19:06:35 Nov 23, 2024. 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.702 exclusion.robots: 0.04 exclusion.robots.policy: 0.028 esindex: 0.013 cdx.remote: 10.167 LoadShardBlock: 335.269 (6) PetaboxLoader3.datanode: 254.769 (7) PetaboxLoader3.resolve: 135.899 (2) load_resource: 146.28 -->

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