CINXE.COM
BBC NEWS | Help | Breaking news alert services
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml" lang="en-GB"> <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/hi/help/5191352.stm","20150310084949","https://web.archive.org/","web","/_static/", "1425977389"); </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 | Help | Breaking news alert services</title> <meta name="contentFlavor" content="STORY"/> <meta name="keywords" content="BBC, News, BBC News, news online, world, uk, international, foreign, british, online, service"/> <meta name="OriginalPublicationDate" content="2006/08/10 09:31:50"/> <meta name="UKFS_URL" content="/1/hi/help/5191352.stm"/> <meta name="IFS_URL" content="/2/hi/help/5191352.stm"/> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"/> <link href="https://web.archive.org/web/20150310084949/http://newsrss.bbc.co.uk/rss/newsonline_world_edition/help/rss.xml" rel="alternate" type="application/rss+xml" title="BBC NEWS | Help"/> <link href="/web/20150310084949/http://news.bbc.co.uk/2/low/help/5191352.stm" rel="alternate" type="text/html" title="Low Graphics"/> <meta name="Headline" content="Breaking news alert services"/> <meta name="Section" content="Help"/> <meta name="Description" content="Find out about the breaking news alert services available from BBC News."/> <!-- PULSE_ENABLED:yes --> <!-- HOST_STATIC:http://news.bbcimg.co.uk Site_To_Serve:news Section_Path:/help 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&blq_nav_color=orange&blq_identity=off&blq_language=en-gb&blq_footer_link_text_1=News%20Sources&blq_footer_link_url_1=http://www.bbc.co.uk/news/10621655&blq_footer_link_text_2=About%20BBC%20News&blq_footer_link_url_2=http://news.bbc.co.uk/1/hi/help/default.stm&blq_footer_link_text_3=&blq_footer_link_url_3=&identity_target_resource=http://identity/policies/dna/adult&blq_footer_color=&IP_IS_ADVERTISE_COMBINED=yes&IP_IS_UK_COMBINED=no&ADS_ENABLED=yes&blq_cachebust_journalism=2.0.5&blq_journalism_variant=1&blq_promo_optout=1&blq_contact_us_url=http://news.bbc.co.uk/newswatch/ifs/hi/feedback/default.stm" hreflang="en-GB&bbcpage_survey=off&bbcpage_surveysite=&bbcpage_survey_nopop=&survey_forceon=&blq_mobile_url=http://news.bbc.co.uk/1/mobile/default.stm&blq_search_scope=news&blq_requirejs=on&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/20150310084949/http://www.bbc.co.uk/terms/" title="Terms of Use"/> <link rel="icon" href="https://web.archive.org/web/20150310084949im_/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/20150310084949cs_/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/20150310084949/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/20150310084949/http://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script> <script type="text/javascript" src="https://web.archive.org/web/20150310084949js_/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/20150310084949/http://static.bbci.co.uk/frameworks/requirejs/lib.js"><'+'/script>'); } /*]]>*/</script> <script type="text/javascript"> bbcRequireMap = {"jquery-1":"https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.7.2", "jquery-1.4":"https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.4", "jquery-1.9":"https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.9.1", "swfobject-2":"https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2", "demi-1":"https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/frameworks/demi/0.10.0/sharedmodules/demi-1", "gelui-1":"https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1", "cssp!gelui-1/overlay":"https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1/overlay.css", "istats-1":"https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/frameworks/istats/0.25.1/modules/istats-1", "relay-1":"https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/frameworks/relay/0.2.6/sharedmodules/relay-1", "clock-1":"https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1", "canvas-clock-1":"https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/canvas-clock-1", "cssp!clock-1":"https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1.css", "jssignals-1":"https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1", "jcarousel-1":"https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/frameworks/jcarousel/0.1.10/modules/jcarousel-1", "bump-3":"//web.archive.org/web/20150310084949/http://emp.bbci.co.uk/emp/bump-3/bump-3"}; require({ baseUrl: 'https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/', paths: bbcRequireMap, waitSeconds: 30 }); </script> <script type="text/javascript" src="https://web.archive.org/web/20150310084949js_/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/20150310084949/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/20150310084949/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/20150310084949cs_/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/20150310084949/http://id.bbc.co.uk', 'secureServer': 'https://web.archive.org/web/20150310084949/https://id.bbc.co.uk', 'assetVersion': '3.27.2', 'assetPath': 'https://web.archive.org/web/20150310084949/http://static.bbci.co.uk/modules/identity/statusbar/3.27.2/' }; </script> <script type="text/javascript" src="https://web.archive.org/web/20150310084949js_/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/20150310084949js_/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/20150310084949im_/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/20150310084949cs_/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/20150310084949cs_/http://news.bbcimg.co.uk/css/screen/1_0_12/shared/v4/styles.css"; @import "https://web.archive.org/web/20150310084949cs_/http://news.bbcimg.co.uk/css/screen/1_0_12/shared/emp.css"; @import "https://web.archive.org/web/20150310084949cs_/http://news.bbcimg.co.uk/css/screen/1_0_12/shared/v4/sitewidealert.css"; @import "https://web.archive.org/web/20150310084949cs_/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/20150310084949cs_/http://news.bbcimg.co.uk/css/screen/1_0_24/nol/v4/styles.css"; @import "https://web.archive.org/web/20150310084949cs_/http://news.bbcimg.co.uk/css/screen/1_0_24/nol/v4/furniture.css"; @import "https://web.archive.org/web/20150310084949cs_/http://news.bbcimg.co.uk/css/screen/1_0_24/nol/v4/business.css"; @import "https://web.archive.org/web/20150310084949cs_/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/20150310084949js_/http://news.bbcimg.co.uk/js/newsi/latest/newsi.js?9" type="text/javascript"></script> <!-- SITEVERSION = 4 --> <!-- GEN JS V4 --> <script type="text/javascript" src="https://web.archive.org/web/20150310084949js_/http://news.bbcimg.co.uk/js/core/3_3_1/bbc_fmtj.js"></script> <script type="text/javascript"> <!-- bbc.fmtj.page = { serverTime: 1425977389000, editionToServe: 'international', queryString: null, section: null, sectionPath: '/help', siteName: null, siteToServe: 'news', siteVersion: '4', storyId: '5191352', assetType: null, uri: '/2/hi/help/5191352.stm', country: 'us', masthead: false, adKeyword: null, templateVersion: null, counterName: null } --> </script> <script type="text/javascript" src="https://web.archive.org/web/20150310084949js_/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/20150310084949js_/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/20150310084949/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/20150310084949js_/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/20150310084949js_/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/20150310084949js_/http://news.bbcimg.co.uk/js/locationservices/locator/v4_0/locator.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20150310084949js_/http://news.bbcimg.co.uk/js/app/ticker/v1_2_0/ticker.js"></script> <script src="https://web.archive.org/web/20150310084949js_/http://news.bbcimg.co.uk/js/legacy/1_1/news.js" language="JavaScript" type="text/javascript"></script> <!-- emp_load.inc --> <!-- not suitable for ads --> </head> <body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" id="body"> <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/20150310084949/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/20150310084949im_/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&blq_s=2.8d&blq_r=2.7&blq_v=journalism-worldwide&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/20150310084949/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/20150310084949im_/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/20150310084949/http://www.bbc.co.uk/accessibility/">Accessibility Help</a></li> </ul> </div> <div id="blq-main" class="blq-clearfix"> <div class="newsbanner"> <div class="logo"><a href="https://web.archive.org/web/20150310084949/http://news.bbc.co.uk/"><span>BBC News Updated every minute of every day</span></a></div> <div class="o"> <table cellspacing="0" width="100%" border="0" cellpadding="0"><tr><td class="banmain" valign="middle"> <div class="wideav"> <a href="/web/20150310084949/http://news.bbc.co.uk/1/hi/video_and_audio/news_summary/8070822.stm"> <img src="https://web.archive.org/web/20150310084949im_/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 --> <script> ar = document.location.href.split("?"); si = ar[0].replace(".stm","").substr(ar[0].length-11, ar[0].length); document.write('<img src="https://web.archive.org/web/20150310084949/http://stats.bbc.co.uk/o.gif?~RS~s~RS~News~RS~t~RS~HighWeb_Legacy~RS~i~RS~'+si+'~RS~p~RS~0~RS~u~RS~/2/hi/help/5191352.stm~RS~r~RS~(none)~RS~a~RS~International~RS~q~RS~~RS~z~RS~49~RS~" width="1" height="1">'); </script> <noscript> <img src="https://web.archive.org/web/20150310084949im_/http://stats.bbc.co.uk/o.gif?~RS~s~RS~News~RS~t~RS~HighWeb_Legacy~RS~i~RS~0~RS~p~RS~0~RS~u~RS~/2/hi/help/5191352.stm~RS~r~RS~(none)~RS~a~RS~International~RS~q~RS~~RS~z~RS~49~RS~" height="1" width="1" alt=""/><br/> </noscript> <!-- end live stats logic --> </div> <!-- adhoc survey invite code --> <!-- end survey_adhoc_worldwide_go --> <!-- end adhoc survey invite --> <table cellpadding="0" cellspacing="0" class="main"> <tr> <td class="sidebar1"> <div class="lhs"> <div class="lhsb"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/default.stm">News Front Page</a> </div> <div class="o"> <img src="https://web.archive.org/web/20150310084949im_/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/20150310084949/http://news.bbc.co.uk/2/hi/africa/default.stm">Africa</a> </div> <div class="lhsb"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/americas/default.stm">Americas</a> </div> <div class="lhsb"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/asia-pacific/default.stm">Asia-Pacific</a> </div> <div class="lhsb"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/europe/default.stm">Europe</a> </div> <div class="lhsb"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/middle_east/default.stm">Middle East</a> </div> <div class="lhsb"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/south_asia/default.stm">South Asia</a> </div> <div class="lhsb"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/uk_news/default.stm">UK</a> </div> <div class="lhsb"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/business/default.stm">Business</a> </div> <div class="lhsb"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/health/default.stm">Health</a> </div> <div class="lhsb"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/science/nature/default.stm">Science & Environment</a> </div> <div class="lhsb"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/technology/default.stm">Technology</a> </div> <div class="lhsb"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/entertainment/default.stm">Entertainment</a> </div> <div class="lhsb"> <a href="/web/20150310084949/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/20150310084949/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/20150310084949/http://news.bbc.co.uk/2/hi/programmes/default.stm">Programmes</a> </div> <div class="lhsl"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/talking_point/default.stm">Have Your Say</a> </div> <div class="lhsl"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/in_pictures/default.stm">In Pictures</a> </div> <div class="lhsl"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/country_profiles/default.stm">Country Profiles</a> </div> <div class="lhsl"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/in_depth/default.stm">Special Reports</a> </div> </div> <div class="relatedbbcsites"> <h3>Related BBC sites</h3> <ul> <li><a href="https://web.archive.org/web/20150310084949/http://news.bbc.co.uk/sport1/hi/default.stm" title="Home of BBC Sport on the internet">Sport</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/weather/" title="Weather information from around the world">Weather</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/onthisday" title="BBC On This Day">On This Day</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/blogs/theeditors/" title="Editors' Blog">Editors' Blog</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/worldservice/" title="BBC World Service">BBC World Service</a></li> </ul> </div> <!-- SiteVersions --> <img alt="" id="livestats" src="https://web.archive.org/web/20150310084949im_/http://stats.bbc.co.uk/o.gif?~RS~s~RS~News~RS~t~RS~HighWeb_Story~RS~i~RS~5191352~RS~p~RS~58868~RS~a~RS~International~RS~u~RS~/2/hi/help/5191352.stm~RS~r~RS~(none)~RS~q~RS~~RS~z~RS~49~RS~"/></td> <td class="contentwrapper"> <table class="datetools" cellpadding="0" cellspacing="0"> <tr> <td> <br/> </td> </tr> </table> <table class="storycontent" cellpadding="0" cellspacing="0"> <tr> <td colspan="2"> <div class="mxb"> <h1> Breaking news alert services </h1> </div> </td> </tr> <tr> <td class="storybody"> <!-- S BO --> <!-- S IIMA --> <table border="0" cellspacing="0" align="right" width="203" cellpadding="0"> <tr><td> <div> <img src="https://web.archive.org/web/20150310084949im_/http://newsimg.bbc.co.uk/media/images/41417000/jpg/_41417603_breaking_news_203.jpg" width="203" height="152" alt="montage showing a range of breaking news services" border="0" vspace="0" hspace="0"> </div> </td></tr> </table> <!-- E IIMA --> <b>Keeping in touch with breaking news is easy with breaking news alerts from BBC News.</b> <p> You can get updates of the biggest national and international events wherever you are through a number of services. <p> <p><b>BREAKING NEWS ALERTS TO YOUR PC DESKTOP</b> <p> <!-- S IIMA --> <table border="0" cellspacing="0" align="right" width="203" cellpadding="0"> <tr><td> <div> <img src="https://web.archive.org/web/20150310084949im_/http://newsimg.bbc.co.uk/media/images/41913000/jpg/_41913904_ticker_203.jpg" width="203" height="152" alt="BBC desktop ticker" border="0" vspace="0" hspace="0"> </div> </td></tr> </table> <!-- E IIMA --> You can get alerts about the latest events on your computer desktop as part of the BBC Alerts desktop service. <p> These alerts can be shown as pop-ups or in a scrolling ticker on your computer screen. <p> Click the link below for more details on how to install it on your machine for free. <p> <!-- S ILIN --><div class="arr"><a class="bodl" href="/web/20150310084949/http://news.bbc.co.uk/2/hi/help/4735697.stm">How to install BBC News desktop tools.</a></div><!-- E ILIN --> <p><b>BREAKING NEWS EMAIL</b> <!-- S IIMA --> <table border="0" cellspacing="0" align="right" width="203" cellpadding="0"> <tr><td> <div> <img src="https://web.archive.org/web/20150310084949im_/http://newsimg.bbc.co.uk/media/images/41913000/jpg/_41913730_news_alerts_203.jpg" width="203" height="152" alt="Graphic showing breaking news emails" border="0" vspace="0" hspace="0"> </div> </td></tr> </table> <!-- E IIMA --> <p> If you have a PC, phone or PDA which can receive emails, you can sign up for the BBC News email alert service. <p> It's easy to sign up. Click on the link below for more information on how to get set up. <p> <!-- S ILIN --><div class="arr"><a class="bodl" href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/email/">How to get BBC News email alerts</a></div><!-- E ILIN --> <p> <b>BREAKING NEWS SMS</b> <p> BBC News can send you SMS alerts about major breaking news stories direct to your mobile phone. <p> Sign up for the service by texting <b>ALERTS START</b> to <b>82002</b>. You can end your subscription at any time by texting <b>STOP</b> to <b>82002</b>. <p> Each text message costs between 10p and 12p, depending on your network and tariff. Only phones on UK networks can sign up. <p> <!-- S ILIN --><div class="arr"><a class="bodl" href="/web/20150310084949/http://news.bbc.co.uk/2/hi/help/5194672.stm">More information about the SMS breaking news service.</a></div><!-- E ILIN --> <p> <b>Subscriber information:</b> The BBC may contact you in the future for your opinions and views on this service. Participation in any user research is at your discretion and you do not have to take part. <p> <!-- E BO --> <br/><br clear="all"/> <br/> <div id="socialBookMarks" class="sharesb"> <h3>Bookmark with:</h3> <ul> <li class="delicious"> <a id="delicious" title="Post this story to Delicious" href="https://web.archive.org/web/20150310084949/http://del.icio.us/post?url=http://news.bbc.co.uk/2/hi/help/5191352.stm&title=Breaking news alert services">Delicious</a> </li> <li class="digg"> <a id="digg" title="Post this story to Digg" href="https://web.archive.org/web/20150310084949/http://digg.com/submit?url=http://news.bbc.co.uk/2/hi/help/5191352.stm&title=Breaking news alert services">Digg</a> </li> <li class="reddit"> <a id="reddit" title="Post this story to reddit" href="https://web.archive.org/web/20150310084949/http://reddit.com/submit?url=http://news.bbc.co.uk/2/hi/help/5191352.stm&title=Breaking news alert services">reddit</a> </li> <li class="facebook"> <a id="facebook" title="Post this story to Facebook" href="https://web.archive.org/web/20150310084949/http://www.facebook.com/sharer.php?u=http://news.bbc.co.uk/2/hi/help/5191352.stm">Facebook</a> </li> <li class="stumbleupon"> <a id="stumbleupon" title="Post this story to StumbleUpon" href="https://web.archive.org/web/20150310084949/http://www.stumbleupon.com/submit?url=http://news.bbc.co.uk/2/hi/help/5191352.stm&title=Breaking news alert services">StumbleUpon</a> </li> </ul> <p class="what"><a href="https://web.archive.org/web/20150310084949/http://news.bbc.co.uk/1/hi/help/6915817.stm">What are these?</a></p> </div> <script language="JavaScript"> <!-- var bm = new BookMark({site:'News',storyid:5191352,sectionid:58868,url:'/2/hi/help/5191352.stm',edition:'International'}); //--> </script> </td> <td class="storyextra"> <div class="puffbox"> <div class="o"> <div class="mph1"> THE BBC NEWS WEBSITE </div> <img src="https://web.archive.org/web/20150310084949im_/http://news.bbcimg.co.uk/shared/img/o.gif" width="1" height="5" alt="" border="0" vspace="0" class="" hspace="0"><br/> <div class="arr"> <a href="https://web.archive.org/web/20150310084949/http://news.bbc.co.uk/1/hi/help/">About our site</a> </div> <div class="arr"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/help/3281795.stm">Serving different audiences</a> </div> <div class="arr"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/help/3281807.stm">Searching our archive</a> </div> <div class="arr"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/help/3281815.stm">News sources</a> </div> <div class="arr"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/help/3281849.stm">Copyright Notice</a> </div> <div class="arr"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/help/4527506.stm">Creative Archive Licence</a> </div> <div class="nlp"> SERVICES </div> <div class="arr"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/programmes/4977678.stm">Podcasts</a> </div> <div class="arr"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/help/7277283.stm">Guide to the Embedded Player</a> </div> <div class="arr"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/help/6187964.stm">Guide to the Pop-up Player</a> </div> <div class="arr"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/help/6207366.stm">Get BBC News on your mobile</a> </div> <div class="arr"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/help/7895116.stm">Embedding video on non-BBC sites</a> </div> <div class="arr"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/help/3223250.stm">E-mail news Frequently asked questions</a> </div> <div class="arr"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/help/rss/default.stm">RSS</a> </div> <div class="arr"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/help/4735697.stm">BBC News Widgets and Alerts</a> </div> </div> <img src="https://web.archive.org/web/20150310084949im_/http://newsimg.bbc.co.uk/shared/img/o.gif" width="1" height="10" alt=""><br/></div> <img src="https://web.archive.org/web/20150310084949im_/http://newsimg.bbc.co.uk/shared/img/o.gif" width="1" height="1" alt=""/> <div id="nav1"> <div id="popStory"> <h4><a href="/web/20150310084949/http://news.bbc.co.uk/2/shared/bsp/hi/live_stats/html/map.stm" class="lp">MOST POPULAR STORIES NOW</a></h4> </div> </div> <script> function liveStatsTabs(newTab,oldTab) { if (document.getElementById) { document.getElementById(newTab).style.display = "inline"; document.getElementById(oldTab).style.display = "none"; return false; } else if (document.all) { document.all[oldTab].style.display = "none"; document.all[newTab].style.display = "inline"; return false; } else { return true; } } </script> <div id="livestats100" class="statsStory"> <ul class="tabpopStory"> <li id="livestats101" class="tabpopHead">SHARED</li> <li id="livestats102"><a href="/web/20150310084949/http://news.bbc.co.uk/2/shared/bsp/hi/live_stats/html/map.stm" onclick="return liveStatsTabs('livestats200','livestats100')">READ</a></li> <li id="livestats103"><a href="/web/20150310084949/http://news.bbc.co.uk/2/shared/bsp/hi/live_stats/html/map.stm" onclick="return liveStatsTabs('livestats300','livestats100')">WATCHED/LISTENED</a></li> </ul> <ul class="popstoryList"/> <a href="/web/20150310084949/http://news.bbc.co.uk/1/shared/bsp/hi/live_stats/html/map.stm" class="arr">Most popular now, in detail </a> </div> <div id="livestats200" class="statsStory"> <ul class="tabpopStory"> <li id="livestats201"><a href="/web/20150310084949/http://news.bbc.co.uk/2/shared/bsp/hi/live_stats/html/map.stm" onclick="return liveStatsTabs('livestats100','livestats200')">SHARED</a></li> <li id="livestats202" class="tabpopHead">READ</li> <li id="livestats203"><a href="/web/20150310084949/http://news.bbc.co.uk/2/shared/bsp/hi/live_stats/html/map.stm" onclick="return liveStatsTabs('livestats300','livestats200')">WATCHED/LISTENED</a></li> </ul> <ul class="popstoryList"> <li class="mp1"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/world-latin-america-31809231">Helicopters crash in Argentina</a> </li> <li class="mp2"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/uk-england-lincolnshire-31805312">Girl, 4, gets cycle-on-path warning</a> </li> <li class="mp3"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/world-europe-31806085">Islamic State ex-hostage Henin: Asking for pity is stupid</a> </li> <li class="mp4"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/magazine-19716687">10 monster traffic jams from around the world</a> </li> <li class="mp5"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/world-europe-31806086">Dutch 'drug money' ministers resign</a> </li> <li class="mp6"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/magazine-31800580">One-man rule in Israel's hippy micro-state</a> </li> <li class="mp7"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/world-us-canada-31796235">Obama mocks Congress letter to Iran</a> </li> <li class="mp8"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/world-us-canada-31801198">'Simpsons' co-creator dies at age 59</a> </li> <li class="mp9"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/world-latin-america-31810284">Brazil introduces femicide law</a> </li> <li class="mp10"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/world-europe-31806946">Ukraine confirms rebel arms pullback</a> </li> </ul> <a href="/web/20150310084949/http://news.bbc.co.uk/1/shared/bsp/hi/live_stats/html/map.stm" class="arr">Most popular now, in detail </a> </div> <div id="livestats300" class="statsStory"> <ul class="tabpopStory"> <li id="livestats301"><a href="/web/20150310084949/http://news.bbc.co.uk/2/shared/bsp/hi/live_stats/html/map.stm" onclick="return liveStatsTabs('livestats100','livestats300')">SHARED</a></li> <li id="livestats302"><a href="/web/20150310084949/http://news.bbc.co.uk/2/shared/bsp/hi/live_stats/html/map.stm" onclick="return liveStatsTabs('livestats200','livestats300')">READ</a></li> <li id="livestats303" class="tabpopHead">WATCHED/LISTENED</li> </ul> <ul class="popstoryList"> <li class="mp1"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/world-asia-31809257"> <img height="13" hspace="0" align="left" vspace="2" border="0" width="20" alt="video" src="https://web.archive.org/web/20150310084949im_/http://newsimg.bbc.co.uk/nol/shared/img/v3/icons/video_single.gif"/>Japan's 'deadliest night' remembered</a> </li> <li class="mp2"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/magazine-31804486"> <img height="13" hspace="0" align="left" vspace="2" border="0" width="20" alt="video" src="https://web.archive.org/web/20150310084949im_/http://newsimg.bbc.co.uk/nol/shared/img/v3/icons/video_single.gif"/>Five things we know about Dancing Man</a> </li> <li class="mp3"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/technology-31808628"> <img height="13" hspace="0" align="left" vspace="2" border="0" width="20" alt="video" src="https://web.archive.org/web/20150310084949im_/http://newsimg.bbc.co.uk/nol/shared/img/v3/icons/video_single.gif"/>Will anyone want an Apple Watch?</a> </li> <li class="mp4"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/video_and_audio/"> <img height="13" hspace="0" align="left" vspace="2" border="0" width="20" alt="video" src="https://web.archive.org/web/20150310084949im_/http://newsimg.bbc.co.uk/nol/shared/img/v3/icons/video_single.gif"/>One-minute World News</a> </li> <li class="mp5"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/magazine-31805158"> <img height="13" hspace="0" align="left" vspace="2" border="0" width="20" alt="video" src="https://web.archive.org/web/20150310084949im_/http://newsimg.bbc.co.uk/nol/shared/img/v3/icons/video_single.gif"/>Deporting dad</a> </li> <li class="mp6"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/magazine-31798182"> <img height="13" hspace="0" align="left" vspace="2" border="0" width="20" alt="video" src="https://web.archive.org/web/20150310084949im_/http://newsimg.bbc.co.uk/nol/shared/img/v3/icons/video_single.gif"/>Why I declared independence from Israel</a> </li> <li class="mp7"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk0/"> <img height="13" hspace="0" align="left" vspace="2" border="0" width="20" alt="video" src="https://web.archive.org/web/20150310084949im_/http://newsimg.bbc.co.uk/nol/shared/img/v3/icons/video_single.gif"/>'Dropped' celebrities killed in Argentina</a> </li> <li class="mp8"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/uk-wales-31750486"> <img height="13" hspace="0" align="left" vspace="2" border="0" width="20" alt="video" src="https://web.archive.org/web/20150310084949im_/http://newsimg.bbc.co.uk/nol/shared/img/v3/icons/video_single.gif"/>Whistleblower 'right all along'</a> </li> <li class="mp9"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/world-australia-31792989"> <img height="13" hspace="0" align="left" vspace="2" border="0" width="20" alt="video" src="https://web.archive.org/web/20150310084949im_/http://newsimg.bbc.co.uk/nol/shared/img/v3/icons/video_single.gif"/>CCTV footage of stabbed Sydney woman</a> </li> <li class="mp10"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/uk-politics-30396383"> <img height="13" hspace="0" align="left" vspace="2" border="0" width="20" alt="video" src="https://web.archive.org/web/20150310084949im_/http://newsimg.bbc.co.uk/nol/shared/img/v3/icons/video_single.gif"/>Do immigrants clog up British roads?</a> </li> </ul> <a href="/web/20150310084949/http://news.bbc.co.uk/2/shared/bsp/hi/live_stats/html/map.stm" class="arr">Most popular now, in detail </a> </div> <div class="clear"></div> <script> liveStatsTabs('livestats200','livestats100'); liveStatsTabs('livestats200','livestats300'); </script> </td> </tr> <tr><td colspan="3"> <div class="o"> <table cellspacing="0" border="0" cellpadding="0" width="466"> <tr> <td valign="top" class="gpromo" width="10"><img src="https://web.archive.org/web/20150310084949im_/http://news.bbcimg.co.uk/shared/img/o.gif" width="10" height="1" alt="" border="0" vspace="0" hspace="0"></td><td valign="top" width="446"> <div class="promotopbg"> <div class="nlp"> FEATURES, VIEWS, ANALYSIS </div> </div> <table cellspacing="0" border="0" cellpadding="0" width="446"> <tr> <td valign="top" width="126"> <div class="promobottombg"> <div class="mvb"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/magazine-17390729"><img src="https://web.archive.org/web/20150310084949im_/http://news.bbcimg.co.uk/media/images/59123000/jpg/_59123716_125673327_ordos_horses_afp_144.jpg" align="" width="126" height="70" alt="Horses sculpture in memory of Genghis Khan, Ordos, Inner Mongolia" border="0" vspace="0" hspace="0"></a> <a class="shl" href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/magazine-17390729">Ghost town</a> <br/> </div> <div class="o"> Has China's housing bubble burst? </div> </div> </td><td valign="top" class="gpromo" width="34"><img src="https://web.archive.org/web/20150310084949im_/http://news.bbcimg.co.uk/shared/img/o.gif" width="34" height="1" alt="" border="0" vspace="0" hspace="0"></td><td valign="top" width="126"> <div class="promobottombg"> <div class="mvb"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/magazine-18551857"><img src="https://web.archive.org/web/20150310084949im_/http://news.bbcimg.co.uk/media/images/61082000/jpg/_61082421_swatafo_worrall.jpg" align="" width="126" height="70" alt="Afo - the world's oldest clove tree " border="0" vspace="0" hspace="0"></a> <a class="shl" href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/news/magazine-18551857">The guerilla plant </a> <br/> </div> <div class="o"> How the world's oldest clove tree defied an empire </div> </div> </td><td valign="top" class="gpromo" width="34"><img src="https://web.archive.org/web/20150310084949im_/http://news.bbcimg.co.uk/shared/img/o.gif" width="34" height="1" alt="" border="0" vspace="0" hspace="0"></td><td valign="top" width="126"> <div class="promobottombg"> <div class="mvb"> <a href="/web/20150310084949/http://news.bbc.co.uk/2/hi/programmes/newsnight/9705123.stm"><img src="https://web.archive.org/web/20150310084949im_/http://news.bbcimg.co.uk/media/images/59091000/jpg/_59091876_bbcsergeilook.jpg" align="" width="126" height="71" alt="Sergei Polunin" border="0" vspace="0" hspace="0"></a> <a class="shl" href="/web/20150310084949/http://news.bbc.co.uk/2/hi/programmes/newsnight/9705123.stm">Walking away</a> <br/> </div> <div class="o"> Why Royal Ballet principal Sergei Polunin quit </div> </div> </td> </tr> </table> </td><td valign="top" class="gpromo" width="10"><img src="https://web.archive.org/web/20150310084949im_/http://news.bbcimg.co.uk/shared/img/o.gif" width="10" height="1" alt="" border="0" vspace="0" hspace="0"></td> </tr> </table> <img src="https://web.archive.org/web/20150310084949im_/http://news.bbcimg.co.uk/shared/img/o.gif" width="466" height="20" alt="" border="0"> <!-- S BO --> <!-- S IINC --><script language="JavaScript"> <!-- function randomLiveStats(){ var liveStatsFacts=new Array(); liveStatsFacts[0]="The most read story in the UK is: <a href=http://news.bbc.co.uk/1/hi/politics/10617724.stm>Government wins Commons VAT votes</a>"; liveStatsFacts[1]="The most read story in Africa is: <a href=http://news.bbc.co.uk/2/hi/middle_east/8600398.stm>Saudi 'reprieve' in sorcery case</a>"; liveStatsFacts[2]="The most read story in Europe is: <a href=http://news.bbc.co.uk/1/hi/world/europe/8444202.stm>Mona Lisa 'had high cholesterol'</a>"; liveStatsFacts[3]="The most read story in North America is: <a href=http://news.bbc.co.uk/1/hi/england/cornwall/6498249.stm>Town lines 'make road dangerous'</a>"; liveStatsFacts[4]="The most read story in Australasia is: <a href=http://news.bbc.co.uk/1/hi/in_pictures/8508817.stm>In pictures: New 9/11 photos released</a>"; liveStatsFacts[5]="The most shared story right now is: <a href=http://news.bbc.co.uk/2/hi/uk_news/education/8386464.stm>'End of nuclear family' forecast</a>"; liveStatsFacts[6]="<a href=/1/shared/bsp/hi/live_stats/html/map.stm>Traffic to this site is currently 16% below normal</a>"; liveStatsFacts[7]="<a href=/1/shared/bsp/hi/live_stats/html/map.stm?lsf>26,714 pages were read in the last minute.</a>"; liveStatsFacts[8]="<a href=/1/shared/bsp/hi/live_stats/html/map.stm?lsf>86,414 people are reading stories on the site right now.</a>"; //document.write('<li class="footermostpop" style="-webkit-text-size-adjust: none">' + liveStatsFacts[Math.floor(Math.random()*liveStatsFacts.length)] + '</li>'); document.write('<div class="mostpopular"><span class="now"><a href="/1/shared/bsp/hi/live_stats/html/map.stm?lsf2">Most Popular Now</a></span><p class="section">' + liveStatsFacts[Math.floor(Math.random()*liveStatsFacts.length)] + '</p><div class="clear"></div></div>'); } randomLiveStats(); //--> </script> <noscript> <div class="mostpopular"><span class="now"><a href="/web/20150310084949/http://news.bbc.co.uk/1/shared/bsp/hi/live_stats/html/map.stm">Most Popular Now</a></span><p class="section"><a href="/web/20150310084949/http://news.bbc.co.uk/1/shared/bsp/hi/live_stats/html/map.stm" class="now">Most Popular Now</a> | <a href="/web/20150310084949/http://news.bbc.co.uk/1/shared/bsp/hi/live_stats/html/map.stm?lsf">86,414 people are reading stories on the site right now.</a>";</p><div class="clear"></div></div> </noscript> <!-- E IINC --> <!-- E BO --> <img src="https://web.archive.org/web/20150310084949im_/http://news.bbcimg.co.uk/shared/img/ffffff.gif" width="466" height="20" alt="" border="0"><br/> </div> </td></tr> </table> </td> </tr> </table> <!-- v4 ifs services /shared/ --> <div class="blq-toplink"><a href="#blq-main"><span>Skip to top</span></a></div> <div class="servicev4 ifs_services"> <h4>PRODUCTS & SERVICES</h4> <ul> <li class="emailnews"><a href="https://web.archive.org/web/20150310084949/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/20150310084949/http://news.bbc.co.uk/go/news/int/story/services/-/1/hi/help/6358397.stm">Mobiles</a></li> <li class="alerts"><a href="https://web.archive.org/web/20150310084949/http://news.bbc.co.uk/go/news/int/story/services/-/1/hi/help/4735697.stm">Widgets & Alerts</a></li> <li class="newsfeeds"><a href="https://web.archive.org/web/20150310084949/http://news.bbc.co.uk/go/news/int/story/services/-/1/hi/help/3223484.stm">News feeds</a></li> <li class="podcast"><a href="https://web.archive.org/web/20150310084949/http://www.bbcworldservice.com/podcasts">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/20150310084949/https://id.bbc.co.uk/users/signin?s=sb&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/20150310084949/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/hi/help/5191352.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/20150310084949/http://www.bbc.com/news/" hreflang="en-GB">News</a></li> <li id="blq-nav-s"><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/sport/" hreflang="en-GB">Sport</a></li> <li id="blq-nav-w"><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/weather/" hreflang="en-GB">Weather</a></li> <li id="blq-nav-tr"> <a href="https://web.archive.org/web/20150310084949/http://www.bbc.com/capital/" hreflang="en-GB">Capital</a> </li> <li id="blq-nav-t"><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/tv/" hreflang="en-GB">TV</a></li> <li id="blq-nav-r"><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/radio/" hreflang="en-GB">Radio</a></li> <li id="blq-nav-m"><a href="#blq-nav">More…</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/20150310084949/http://www.bbc.co.uk/cbbc/">CBBC</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/cbeebies/">CBeebies</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/comedy/">Comedy</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/food/">Food</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/history/">History</a></li> </ul> <ul class="blq-nav-sub"> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/learning/">Learning</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/music/">Music</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/science/">Science</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.com/earth/">Earth</a></li> <li><a href="https://web.archive.org/web/20150310084949/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/20150310084949/http://www.bbc.co.uk/northernireland/">Northern Ireland</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/scotland/">Scotland</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/wales/">Wales</a></li> <li id="blq-az"><a href="https://web.archive.org/web/20150310084949/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…</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/20150310084949/http://m.bbc.co.uk/">Mobile site</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/terms/">Terms of Use</a></li> <li><a href="https://web.archive.org/web/20150310084949/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/20150310084949/http://advertising.bbcworldwide.com/">Advertise With Us</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/privacy/">Privacy</a></li> <li><a href="https://web.archive.org/web/20150310084949/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/20150310084949/http://www.bbc.co.uk/privacy/cookies/international/">Ad Choices</a></li> <li><a href="https://web.archive.org/web/20150310084949/http://www.bbc.co.uk/privacy/cookies/about">Cookies</a></li> <li> <a href="https://web.archive.org/web/20150310084949/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/20150310084949/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/20150310084949im_/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 © 2015 BBC.</span> <a href="https://web.archive.org/web/20150310084949/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/20150310084949/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/hi/help/5191352.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/20150310084949/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/20150310084949/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/20150310084949/http://secure-us.imrworldwide.com/cgi-bin/m?ci=us-804789h&cg=0&cc=1&si=", escape(window.location.href), "&rp=", escape(document.referrer), "&ts=compact&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/20150310084949/https://me-ssl' : 'https://web.archive.org/web/20150310084949/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/20150310084949/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/20150310084949/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> <img src="/web/20150310084949im_/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/20150310084949/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/20150310084949/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/20150310084949/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/20150310084949/http://news.bbc.co.uk/1/hi/middle_east/default.stm"/> <area alt="South Asia" coords="60,24,67,49" href="/web/20150310084949/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/20150310084949/http://news.bbc.co.uk/1/hi/asia-pacific/default.stm"/> </map> <!-- host:nolweb441.wtf.nolcontent.net Site_To_Serve:news Section_Path:/help 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 --> <br/> </div> </body> </html> <!-- FILE ARCHIVED ON 08:49:49 Mar 10, 2015 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 16:45:44 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.746 exclusion.robots: 0.044 exclusion.robots.policy: 0.031 esindex: 0.013 cdx.remote: 6.519 LoadShardBlock: 312.134 (6) PetaboxLoader3.datanode: 214.495 (7) PetaboxLoader3.resolve: 162.296 (3) load_resource: 146.945 -->