ux-compiler 0.1.0

UX Framework Complier
Documentation

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head profile="http://dublincore.org/documents/dcq-html/"> <!-- Barlesque 2.60.9 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="description" content="Breaking news, sport, TV, radio and a whole lot more. The BBC informs, educates and entertains - wherever you are, whatever your age." /> <meta name="keywords" content="BBC, bbc.co.uk, bbc.com, Search, British Broadcasting Corporation, BBC iPlayer, BBCi" />  <meta name="DCTERMS.created" content="" />    <title>BBC - Homepage</title>     
   <meta http-equiv="X-UA-Compatible" content="IE=8" />  
  <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="http://www.bbc.co.uk/terms/" title="Terms of Use" /> <link rel="icon" href="http://www.bbc.co.uk/favicon.ico" type="image/x-icon" />  <meta name="viewport" content="width = 996" /> 

<script type="text/javascript">/*<![CDATA[*/
window.orb = window.orb || {};
(function() {
    'use strict';
    window.fig = window.fig || {};
    window.fig.manager = {
                include: function(w) {
            w = w || window;
            var d = w.document,
                c = d.cookie,
                f = c.match(/ckns_orb_fig=([^;]+)/);

            if ( !f && c.indexOf('ckns_orb_nofig=1') > -1 ) {
                this.setFig(w, {no:1});
            }
            else {
                if (f) {
                    eval('f = ' + decodeURIComponent(RegExp.$1) + ';')
                    this.setFig(w, f);                  
                }
                d.write('<script src="https://ssl.live.bbc.co.uk/frameworks/fig/1/fig.js"><'+'/script>');
            }         
  
        },
                confirm: function(w) {
            w = w || window;
            if (w.orb && w.orb.fig && w.orb.fig('no')) {
               this.setFigCookie(w);
            }
            
            if (w.orb === undefined || w.orb.fig === undefined) {
                this.setFig(w, {no:1});
                this.setFigCookie(w);
            }
        },
                setFigCookie: function(w) {
            w.document.cookie = 'ckns_orb_nofig=1; expires=' + new Date(new Date().getTime() + 1000 * 60 * 10).toGMTString() + ';';
        },
                setFig: function(w, f){
            (function(){var o=f;w.orb=w.orb||{};w.orb.fig=function(k){return (arguments.length)? o[k]:o};})();
        }
    }
})();
fig.manager.include();
/*]]>*/</script>
<script type="text/javascript"> fig.manager.confirm(); </script>

 <link rel="stylesheet" type="text/css" href="http://static.bbci.co.uk/frameworks/barlesque/2.60.9/desktop/3.5/style/main.css"  />  <link rel="stylesheet" type="text/css" href="http://static.bbci.co.uk/wwhp/1.32.0/desktop/css/homepage-compiled.css"  />  <script type="text/javascript">/*<![CDATA[*/ (function(undefined){if(!window.bbc){window.bbc={}}var ROLLING_PERIOD_DAYS=30;window.bbc.Mandolin=function(id,segments,opts){var now=new Date().getTime(),storedItem,DEFAULT_START=now,DEFAULT_RATE=1,COOKIE_NAME="ckpf_mandolin";opts=opts||{};this._id=id;this._segmentSet=segments;this._store=new window.window.bbc.Mandolin.Storage(COOKIE_NAME);this._opts=opts;this._rate=(opts.rate!==undefined)?+opts.rate:DEFAULT_RATE;this._startTs=(opts.start!==undefined)?new Date(opts.start).getTime():new Date(DEFAULT_START).getTime();this._endTs=(opts.end!==undefined)?new Date(opts.end).getTime():daysFromNow(ROLLING_PERIOD_DAYS);this._signupEndTs=(opts.signupEnd!==undefined)?new Date(opts.signupEnd).getTime():this._endTs;this._segment=null;if(typeof id!=="string"){throw new Error("Invalid Argument: id must be defined and be a string")}if(Object.prototype.toString.call(segments)!=="[object Array]"){throw new Error("Invalid Argument: Segments are required.")}if(opts.rate!==undefined&&(opts.rate<0||opts.rate>1)){throw new Error("Invalid Argument: Rate must be between 0 and 1.")}if(this._startTs>this._endTs){throw new Error("Invalid Argument: end date must occur after start date.")}if(!(this._startTs<this._signupEndTs&&this._signupEndTs<=this._endTs)){throw new Error("Invalid Argument: SignupEnd must be between start and end date")}removeExpired.call(this,now);if((storedItem=this._store.getItem(this._id))){this._segment=storedItem.segment}else{if(this._startTs<=now&&now<this._signupEndTs&&now<=this._endTs&&this._store.isEnabled()===true){this._segment=pick(segments,this._rate);if(opts.end===undefined){this._store.setItem(this._id,{segment:this._segment})}else{this._store.setItem(this._id,{segment:this._segment,end:this._endTs})}log.call(this,"mandolin_segment")}}log.call(this,"mandolin_view")};window.bbc.Mandolin.prototype.getSegment=function(){return this._segment};function log(actionType,params){var that=this;require(["istats-1"],function(istats){istats.log(actionType,that._id+":"+that._segment,params?params:{})})}function removeExpired(expires){var items=this._store.getItems(),expiresInt=+expires;for(var key in items){if(items[key].end!==undefined&&+items[key].end<expiresInt){this._store.removeItem(key)}}}function getLastExpirationDate(data){var winner=0,rollingExpire=daysFromNow(ROLLING_PERIOD_DAYS);for(var key in data){if(data[key].end===undefined&&rollingExpire>winner){winner=rollingExpire}else{if(+data[key].end>winner){winner=+data[key].end}}}return(winner)?new Date(winner):new Date(rollingExpire)}window.bbc.Mandolin.prototype.log=function(params){log.call(this,"mandolin_log",params)};window.bbc.Mandolin.prototype.convert=function(params){log.call(this,"mandolin_convert",params);this.convert=function(){}};function daysFromNow(n){var endDate;endDate=new Date().getTime()+(n*60*60*24)*1000;return endDate}function pick(segments,rate){var picked,min=0,max=segments.length-1;if(typeof rate==="number"&&Math.random()>rate){return null}do{picked=Math.floor(Math.random()*(max-min+1))+min}while(picked>max);return segments[picked]}window.bbc.Mandolin.Storage=function(name){this._cookieName=name;this._isEnabled=(bbccookies.isAllowed(this._cookieName)===true&&bbccookies.cookiesEnabled()===true)};window.bbc.Mandolin.Storage.prototype.setItem=function(key,value){var storeData=this.getItems();storeData[key]=value;this.save(storeData);return value};window.bbc.Mandolin.Storage.prototype.isEnabled=function(){return this._isEnabled};window.bbc.Mandolin.Storage.prototype.getItem=function(key){var storeData=this.getItems();return storeData[key]};window.bbc.Mandolin.Storage.prototype.removeItem=function(key){var storeData=this.getItems();delete storeData[key];this.save(storeData)};window.bbc.Mandolin.Storage.prototype.getItems=function(){return deserialise(this.readCookie(this._cookieName)||"")};window.bbc.Mandolin.Storage.prototype.save=function(data){window.bbccookies.set(this._cookieName+"="+encodeURIComponent(serialise(data))+"; expires="+getLastExpirationDate(data).toUTCString()+";")};window.bbc.Mandolin.Storage.prototype.readCookie=function(name){var nameEQ=name+"=",ca=window.bbccookies.get().split(";"),i,c;for(i=0;i<ca.length;i++){c=ca[i];while(c.charAt(0)===" "){c=c.substring(1,c.length)}if(c.indexOf(nameEQ)===0){return decodeURIComponent(c.substring(nameEQ.length,c.length))}}return null};function serialise(o){var str="";for(var p in o){if(o.hasOwnProperty(p)){str+='"'+p+'"'+":"+(typeof o[p]==="object"?(o[p]===null?"null":"{"+serialise(o[p])+"}"):'"'+o[p].toString().replace(/"/g,'\\"')+'"')+","}}return str.replace(/,\}/g,"}").replace(/,$/g,"")}function deserialise(str){var o;eval("o = {"+str+"}");return o}})(); /*]]>*/</script>  <script type="text/javascript">/*<![CDATA[*/ if (typeof bbccookies_flag === 'undefined') { bbccookies_flag = 'ON'; } showCTA_flag = false; cta_enabled = (showCTA_flag && (bbccookies_flag === 'ON') ); (function(){var e="ckns_policy",m="Thu, 01 Jan 1970 00:00:00 GMT",k={ads:true,personalisation:true,performance:true,necessary:true};function f(p){if(f.cache[p]){return f.cache[p]}var o=p.split("/"),q=[""];do{q.unshift((o.join("/")||"/"));o.pop()}while(q[0]!=="/");f.cache[p]=q;return q}f.cache={};function a(p){if(a.cache[p]){return a.cache[p]}var q=p.split("."),o=[];while(q.length&&"|co.uk|com|".indexOf("|"+q.join(".")+"|")===-1){if(q.length){o.push(q.join("."))}q.shift()}f.cache[p]=o;return o}a.cache={};function i(o,t,p){var z=[""].concat(a(window.location.hostname)),w=f(window.location.pathname),y="",r,x;for(var s=0,v=z.length;s<v;s++){r=z[s];for(var q=0,u=w.length;q<u;q++){x=w[q];y=o+"="+t+";"+(r?"domain="+r+";":"")+(x?"path="+x+";":"")+(p?"expires="+p+";":"");bbccookies.set(y,true)}}}window.bbccookies={_setEverywhere:i,cookiesEnabled:function(){var o="ckns_testcookie"+Math.floor(Math.random()*100000);this.set(o+"=1");if(this.get().indexOf(o)>-1){g(o);return true}return false},set:function(o){return document.cookie=o},get:function(){return document.cookie},_setPolicy:function(o){return h.apply(this,arguments)},readPolicy:function(o){return b.apply(this,arguments)},_deletePolicy:function(){i(e,"",m)},isAllowed:function(){return true},_isConfirmed:function(){return c()!==null},_acceptsAll:function(){var o=b();return o&&!(j(o).indexOf("0")>-1)},_getCookieName:function(){return d.apply(this,arguments)},_showPrompt:function(){var o=(!this._isConfirmed()&&window.cta_enabled&&this.cookiesEnabled()&&!window.bbccookies_disable);return(window.orb&&window.orb.fig)?o&&(window.orb.fig("no")||window.orb.fig("ck")):o}};bbccookies._getPolicy=bbccookies.readPolicy;function d(p){var o=(""+p).match(/^([^=]+)(?==)/);return(o&&o.length?o[0]:"")}function j(o){return""+(o.ads?1:0)+(o.personalisation?1:0)+(o.performance?1:0)}function h(r){if(typeof r==="undefined"){r=k}if(typeof arguments[0]==="string"){var o=arguments[0],q=arguments[1];if(o==="necessary"){q=true}r=b();r[o]=q}else{if(typeof arguments[0]==="object"){r.necessary=true}}var p=new Date();p.setYear(p.getFullYear()+1);p=p.toUTCString();bbccookies.set(e+"="+j(r)+";domain=bbc.co.uk;path=/;expires="+p+";");bbccookies.set(e+"="+j(r)+";domain=bbc.com;path=/;expires="+p+";");return r}function l(o){if(o===null){return null}var p=o.split("");return{ads:!!+p[0],personalisation:!!+p[1],performance:!!+p[2],necessary:true}}function c(){var o=new RegExp("(?:^|; ?)"+e+"=(\\d\\d\\d)($|;)"),p=document.cookie.match(o);if(!p){return null}return p[1]}function b(o){var p=l(c());if(!p){p=k}if(o){return p[o]}else{return p}}function g(o){return document.cookie=o+"=;expires="+m+";"}function n(){var o='<script type="text/javascript" src="http://static.bbci.co.uk/frameworks/bbccookies/0.6.3/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: "http://node1.bbcimg.co.uk/glow/glow/map.1.7.7.js"}]; } </script>  <script type="text/javascript" src="http://node1.bbcimg.co.uk/glow/gloader.0.1.6.js"></script>   <script type="text/javascript" src="http://static.bbci.co.uk/frameworks/requirejs/0.13.1/sharedmodules/require.js"></script> <script type="text/javascript">  bbcRequireMap = {"jquery-1":"http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.7.2", "jquery-1.4":"http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.4", "jquery-1.9":"http://static.bbci.co.uk/frameworks/jquery/0.3.0/sharedmodules/jquery-1.9.1", "swfobject-2":"http://static.bbci.co.uk/frameworks/swfobject/0.1.10/sharedmodules/swfobject-2", "demi-1":"http://static.bbci.co.uk/frameworks/demi/0.10.0/sharedmodules/demi-1", "gelui-1":"http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1", "cssp!gelui-1/overlay":"http://static.bbci.co.uk/frameworks/gelui/0.9.13/sharedmodules/gelui-1/overlay.css", "istats-1":"http://static.bbci.co.uk/frameworks/istats/0.17.3/modules/istats-1", "relay-1":"http://static.bbci.co.uk/frameworks/relay/0.2.4/sharedmodules/relay-1", "clock-1":"http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1", "canvas-clock-1":"http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/canvas-clock-1", "cssp!clock-1":"http://static.bbci.co.uk/frameworks/clock/0.1.9/sharedmodules/clock-1.css", "jssignals-1":"http://static.bbci.co.uk/frameworks/jssignals/0.3.6/modules/jssignals-1", "jcarousel-1":"http://static.bbci.co.uk/frameworks/jcarousel/0.1.10/modules/jcarousel-1", "desktop/ui/carouselfactory":"http://static.bbci.co.uk/wwhp/1.32.0/modules/desktop/ui/carouselfactory", "desktop/ui/tabs":"http://static.bbci.co.uk/wwhp/1.32.0/modules/desktop/ui/tabs", "desktop/ui/tennisresults":"http://static.bbci.co.uk/wwhp/1.32.0/modules/desktop/ui/tennisresults", "desktop/ui/weather":"http://static.bbci.co.uk/wwhp/1.32.0/modules/desktop/ui/weather", "desktop/utils/popup":"http://static.bbci.co.uk/wwhp/1.32.0/modules/desktop/utils/popup", "homepage":"http://static.bbci.co.uk/wwhp/1.32.0/modules/homepage", "lib/external/moodular":"http://static.bbci.co.uk/wwhp/1.32.0/modules/lib/external/moodular"}; require({ baseUrl: 'http://static.bbci.co.uk/', paths: bbcRequireMap, waitSeconds: 30 }); </script>      <script type="text/javascript" src="http://static.bbci.co.uk/frameworks/barlesque/2.60.9/desktop/3.5/script/barlesque.js"></script>
  
<!--[if IE 6]>
        <script type="text/javascript">
        try {
            document.execCommand("BackgroundImageCache",false,true);
        } catch(e) {}
    </script>
        <style type="text/css">
        /* Use filters for IE6 */
        #blq-blocks a {
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.60.9/desktop/3.5//img/blq-blocks_white_alpha.png', sizingMethod='image');
        }
        .blq-masthead-focus #blq-blocks a,
        .blq-mast-text-dark #blq-blocks a {
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.60.9/desktop/3.5//img/blq-blocks_grey_alpha.png', sizingMethod='image');
        }
        #blq-nav-search button span {
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.bbci.co.uk/frameworks/barlesque/2.60.9/desktop/3.5//img/blq-search_grey_alpha.png', sizingMethod='image');
        }
        #blq-nav-search button img {
            position: absolute;
            left: -999em;    
        }
    </style>
<![endif]-->

<!--[if (IE 7])|(IE 8)>
    <style type="text/css">
        .blq-clearfix {
            display: inline-block;
        }
    </style>
<![endif]-->

<script type="text/javascript">
     blq.setEnvironment('live');  if (blq.setLabel) blq.setLabel('searchSuggestion', "Search");  if (! /bbc\.co\.uk$/i.test(window.location.hostname) ) { document.documentElement.className += ' blq-not-bbc-co-uk'; } </script>

  <script type="text/javascript"> /*<![CDATA[*/ function oqsSurveyManager(w, flag) {  var defaultThreshold = 0.7, usePulseThreshold = (flag === 'OFF')? 1 : defaultThreshold, activeThreshold; w.oqs = w.oqs || {}; if ( w.document.cookie.match(/(?:^|; *)ckns_oqs_usePulseThreshold=([\d.]+)/) ) { activeThreshold = RegExp.$1; } else if (typeof w.oqs_usePulseThreshold !== 'undefined') { activeThreshold = w.oqs_usePulseThreshold; } else { activeThreshold = usePulseThreshold; } w.oqs.usePulse = (w.Math.random() < activeThreshold); if (!w.oqs.usePulse) {  w.document.write('<script type="text/javascript" src="http://static.bbci.co.uk/frameworks/barlesque/2.60.9/desktop/3.5/script/vendor/edr.js"><'+'/script>'); } } oqsSurveyManager(window, 'ON'); /*]]>*/ </script> 
        <!-- BBCDOTCOM template: desktop journalismVariant: false ipIsAdvertiseCombined: true adsEnabled: true  showDotcom: true flagpole: ON -->
            <script type="text/javascript">
            /*<![CDATA[*/
            if (window.bbcdotcom === undefined) {
                var bbcdotcom = {
                    data: {},
                    advert: {
                        write: function () {},
                        show: function () {},
                        isActive: function () {
                            return false;
                        }
                    },
                    objects: function(str) {
                        return false;
                    }
                };
            }
            bbcdotcom.objects = function (strName, action, obj) {
                var nameParts, i, len;
                nameParts = strName.split(".");
                if (action === undefined) {
                    action = 'valid';
                }
                if (obj === undefined) {
                    obj = window;
                }
                for (i = 0, len = nameParts.length; i < len; i++) {
                    if (obj[nameParts[i]] === undefined) {
                        if (action === 'create') {
                            obj[nameParts[i]] = {};
                        } else {
                            return false;
                        }
                    } else if (typeof obj[nameParts[i]] === 'function') {
                        if(obj[nameParts[i]]() !== undefined) {
                            return obj[nameParts[i]]();
                        }
                    }
                    obj = obj[nameParts[i]];
                }
                return obj;
            };
            /*]]>*/
        </script>
        <style type="text/css">.bbccom_display_none{display:none;}</style>
<script type="text/javascript">
    /*<![CDATA[*/
    bbcdotcom.objects('bbcdotcom.config', 'create');
    bbcdotcom.config =(function(ads, analytics) {
        var adsEnabled=ads,
            analyticsEnabled=analytics,
            jsPrefix="http://static.bbci.co.uk/bbcdotcom/0.3.241/script",
            swfPrefix="http://static.bbci.co.uk/bbcdotcom/0.3.241/swf",
            cssPrefix="http://static.bbci.co.uk/bbcdotcom/0.3.241/style";
        return {
            setAdsEnabled: function(enabled) {
                /* Once it has been disable to not allow it to be enabled */
                adsEnabled = (adsEnabled !== 0) ? enabled : 0;
            },
            isAdsEnabled: function() {
                return adsEnabled;
            },
            setAnalyticsEnabled: function(enabled) {
                /* Once it has been disable to not allow it to be enabled */
                analyticsEnabled = (analyticsEnabled !== 0) ? enabled : 0;
            },
            isAnalyticsEnabled: function() {
                return analyticsEnabled;
            },
            setJsPrefix: function (prefix) {
                jsPrefix = prefix;
            },
            getJsPrefix: function () {
                return jsPrefix;
            },
            setSwfPrefix: function (prefix) {
                swfPrefix = prefix;
            },
            getSwfPrefix: function () {
                return swfPrefix;
            },
            setCssPrefix: function (prefix) {
                cssPrefix = prefix;
            },
            getCssPrefix: function () {
                return cssPrefix;
            }
        };
    }(1, 1));
    bbcdotcom.objects('bbcdotcom.siteCatalyst', 'create');
    bbcdotcom.siteCatalyst = {"ch":"","cdp":"3","ce":"UTF-8"};
    bbcdotcom.objects('bbcdotcom.stats', 'create');
    /* Create BBC.adverts skeleton */
    if (window.BBC === undefined) {
        var BBC = {};
    }
    if (window.BBC.adverts === undefined) {
        BBC.adverts = {
            setZone: function () {},
            configure: function () {},
            write: function () {},
            show: function () {},
            isActive: function () {
                return false;
            },
            setScriptRoot: function () {},
            setImgRoot: function () {},
            getAdvertTag: function () {},
            getSectionPath: function() {},
            showPartnerButtons: function() {}
        };
    }
    (function(){
        if(typeof require !== 'undefined') {
            require({
                paths:{
                    "bbcdotcom":"http://static.bbci.co.uk/bbcdotcom/0.3.241/script"
                }
            });
        }
    })();
    if (typeof orb !== 'undefined' && typeof orb.fig === 'function') {
        bbcdotcom.data = {
            a: orb.fig('ad')? 1 : 0,
            b: (0 == orb.fig('uk')) ? 1 : 0,
            c: orb.fig('ap')
        };
    } else {
        document.write('<script type="text/javascript" src="http://tps.bbc.com/wwscripts/data">\x3C/script>');
    }
    /*]]>*/
</script>
<script type="text/javascript">
    /*<![CDATA[*/
    if (typeof bbcdotcom.data == 'undefined' || typeof bbcdotcom.data.a == 'undefined' || typeof bbcdotcom.data.b == 'undefined' || typeof bbcdotcom.data.c == 'undefined') {
        bbcdotcom.data = {a:0,b:0,c:0};
    }
    if (bbcdotcom.data.a == 1) {
        document.write('<script type="text/javascript" src="http://www.bbc.co.uk/wwscripts/flag">\x3C/script>');
    }
    /*]]>*/
</script>                           <script type="text/javascript">         /*<![CDATA[*/
    if (typeof bbcdotcom.flag == 'undefined' || bbcdotcom.flag.a != 1) {
                bbcdotcom.data.a = 0;
    }
</script>
                <script type="text/javascript">
            /*<![CDATA[*/
            if(bbcdotcom.data.a == 1 || bbcdotcom.data.b == 1) {
                document.write('<link rel="stylesheet" type="text/css" href="http://static.bbci.co.uk/bbcdotcom/0.3.241/style/3pt_ads.css" />');document.write('<script type="text/javascript" src="http://static.bbci.co.uk/bbcdotcom/0.3.241/script/bbccom.js">\x3C/script>');            }
            /*]]>*/
        </script>                                   <script type="text/javascript">                 /*<![CDATA[*/
            if (bbcdotcom.data.a == 1 || bbcdotcom.data.b == 1) {
                                BBC.adverts.setData(bbcdotcom.data);
                bbcdotcom.config.setAdsEnabled(bbcdotcom.data.a);
                bbcdotcom.config.setAnalyticsEnabled(bbcdotcom.data.b);
            }
            if (bbcdotcom.data.a == 1) {
                                (function(){
                    var zoneFile = "3pt_zone_file";

                    bbcdotcom.objects('page', 'create', bbcdotcom);
                                        
                                                            BBC.adverts.setScriptRoot("http://static.bbci.co.uk/bbcdotcom/0.3.241/script/");
                    BBC.adverts.setImgRoot("http://static.bbci.co.uk/bbcdotcom/0.3.241/img/");
                    BBC.adverts.init({
                        domain: "www.bbc.co.uk",
                        location: window.location.pathname,
                        zoneVersion: zoneFile,
                        zoneAuto: false,
                        siteAuto: false,
                        keywordsAuto: false,
                        zoneReferrer: document.referrer
                    });
                })();
                if(typeof bbcdotcom !== 'undefined' && typeof bbcdotcom.survey !== 'undefined' && typeof bbcdotcom.survey.init === 'function') {
                    bbcdotcom.survey.init();
                }
            }
            /*]]>*/
        </script>
     <!-- Webapp: WWHP international homepage --> <meta property="fb:page_id" content="228735667216" /> <meta property="fb:admins" content="297814326937641" /> <meta property="fb:app_id" content="187214818032936" /> <meta property="og:title" content="" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/img/iphone.png" /> <meta property="og:url" content="http://www.bbc.co.uk/" /> <meta name="msvalidate.01" content="A09EF0BF1FC5CDBB37D921CBC3776943" /> <link rel="apple-touch-icon" href="/img/iphone.png"/>  <link rel="canonical" href="http://www.bbc.co.uk/" />  <!--[if IE]><link href="http://static.bbci.co.uk/wwhp/1.32.0/desktop/css/ie.css" type="text/css" rel="stylesheet"><![endif]--> <!--[if lte IE 6]><link href="http://static.bbci.co.uk/wwhp/1.32.0/desktop/css/ie-6.css" type="text/css" rel="stylesheet"><![endif]--> <!--[if IE 7]><link href="http://static.bbci.co.uk/wwhp/1.32.0/desktop/css/ie-7.css" type="text/css" rel="stylesheet"><![endif]-->  <script type="text/javascript"> /*<![CDATA[*/ if (!window.console) { window.console = { log: function() { return; }, warn: function() { return; }, info: function() {return; }, error: function() { return; }, debug: function() { return; } }; } if(typeof(Homepage) === "undefined") { Homepage = {}; Homepage.VSGet = function() { return ''; };  Homepage.edition = 'i'; Homepage.env = 'live'; Homepage.fetchBbcCookie = function () { if (!navigator.cookieEnabled) { return ''; } var nameEQ = "BBC-UID="; var ca = document.cookie.split(';'); for(i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)===' ') { c = c.substring(1,c.length); } if (c.indexOf(nameEQ) === 0) { return c.substring(nameEQ.length,c.length); } } return ''; }; } if(typeof(wwhomepage) === 'undefined'){ wwhomepage = {}; wwhomepage.configs = []; if(Homepage !== 'undefined'){ wwhomepage.legacy = Homepage; } wwhomepage.createObject = function(strName) { var nameParts = strName.split("."), i = 0, len = nameParts.length, obj = window; for (; i < len; i++){ if (obj[nameParts[i]] === undefined) { obj[nameParts[i]] = {}; } obj = obj[nameParts[i]]; } return obj; } } /*]]>*/ </script>                         </head> <body id="wwhp" class="disable-wide-advert desktop default us desktop-default desktop-us default-us">        <!-- BBCDOTCOM body first -->
                <script type="text/javascript">BBC.adverts.write("wallpaper",false);</script>
        <script type="text/javascript">
            /*<![CDATA[*/
            body= document.getElementsByTagName('body');
            aTags = document.getElementsByTagName('a');
            if('undefined' != typeof aTags && 'undefined' != typeof aTags[0] && -1 !== aTags[0].href.indexOf('http://ad.doubleclick.net')) {
                body[0].removeChild(aTags[0]);
            }
            /*]]>*/
        </script>
      <script type="text/javascript">/*<![CDATA[*/ bbcFlagpoles_istats = 'ON'; istatsTrackingUrl = '//sa.bbc.co.uk/bbc/bbc/s?name=SET-COUNTER&pal_route=index&ml_name=barlesque&app_type=web&language=en-GB&ml_version=0.17.3&pal_webapp=wwhp'; if (window.istats_countername) { istatsTrackingUrl = istatsTrackingUrl.replace(/([?&]name=)[^&]+/ig, '$1' + istats_countername); } (function() { if ( /\bIDENTITY=/.test(document.cookie) ) { istatsTrackingUrl += '&bbc_identity=1'; } var c = (document.cookie.match(/\bckns_policy=(\d\d\d)/)||[]).pop() || ''; istatsTrackingUrl += '&bbc_mc=' + (c? 'ad'+c.charAt(0)+'ps'+c.charAt(1)+'pf'+c.charAt(2) : 'not_set'); if ( /\bckns_policy=\d\d0/.test(document.cookie) ) { istatsTrackingUrl += '&ns_nc=1'; } var screenWidthAndHeight = 'unavailable'; if (window.screen && screen.width && screen.height) { screenWidthAndHeight = screen.width + 'x' + screen.height; } istatsTrackingUrl += ('&screen_resolution=' + screenWidthAndHeight); istatsTrackingUrl += '&blq_s=3.5&blq_r=3.5&blq_v=default-worldwide'; })(); /*]]>*/</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="//sa.bbc.co.uk/bbc/bbc/s?name=SET-COUNTER&amp;pal_route=index&amp;ml_name=barlesque&amp;app_type=web&amp;language=en-GB&amp;ml_version=0.17.3&amp;pal_webapp=wwhp&amp;blq_s=3.5&amp;blq_r=3.5&amp;blq_v=default-worldwide" height="1" width="1" alt="" /></p></noscript> <!-- End iStats (UX-CMC) -->   <div id="blq-global"> <noscript> <div id="blq-no-js-banner"> <p>For a better experience on your device, try our <a href="http://m.bbc.co.uk">mobile site</a>.</p> </div> </noscript> <div id="blq-pre-mast" xml:lang="en-GB"> <!-- Pre mast --> 
<!-- BBCDOTCOM leaderboard template:client-side journalismVariant: false ipIsAdvertiseCombined: true adsEnabled: true showDotcom: true flagpole: ON showAdAboveBlq: true blqLeaderboardAd: true -->
 </div> </div>  <script type="text/html" id="blq-bbccookies-tmpl"><![CDATA[ <div id="bbccookies-prompt" class="bbccookies-w"> <h2> Cookies on the BBC website </h2> <p> We use cookies to ensure that we give you the best experience on our website.<span class="bbccookies-international-message"> We also use cookies to ensure we show you advertising that is relevant to you.</span> If you continue without changing your settings, we'll assume that you are happy to receive all cookies on the BBC website. However, if you would like to, you can <a href="/privacy/cookies/managing/cookie-settings.html">change your cookie settings</a> at any time. </p> <ul> <li id="bbccookies-continue"> <button type="button" id="bbccookies-continue-button">Continue</button> </li> <li id="bbccookies-more"><a href="/privacy/cookies/bbc">Find out more</a></li></ul> </div> ]]></script> <script type="text/javascript">/*<![CDATA[*/ (function(){if(bbccookies._showPrompt()){var i=document,b=i.getElementById("blq-pre-mast"),f=i.getElementById("blq-global"),h=i.getElementById("blq-container"),c=i.getElementById("blq-bbccookies-tmpl"),a,g,e;if(b&&i.createElement){a=i.createElement("div");a.id="bbccookies";e=c.innerHTML;e=e.replace("<"+"![CDATA[","").replace("]]"+">","");a.innerHTML=e;if(f){f.insertBefore(a,b)}else{h.insertBefore(a,b)}g=i.getElementById("bbccookies-continue-button");g.onclick=function(){a.parentNode.removeChild(a);return false};bbccookies._setPolicy()}}})(); /*]]>*/</script>  <div id="blq-masthead" class="blq-clearfix blq-mast-bg-white blq-masthead-focus blq-lang-en blq-ltr"> <span id="blq-mast-background"><span></span></span>  <div id="blq-mast" class="blq-rst">  <div id="blq-mast-bar" class="blq-masthead-container blq-default-worldwide"> <div id="blq-blocks"> <a href="/" hreflang="en-GB"> <abbr title="British Broadcasting Corporation" class="blq-home"> <img src="http://static.bbci.co.uk/frameworks/barlesque/2.60.9/desktop/3.5/img/blq-blocks_grey_alpha.png" alt="BBC" width="84" height="24" /> </abbr> </a> </div> <div id="blq-acc-links"> <h2 id="page-top">Accessibility links</h2> <ul>  <li><a href="#blq-content">Skip to content</a></li>  <li><a href="#blq-local-nav">Skip to local navigation</a></li>  <li><a href="/accessibility/">Accessibility Help</a></li> </ul> </div> <div id="blq-sign-in" class="blq-gel">  </div> <div id="blq-nav"> <h2>BBC navigation</h2>     <ul id="blq-nav-main">   <li id="blq-nav-news"> <a href="http://www.bbc.com/news/">News</a> </li>    <li id="blq-nav-sport"> <a href="http://www.bbc.co.uk/sport/">Sport</a> </li>    <li id="blq-nav-weather"> <a href="http://www.bbc.co.uk/weather/">Weather</a> </li>    <li id="blq-nav-capital"> <a href="http://www.bbc.com/capital/">Capital</a> </li>    <li id="blq-nav-future"> <a href="http://www.bbc.com/future/">Future</a> </li>    <li id="blq-nav-shop"> <a href="http://shop.bbc.com/">Shop</a> </li>    <li id="blq-nav-tv"> <a href="/tv/">TV</a> </li>    <li id="blq-nav-radio"> <a href="/radio/">Radio</a> </li>    <li id="blq-nav-more"> <a href="/a-z/">More&hellip;</a> </li>   </ul>   <div id="blq-nav-search"> <form method="get" action="http://search.bbc.co.uk/search" accept-charset="utf-8" id="blq-search-form"> <div>  <input type="hidden" name="go" value="toolbar" />  <input type="hidden" name="uri" value="/" />    <label for="blq-search-q" class="blq-hide">Search term:</label> <input id="blq-search-q" type="text" name="q" value="" maxlength="128" /> <button id="blq-search-btn" type="submit"><span><img src="http://static.bbci.co.uk/frameworks/barlesque/2.60.9/desktop/3.5/img/blq-search_grey_alpha.png" width="13" height="13" alt="Search"/></span></button> </div> </form> </div>  </div> </div> </div> </div> <div id="blq-container-outer" class="blq-default-worldwide blq-ltr" >  <div id="blq-container" class="blq-lang-en blq-dotcom"> <div id="blq-container-inner" xml:lang="en">   <div id="blq-main" class="blq-clearfix">               <h1 class="hide">BBC Homepage</h1> <div class="colA column">  <div id="adLeaderboard" class="module"> <div id="adLeaderboard_container" class="container"> <div class="contentBlocks cbg0"> <div class="advert"> <div id="bbccom_leaderboard" class="bbccom_display_none"> <script type="text/javascript">BBC.adverts.write("leaderboard");</script> </div> <script type="text/javascript">BBC.adverts.show("leaderboard");</script> </div> </div> </div> </div>  </div> <div class="colB column">    <script type="text/javascript"> /*<![CDATA[*/ var bodyTag = document.getElementsByTagName('body')[0]; var carouselClass = 'wwhp_promo_standard'; var bodyPromoClass = ''; bodyTag.setAttribute('class', bodyTag.getAttribute('class') + ' ' + carouselClass + ' ' + bodyPromoClass); delete bodyTag; /*]]>*/ </script>   <div id="promo2" class="module"> <h2 id="promo2_title"> <a rev="promo2|homepage|na|r|t|i|text|headline" id="promo2_title_link" href="http://www.bbc.com/news" title="Go to ">Top Stories</a> </h2> <div id="promo2_container" class="container"> <div class="contentBlocks cbg0">   <div id="promo2_carousel" class="carousel promo2 contentBlock">  <div id="promo2_carousel_items" class="carousel ">   <dl class="news"> <dt> <a rev="promo2|homepage|na|r|t|i|text|content" href="/news/world-europe-27268775"> Pro-Russian anger at Odessa deaths </a> </dt> <dd class="desc">Pro-Russian sympathisers voice anger at the torching of a trade union building in the Ukrainian coastal city of Odessa where dozens died.</dd> <dd class="img"> <a rev="promo2|homepage|na|r|t|i|image|content" href="/news/world-europe-27268775" title="Pro-Russian anger at Odessa deaths">    <img src="http://ichef.bbci.co.uk/wwhp/ic/news/432-259/74620000/jpg/_74620360_o57fklvx.jpg" alt="Observer German Col Axel Schneider, 3 May" width="432" height="259" /> </a> </dd> </dl>   <dl class="sport"> <dt> <a rev="promo2|homepage|na|r|t|i|text|content" href="/sport/football/27168536"> Everton 2-3 Manchester City </a> </dt> <dd class="desc">Edin Dzeko scores twice as Manchester City go top of the Premier League on goal difference with victory over Everton.</dd> <dd class="img"> <a rev="promo2|homepage|na|r|t|i|image|content" href="/sport/football/27168536" title="Everton 2-3 Manchester City">    <img src="http://ichef.bbci.co.uk/wwhp/ic/news/432-259/74628000/jpg/_74628561_mancitycelebrategetty1.jpg" alt="Manchester City celebrate" width="432" height="259" /> </a> </dd> </dl>   <dl class="promo"> <dt> <a rev="promo2|homepage|na|r|t|i|text|content" href="http://www.bbc.com/news/in-pictures-27236287"> Week in pictures </a> </dt> <dd class="desc">BBC News takes a look at some of the most eye-catching images from the past seven days, including a gruelling assault course, voters in Baghdad and an aerobatics display.</dd> <dd class="img"> <a rev="promo2|homepage|na|r|t|i|image|content" href="http://www.bbc.com/news/in-pictures-27236287" title="Week in pictures">   <span class="gallery"></span>   <img src="http://ichef.bbci.co.uk/wwhp/ic/ibroadcast/432-259/images/live/p0/1y/dw/p01ydw4d.jpg" alt="Tough mudder" width="432" height="259" /> </a> </dd> </dl>   <dl class="promo"> <dt> <a rev="promo2|homepage|na|r|t|i|text|content" href="http://www.bbc.com/travel/feature/20140501-where-purposeless-walking-lives-on"> Where aimless walking lives on </a> </dt> <dd class="desc">While some have argued that the purposeless amble is becoming a thing of the past, BBC Travel found five places around the world perfect for a mind-clearing. soul-cleansing jaunt.</dd> <dd class="img"> <a rev="promo2|homepage|na|r|t|i|image|content" href="http://www.bbc.com/travel/feature/20140501-where-purposeless-walking-lives-on" title="Where aimless walking lives on">   <span class="none"></span>   <img src="http://ichef.bbci.co.uk/wwhp/ic/ibroadcast/432-259/images/live/p0/1y/dt/p01ydt5q.jpg" alt="Aimless wander" width="432" height="259" /> </a> </dd> </dl>   <dl class="promo"> <dt> <a rev="promo2|homepage|na|r|t|i|text|content" href="http://www.bbc.com/future/story/20140501-meet-the-bedroom-detectives"> Amateur sleuths in search of justice </a> </dt> <dd class="desc">Internet sleuths are attempting to solve real violent crimes, and some claim success. Is it time for the police to take them seriously?</dd> <dd class="img"> <a rev="promo2|homepage|na|r|t|i|image|content" href="http://www.bbc.com/future/story/20140501-meet-the-bedroom-detectives" title="Amateur sleuths in search of justice">   <span class="none"></span>   <img src="http://ichef.bbci.co.uk/wwhp/ic/ibroadcast/432-259/images/live/p0/1y/dj/p01ydjq7.jpg" alt="Detective" width="432" height="259" /> </a> </dd> </dl>   <dl class="promo"> <dt> <a rev="promo2|homepage|na|r|t|i|text|content" href="http://www.bbc.com/culture/story/20140428-ten-films-that-were-buried"> Too controversial to be seen? </a> </dt> <dd class="desc">From a Disney movie to a biopic staged entirely with Barbie dolls, BBC Culture discovers ten films that were buried before they even saw the light of day.</dd> <dd class="img"> <a rev="promo2|homepage|na|r|t|i|image|content" href="http://www.bbc.com/culture/story/20140428-ten-films-that-were-buried" title="Too controversial to be seen?">   <span class="gallery"></span>   <img src="http://ichef.bbci.co.uk/wwhp/ic/ibroadcast/432-259/images/live/p0/1y/d9/p01yd9wy.jpg" alt="Johnny Depp" width="432" height="259" /> </a> </dd> </dl>   <dl class="promo"> <dt> <a rev="promo2|homepage|na|r|t|i|text|content" href="http://www.bbc.com/sport/0/football/27251033"> Football Focus </a> </dt> <dd class="desc">This week’s episode features exclusive interviews with Juventus star Paul Pogba and AC Milan boss Clarence Seedorf, and Dan Walker gets a studio visit from Kevin Kilbane.</dd> <dd class="img"> <a rev="promo2|homepage|na|r|t|i|image|content" href="http://www.bbc.com/sport/0/football/27251033" title="Football Focus">   <span class="video"></span>   <img src="http://ichef.bbci.co.uk/wwhp/ic/ibroadcast/432-259/images/live/p0/1y/dj/p01ydj6v.jpg" alt="Paul Pogba" width="432" height="259" /> </a> </dd> </dl>   <dl class="promo"> <dt> <a rev="promo2|homepage|na|r|t|i|text|content" href="http://www.bbc.com/news/video_and_audio/"> News summary in 60 seconds </a> </dt> <dd class="desc">Watch the latest news from BBC World News, updated 24 hours a day.</dd> <dd class="img"> <a rev="promo2|homepage|na|r|t|i|image|content" href="http://www.bbc.com/news/video_and_audio/" title="News summary in 60 seconds">   <span class="video"></span>   <img src="http://ichef.bbci.co.uk/wwhp/ic/ibroadcast/432-259/images/live/p0/1x/mz/p01xmzjh.jpg" alt="World News studio" width="432" height="259" /> </a> </dd> </dl>  </div>  <script type="text/javascript"> /*<![CDATA[*/ var firstItemTitle, firstItemHref, firstItemClass;   if('undefined' === typeof wwhomepage) var wwhomepage = {}; wwhomepage.customPromoHeaders = {"http:\/\/www.bbc.com\/news\/in-pictures-27236287":{"promo_type":"From BBC News","promo_url":"http:\/\/www.bbc.com\/news\/in-pictures-27236287"},"http:\/\/www.bbc.com\/travel\/feature\/20140501-where-purposeless-walking-lives-on":{"promo_type":"From BBC Travel","promo_url":"http:\/\/www.bbc.com\/travel\/feature\/20140501-where-purposeless-walking-lives-on"},"http:\/\/www.bbc.com\/future\/story\/20140501-meet-the-bedroom-detectives":{"promo_type":"From BBC Future","promo_url":"http:\/\/www.bbc.com\/future\/story\/20140501-meet-the-bedroom-detectives"},"http:\/\/www.bbc.com\/culture\/story\/20140428-ten-films-that-were-buried":{"promo_type":"Pick of the Week","promo_url":"http:\/\/www.bbc.com\/culture\/story\/20140428-ten-films-that-were-buried"},"http:\/\/www.bbc.com\/sport\/0\/football\/27251033":{"promo_type":"From BBC Sport","promo_url":"http:\/\/www.bbc.com\/sport\/0\/football\/27251033"},"http:\/\/www.bbc.com\/news\/video_and_audio\/":{"promo_type":"From BBC News","promo_url":"http:\/\/www.bbc.com\/news\/video_and_audio\/"}}; var carousel = document.getElementById("promo2_carousel_items"); carousel.style.height = '259px'; carousel.style.overflow = 'hidden'; if(carousel.getElementsByTagName('a').length >=1){ firstItemHref = carousel.getElementsByTagName('a')[0].getAttribute('href'); firstItemClass = carousel.getElementsByTagName('dl')[0].className; if ("undefined" == typeof(firstItemClass)) { firstItemClass = carousel.getElementsByTagName('dl')[0].getAttribute('class'); } firstItemTitle = "Top Story"; if(firstItemClass.indexOf("news") != -1){ firstItemTitle = "Top News Story"; } if(firstItemClass.indexOf("sport") != -1){ firstItemTitle = "Top Sport Story"; } if(firstItemClass.indexOf("travel") != -1){ firstItemTitle = "From BBC Travel"; } if(firstItemClass.indexOf("promo") != -1){ firstItemTitle = wwhomepage.customPromoHeaders[firstItemHref].promo_type; } }  document.getElementById('promo2_title').innerHTML = '<a rev="promo2|homepage|na|r|t|i|text|headline" title="Go to '+ firstItemTitle+'" href="'+firstItemHref+'" id="promo2_title_link">' + firstItemTitle + '</a>'; require(['jquery-1', 'desktop/ui/carouselfactory'], function ($, carousel) { var methodOnReady = function(){ carousel.createCarousel('#promo2_carousel_items',{"auto":true,"playPause":true,"effects":"singleRevolution","speed":800,"api":true,"controls":"previewNav","item":"dl","dispTimeout":6000,"promoCarousel":true,"titleSelector":"promo2_title"}); }; if (typeof require.ready === 'function') { require.ready(methodOnReady);  } else { require(['domReady'], function (domReady) {  domReady(methodOnReady); }); } }); /*]]>*/ </script>  </div>   </div> </div> </div>       <div class="module" id="news">  <h2 id="news_title" class="title">  <a title="Go to " href="/news" id="news_title_link" rev="news|homepage|na|r|t|i|text|headline"> News </a>  </h2>  <div class="container" id="news_container"> <div class="contentBlocks cbg0">   <div id="news_hero" class="contentBlock hero news"> <div class="title image_first  "> <a rev="news|homepage|na|r|t|i|hero|content" href="/news/world-asia-27268860" title="Afghan landslide missing search ends" class="heroLink">  <span class="gel-wrapper"><span class="gel gel_icon_"></span></span>  <img src="http://ichef.bbci.co.uk/wwhp/ic/news/304-171/74621000/jpg/_74621115_74621114.jpg" alt="An excavator digs at the site of a landslide at the Hargu district in Badakhshan province, 3 May 2014" height="171" width="304" />  <span class="title">Afghan landslide missing search ends</span>  </a> <p class="summary">Rescuers in Afghanistan abandon their search for survivors after two landslides destroy a village and kill as many as 2,500 people.</p> </div> </div>   <div id="news_hero_mini" class="contentBlock hero news"> <div class="title image_first  "> <a rev="news|homepage|na|r|t|i|hero|content" href="/news/world-africa-27272072" title="Twin explosions rock Kenyan city" class="heroLink">  <span class="gel-wrapper"><span class="gel gel_icon_"></span></span>  <img src="http://ichef.bbci.co.uk/wwhp/ic/news/144-81/74629000/jpg/_74629586_022127123-1.jpg" alt="Wounded man arrives at hospital in Mombasa (3 May 2014)" height="81" width="144" />  <span class="title">Twin explosions rock Kenyan city</span>  </a> <p class="summary">At least three people have died and a number are wounded in two explosions in the Kenyan coastal city of Mombasa, police say.</p> </div> </div>  <div id="news_moreTopStories" class="list contentBlock">  <ul class="blq-clearfix">      <li  class="first">  <a rev="news|homepage|na|r|t|i|text|content" href="/news/world-europe-27269959"> <span class="gel gel_icon_"></span> Gunfire injures three Napoli fans</a> </li>       <li >  <a rev="news|homepage|na|r|t|i|text|content" href="/news/entertainment-arts-27269383"> <span class="gel gel_icon_"></span> Actor Efrem Zimbalist Jr dies at 95</a> </li>       <li >  <a rev="news|homepage|na|r|t|i|text|content" href="/news/world-africa-27267293"> <span class="gel gel_icon_"></span> Nigeria 'shutdown' for top gathering</a> </li>       <li >  <a rev="news|homepage|na|r|t|i|text|content" href="/news/world-africa-27268938"> <span class="gel gel_icon_"></span> Deadly blast strikes Somali capital</a> </li>       <li  class="last">  <a rev="news|homepage|na|r|t|i|text|content" href="/news/world-latin-america-27270357"> <span class="gel gel_icon_"></span> Brazilian fan killed at stadium</a> </li>            </ul>  </div> </div> </div> </div>     <div class="module" id="business">  <h2 id="business_title" class="title">  <a title="Go to " href="/news/business" id="business_title_link" rev="business|homepage|na|r|t|i|text|headline"> Business </a>  </h2>  <div class="container" id="business_container"> <div class="contentBlocks cbg0">   <div id="business_hero_mini" class="contentBlock hero business"> <div class="title title_first  "> <a rev="business|homepage|na|r|t|i|hero|content" href="/news/world-us-canada-27265633" title="Samsung ordered to pay Apple $119.6m" class="heroLink">  <span class="title">Samsung ordered to pay Apple $119.6m</span>  <img src="http://ichef.bbci.co.uk/wwhp/ic/news/144-81/73924000/jpg/_73924623_73924622.jpg" alt="iPhone with slide to unlock" height="81" width="144" />  </a> <p class="summary">Samsung is ordered to pay $119.6m (£71m) to Apple by a US court for infringing two of its patents, in the latest lawsuit involving the two tech giants.</p> </div> </div>  <div class="list contentBlock" id="business_moreTopStories">  <ul class="blq-clearfix">      <li  class="first">  <a rev="business|homepage|na|r|t|i|text|content" href="/news/business-27250795"> <span class="gel gel_icon_"></span> AstraZeneca rejects new Pfizer offer</a> </li>       <li >  <a rev="business|homepage|na|r|t|i|text|content" href="/news/business-27257760"> <span class="gel gel_icon_"></span> US sees strong jobs growth in April</a> </li>       <li >  <a rev="business|homepage|na|r|t|i|text|content" href="/news/business-27261500"> <span class="gel gel_icon_"></span> News Corp buys 'bodice ripper' house</a> </li>       <li  class="last">  <a rev="business|homepage|na|r|t|i|text|content" href="/news/business-27252116"> <span class="gel gel_icon_"></span> Eurozone unemployment edges down</a> </li>            </ul>  </div> </div> </div> </div>     <div class="module" id="sport">  <h2 id="sport_title" class="title">  <a title="Go to " href="/sport" id="sport_title_link" rev="sport|homepage|na|r|t|i|text|headline"> Sport </a>  </h2>   <div class="container" id="sport_container"> <div class="contentBlocks cbg0 hero-mini-horizontal">   <div id="sport_hero_mini" class="contentBlock hero sport"> <div class="title title_first  "> <a rev="sport|homepage|na|r|t|i|hero|content" href="/sport/football/27168529" title="Stoke City 4-1 Fulham" class="heroLink">  <span class="title">Stoke City 4-1 Fulham</span>  <img src="http://ichef.bbci.co.uk/wwhp/ic/news/144-81/74623000/jpg/_74623956_74623955.jpg" alt="Fulham fan" height="81" width="144" />  </a> <p class="summary">Fulham are relegated after a 13-year stay in the Premier League following a heavy defeat by Stoke.</p> </div> </div>  <div id="sport_moreTopStories" class="list contentBlock">  <ul class="blq-clearfix">      <li  class="first">  <a rev="sport|homepage|na|r|t|i|text|content" href="/sport/horse-racing/27239803"> <span class="gel gel_icon_"></span> Night of Thunder wins 2,000 Guineas</a> </li>       <li >  <a rev="sport|homepage|na|r|t|i|text|content" href="/sport/football/27185386"> <span class="gel gel_icon_"></span> Premier League title permutations: Who can win and how</a> </li>       <li >  <a rev="sport|homepage|na|r|t|i|text|content" href="/sport/football/27168531"> <span class="gel gel_icon_"></span> Newcastle United 3-0 Cardiff City</a> </li>       <li  class="last">  <a rev="sport|homepage|na|r|t|i|text|content" href="/sport/snooker/27073924"> <span class="gel gel_icon_"></span> World Championship scores and results</a> </li>      </ul>  </div> </div> </div> </div>    <!-- SpecialReport: not ModuleInterface (not an object) -->
   <!-- Sport\SportFormulaOne: not ModuleInterface (not an object) -->
   <!-- Sport\SportTheAshesHeadlines: not ModuleInterface (not an object) -->
   <!-- Sport\SportTheAshesScorecard: not ModuleInterface (not an object) -->
    <!-- not CompoundModuleInterface (not an object) -->
<!-- SportTennis: no submodules -->   <!-- Sport\SportGolf: not ModuleInterface (not an object) -->
   <div class="module" id="more"> <h2 class="draggable" id="more_title">More from BBC News</h2> <div class="container" id="more_container">   <div class="contentBlocks cbg0"> <h2 id="more_entertainment_title"> <a href="http://www.bbc.co.uk/news/entertainment_and_arts/" rev="more|homepage|na|r|t|i|text|headline">Entertainment &amp; Arts</a> </h2> <div class="hero contentBlock" id="more_entertainment_hero"> <h3 class="draggable" id="more_entertainment_hero_title">Top Story</h3> <div class="title image_first">  <a rev="more|homepage|na|r|t|i|hero|content" href="/news/entertainment-arts-27253880" title="BBC taking Clarkson clip 'seriously'" class="heroLink"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/144-81/74598000/jpg/_74598152_0f1c62d1-46b0-4577-a6c0-9f62d4fb6a5e.jpg" alt="Jeremy Clarkson" height="81" width="144" /> <span>BBC taking Clarkson clip 'seriously'</span> </a>  </div> <div class="list">  <ul class="blq-clearfix">      <li  class="first">  <a rev="more_entertainment|homepage|na|r|t|i|text|content" href="/news/entertainment-arts-27225735"> <span class="gel gel_icon_"></span> Obituary: Bob Hoskins</a> </li>       <li  class="last">  <a rev="more_entertainment|homepage|na|r|t|i|text|content" href="/news/uk-27259318"> <span class="gel gel_icon_"></span> Max Clifford jailed for eight years</a> </li>                      </ul>  </div> </div> </div>   <div class="contentBlocks cbg1"> <h2 id="more_health_title"> <a href="http://www.bbc.co.uk/news/health/" rev="more|homepage|na|r|t|i|text|headline">Health</a> </h2> <div class="hero contentBlock" id="more_health_hero"> <h3 class="draggable" id="more_health_hero_title">Top Story</h3> <div class="title image_first">  <a rev="more|homepage|na|r|t|i|hero|content" href="/news/health-27252941" title="Baby heart risk for pregnant smokers" class="heroLink"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/144-81/74602000/jpg/_74602514_smoking_pregnant.jpg" alt="Giving up smoking while pregnant" height="81" width="144" /> <span>Baby heart risk for pregnant smokers</span> </a>  </div> <div class="list">  <ul class="blq-clearfix">      <li  class="first">  <a rev="more_health|homepage|na|r|t|i|text|content" href="/news/health-27251908"> <span class="gel gel_icon_"></span> Under-fives death rate 'high in UK'</a> </li>       <li  class="last">  <a rev="more_health|homepage|na|r|t|i|text|content" href="/news/health-27236004"> <span class="gel gel_icon_"></span> Mass tests to track risk of dementia</a> </li>                    </ul>  </div> </div> </div>   <div class="contentBlocks cbg2"> <h2 id="more_technology_title"> <a href="http://www.bbc.co.uk/news/technology/" rev="more|homepage|na|r|t|i|text|headline">Technology</a> </h2> <div class="hero contentBlock" id="more_technology_hero"> <h3 class="draggable" id="more_technology_hero_title">Top Story</h3> <div class="title image_first">  <a rev="more|homepage|na|r|t|i|hero|content" href="/news/technology-27249566" title="Twitter tries out 'mute' feature" class="heroLink"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/144-81/74598000/jpg/_74598577_187254774.jpg" alt="Twitter" height="81" width="144" /> <span>Twitter tries out 'mute' feature</span> </a>  </div> <div class="list">  <ul class="blq-clearfix">      <li  class="first">  <a rev="more_technology|homepage|na|r|t|i|text|content" href="/news/technology-27249695"> <span class="gel gel_icon_"></span> Windows XP users to get Explorer fix</a> </li>       <li  class="last">  <a rev="more_technology|homepage|na|r|t|i|text|content" href="/news/technology-27238452"> <span class="gel gel_icon_"></span> Fashion for Mars shown off by Nasa</a> </li>                  </ul>  </div> </div> </div>   <div class="contentBlocks cbg3"> <h2 id="more_science_title"> <a href="http://www.bbc.co.uk/news/science_and_environment/" rev="more|homepage|na|r|t|i|text|headline">Science &amp; Environment</a> </h2> <div class="hero contentBlock" id="more_science_hero"> <h3 class="draggable" id="more_science_hero_title">Top Story</h3> <div class="title image_first">  <a rev="more|homepage|na|r|t|i|hero|content" href="/news/science-environment-27256466" title="Concerns grow over deadly pig virus" class="heroLink"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/144-81/74614000/jpg/_74614746_483053119.jpg" alt="pigs" height="81" width="144" /> <span>Concerns grow over deadly pig virus</span> </a>  </div> <div class="list">  <ul class="blq-clearfix">      <li  class="first">  <a rev="more_science|homepage|na|r|t|i|text|content" href="/news/science-environment-27245720"> <span class="gel gel_icon_"></span> Astronaut launches space meal contest</a> </li>       <li  class="last">  <a rev="more_science|homepage|na|r|t|i|text|content" href="/news/science-environment-27228416"> <span class="gel gel_icon_"></span> How to win at rock-paper-scissors</a> </li>                  </ul>  </div> </div> </div>  </div> </div>       <div id="bbccom_native_main_large" class="bbccom_display_none">
        <script type="text/javascript">BBC.adverts.write("native_main_large",false);</script>
    </div>
    <script type="text/javascript">BBC.adverts.show("native_main_large");</script>
        <div id="capital" class="module ">  <h2 id="capital_title" class="title">  <a title="Go to " href="http://www.bbc.com/capital" id="capital_title_link" rev="capital|homepage|na|r|t|i|text|headline"> Capital </a>  </h2>  <div id="capital_from" class="contentBlock">  <div id="bbccom_module_000dc" class="bbccom_display_none bbccom_module"> <div class="moduleAdvertContent"> <div class="bbccom_text bbccom_module_adlabel">In Association With</div> <div class="bbccom_image bbccom_module_image"> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.write("module_000dc",false, {title:""}); } /*]]>*/ </script> </div> </div> </div> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.show("module_000dc"); } /*]]>*/ </script>  </div> <div class="container" id="capital_container"> <div class="contentBlocks cbg0">   <div id="capital_hero" class="contentBlock hero capital"> <div class="title image_first  "> <a rev="capital|homepage|na|r|t|i|hero|content" href="http://www.bbc.com/capital/story/20140501-how-the-rich-stay-rich" title="How the rich stay rich" class="heroLink">  <span class="gel-wrapper"><span class="gel gel_icon_"></span></span>  <img src="http://ichef.bbci.co.uk/wwfeatures/304_171/images/live/p0/1y/bn/p01ybnjp.jpg" alt="How the rich stay rich" height="171" width="304" />  <span class="title">How the rich stay rich</span>  </a> <p class="summary">The rest of us can learn from how the wealthy make their money work harder</p> </div> </div>  <div id="capital_list" class="contentBlock list">  <ul class="blq-clearfix">      <li  class="first">  <a rev="capital|homepage|na|r|t|i|text|content" href="http://www.bbc.com/capital/story/20140501-surviving-the-worst-at-work"> <span class="gel gel_icon_"></span> Surviving the worst at work</a> </li>       <li >  <a rev="capital|homepage|na|r|t|i|text|content" href="http://www.bbc.com/capital/story/20140501-you-want-money-for-what"> <span class="gel gel_icon_"></span> You want money for what?!</a> </li>       <li  class="last">  <a rev="capital|homepage|na|r|t|i|text|content" href="http://www.bbc.com/capital/story/20140430-the-secret-phobia-of-all-leaders"> <span class="gel gel_icon_"></span> The secret phobia of all leaders</a> </li>          </ul>  </div> </div> </div> </div>     <div id="features" class="moduleContainer clearfix"> <div class="moduleContainerRow clearfix">   <div id="autos" class="module featuresModule left">  <h2 id="autos_title" class="title">  <a title="Go to " href="http://www.bbc.com/autos" id="autos_title_link" rev="autos|homepage|na|r|t|i|text|headline"> Autos </a>  </h2>  <div id="autos_from" class="contentBlock">  <div id="bbccom_module_000d6" class="bbccom_display_none bbccom_module"> <div class="moduleAdvertContent"> <div class="bbccom_text bbccom_module_adlabel">In Association With</div> <div class="bbccom_image bbccom_module_image"> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.write("module_000d6",false, {title:""}); } /*]]>*/ </script> </div> </div> </div> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.show("module_000d6"); } /*]]>*/ </script>  </div> <div class="container" id="autos_container"> <div class="contentBlocks cbg0">   <div id="autos_hero" class="contentBlock hero autos"> <div class="title image_first  "> <a rev="autos|homepage|na|r|t|i|hero|content" href="http://www.bbc.com/autos/story/20140502-the-best-british-cars-never-built" title="The best British cars never built" class="heroLink">  <span class="gel-wrapper"><span class="gel gel_icon_"></span></span>  <img src="http://ichef.bbci.co.uk/wwfeatures/304_171/images/live/p0/1y/h0/p01yh0kg.jpg" alt="The best British cars never built" height="171" width="304" />  <span class="title">The best British cars never built</span>  </a> <p class="summary">Some of the UK’s brightest cars never saw the light of day</p> </div> </div>  <div id="autos_list" class="contentBlock list">  <ul class="blq-clearfix">      <li  class="first">  <a rev="autos|homepage|na|r|t|i|text|content" href="http://www.bbc.com/autos/story/20140501-did-chevy-build-a-porsche-beater"> <span class="gel gel_icon_"></span> Did Chevy build a Porsche-beater?</a> </li>       <li  class="last">  <a rev="autos|homepage|na|r|t|i|text|content" href="http://www.bbc.com/autos/story/20140502-the-diesel-supercar-made-real"> <span class="gel gel_icon_"></span> The diesel supercar made real</a> </li>              </ul>  </div> </div> </div> </div>   <div id="culture" class="module featuresModule right">  <h2 id="culture_title" class="title">  <a title="Go to " href="http://www.bbc.com/culture" id="culture_title_link" rev="culture|homepage|na|r|t|i|text|headline"> Culture </a>  </h2>  <div id="culture_from" class="contentBlock">  <div id="bbccom_module_000d7" class="bbccom_display_none bbccom_module"> <div class="moduleAdvertContent"> <div class="bbccom_text bbccom_module_adlabel">In Association With</div> <div class="bbccom_image bbccom_module_image"> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.write("module_000d7",false, {title:""}); } /*]]>*/ </script> </div> </div> </div> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.show("module_000d7"); } /*]]>*/ </script>  </div> <div class="container" id="culture_container"> <div class="contentBlocks cbg0">   <div id="culture_hero" class="contentBlock hero culture"> <div class="title image_first  "> <a rev="culture|homepage|na|r|t|i|hero|content" href="http://www.bbc.com/culture/story/20140503-a-new-pop-icon" title="A new pop icon?" class="heroLink">  <span class="gel-wrapper"><span class="gel gel_icon_"></span></span>  <img src="http://ichef.bbci.co.uk/wwfeatures/304_171/images/live/p0/1y/g6/p01yg6jl.jpg" alt="A new pop icon?" height="171" width="304" />  <span class="title">A new pop icon?</span>  </a> <p class="summary">Nine amazing pictures of the week</p> </div> </div>  <div id="culture_list" class="contentBlock list">  <ul class="blq-clearfix">      <li  class="first">  <a rev="culture|homepage|na|r|t|i|text|content" href="http://www.bbc.com/culture/story/20140502-confessions-of-a-war-junkie"> <span class="gel gel_icon_"></span> Confessions of a ‘war junkie’</a> </li>       <li  class="last">  <a rev="culture|homepage|na|r|t|i|text|content" href="http://www.bbc.com/culture/story/20140502-hot-shots-of-italian-cinema"> <span class="gel gel_icon_"></span> Hot shots of Italian cinema</a> </li>              </ul>  </div> </div> </div> </div> </div><div class="moduleContainerRow clearfix">  <div id="future" class="module featuresModule left">  <h2 id="future_title" class="title">  <a title="Go to " href="http://www.bbc.com/future" id="future_title_link" rev="future|homepage|na|r|t|i|text|headline"> Future </a>  </h2>  <div id="future_from" class="contentBlock">  <div id="bbccom_module_000d8" class="bbccom_display_none bbccom_module"> <div class="moduleAdvertContent"> <div class="bbccom_text bbccom_module_adlabel">In Association With</div> <div class="bbccom_image bbccom_module_image"> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.write("module_000d8",false, {title:""}); } /*]]>*/ </script> </div> </div> </div> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.show("module_000d8"); } /*]]>*/ </script>  </div> <div class="container" id="future_container"> <div class="contentBlocks cbg0">   <div id="future_hero" class="contentBlock hero future"> <div class="title image_first  "> <a rev="future|homepage|na|r|t|i|hero|content" href="http://www.bbc.com/future/story/20140428-does-wine-beer-huge-hangover" title="Does wine + beer = huge hangover?" class="heroLink">  <span class="gel-wrapper"><span class="gel gel_icon_"></span></span>  <img src="http://ichef.bbci.co.uk/wwfeatures/304_171/images/live/p0/1y/4j/p01y4jn9.jpg" alt="Does wine + beer = huge hangover?" height="171" width="304" />  <span class="title">Does wine + beer = huge hangover?</span>  </a> <p class="summary">The truth about mixing alcoholic drinks</p> </div> </div>  <div id="future_list" class="contentBlock list">  <ul class="blq-clearfix">      <li  class="first">  <a rev="future|homepage|na|r|t|i|text|content" href="http://www.bbc.com/future/story/20140427-i-swapped-bodies-with-someone"> <span class="gel gel_icon_"></span> ‘I swapped bodies with someone’</a> </li>       <li  class="last">  <a rev="future|homepage|na|r|t|i|text|content" href="http://www.bbc.com/future/story/20140430-why-bad-inventions-are-good"> <span class="gel gel_icon_"></span> Why bad inventions are good</a> </li>            </ul>  </div> </div> </div> </div>   <div id="travel" class="module featuresModule right">  <h2 id="travel_title" class="title">  <a title="Go to " href="http://www.bbc.com/travel" id="travel_title_link" rev="travel|homepage|na|r|t|i|text|headline"> Travel </a>  </h2>  <div id="travel_from" class="contentBlock">  <div id="bbccom_module_000d9" class="bbccom_display_none bbccom_module"> <div class="moduleAdvertContent"> <div class="bbccom_text bbccom_module_adlabel">In Association With</div> <div class="bbccom_image bbccom_module_image"> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.write("module_000d9",false, {title:""}); } /*]]>*/ </script> </div> </div> </div> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.show("module_000d9"); } /*]]>*/ </script>  </div> <div class="container" id="travel_container"> <div class="contentBlocks cbg0">   <div id="travel_hero" class="contentBlock hero travel"> <div class="title image_first  "> <a rev="travel|homepage|na|r|t|i|hero|content" href="http://www.bbc.com/travel/slideshow/20140501-our-favourite-images-of-the-week" title="Our favourite images of the week" class="heroLink">  <span class="gel-wrapper"><span class="gel gel_icon_"></span></span>  <img src="http://ichef.bbci.co.uk/wwtravel/432_258/images/live/p0/1y/bv/p01ybvd6.jpg" alt="Our favourite images of the week" height="171" width="304" />  <span class="title">Our favourite images of the week</span>  </a> <p class="summary">Breathtaking photos from around the world</p> </div> </div>  <div id="travel_list" class="contentBlock list">  <ul class="blq-clearfix">      <li  class="first">  <a rev="travel|homepage|na|r|t|i|text|content" href="http://www.bbc.com/travel/feature/20140501-sharing-homes-cars-and-lawsuits"> <span class="gel gel_icon_"></span> Sharing homes, cars – and lawsuits</a> </li>       <li  class="last">  <a rev="travel|homepage|na|r|t|i|text|content" href="http://www.bbc.com/travel/feature/20140417-when-did-toronto-get-so-cool"> <span class="gel gel_icon_"></span> Under the radar and undeniably cool</a> </li>          </ul>  </div> </div> </div> </div>  </div> </div>     <div class="module" id="video">  <h2 id="video_title" class="title">  Watch/Listen  </h2>   <div class="container" id="video_container"> <div class="contentBlocks"> <div id="video_primary" class="contentBlock">  <a href="/news/world-asia-27265851" rev="video|homepage|na|r|t|i|hero|content"> <span class="video_icon icon"></span> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/400-225/74619000/jpg/_74619762_74619747.jpg" width="400" height="225" alt="Young twins" /> <span class="title">Thousands of twins celebrate in China</span> </a> <p class="date"> <span class="published">3 May 2014</span> <span class="updated">Last updated at 07:48 GMT</span> </p> <p class="summary">More than 1,000 pairs of twins have attended a festival in southwest China.</p>  </div> <div id="video_secondary" class="contentBlock"> <ul>  <li> <a href="/news/entertainment-arts-27265877" rev="video|homepage|na|r|t|i|hero|content"> <span class="video_icon icon_small"></span> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/96-54/74620000/jpg/_74620074_74619713.jpg" width="96" height="54" alt="A picture from Judith Kerr's new book" /><span class="title">First look at Judith Kerr's new book</span> </a> </li>  <li> <a href="/news/world-africa-27264748" rev="video|homepage|na|r|t|i|hero|content"> <span class="video_icon icon_small"></span> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/96-54/74617000/jpg/_74617374_74617372.jpg" width="96" height="54" alt="Professor Wole Soyinka" /><span class="title">Boko Haram 'now major threat'</span> </a> </li>  <li> <a href="/news/10462520" rev="video|homepage|na|r|t|i|hero|content"> <span class="video_icon icon_small"></span> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/96-54/48351000/gif/_48351578_640x360-world-news.gif" width="96" height="54" alt="One-minute World News summary" /><span class="title">One-minute World News</span> </a> </li>  <li> <a href="/news/world-africa-27250056" rev="video|homepage|na|r|t|i|hero|content"> <span class="video_icon icon_small"></span> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/96-54/74594000/jpg/_74594536_74594532.jpg" width="96" height="54" alt="Members of the White Army" /><span class="title">Desolate ghost towns of S Sudan</span> </a> </li>  <li> <a href="/news/world-europe-27263040" rev="video|homepage|na|r|t|i|hero|content"> <span class="video_icon icon_small"></span> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/96-54/74612000/jpg/_74612233_74612231.jpg" width="96" height="54" alt="Man in Moscow" /><span class="title">Views from Moscow on Ukraine crisis</span> </a> </li>  </ul> </div> </div> </div> </div>     <div class="module" id="worldService"> <h2 class="draggable" id="worldService_title"> <a title="Go to " href="http://www.bbc.co.uk/worldservice/languages/index.shtml" id="worldService_title_link" rev="worldservice|homepage|na|r|t|i|text|headline"> BBC in your language </a> </h2> <div class="container" id="worldService_container"> <div class="contentBlocks cbg0">   <div class="hero contentBlock" id="worldService_spanish"> <h3 class="draggable" id="worldService_spanish_title"> <a href="http://www.bbc.co.uk/mundo/" rev="worldservice|homepage|na|r|t|i|text|sub headline"> Spanish </a> </h3> <div class="title image_first" dir="ltr"> <a class="heroLink" title="Dejan de buscar supervivientes del deslave en Afganistán" href="/mundo/noticias/2014/05/140503_afganistan_deslave_victimas_mz" rev="worldservice|homepage|na|r|t|i|hero|content"> <span>Dejan de buscar supervivientes del deslave en Afganistán</span> </a> <p id="worldService_spanish_summary" class="summary"></p> </div> </div>   <div class="hero contentBlock" id="worldService_chinese"> <h3 class="draggable" id="worldService_chinese_title"> <a href="http://www.bbc.co.uk/zhongwen/simp/" rev="worldservice|homepage|na|r|t|i|text|sub headline"> Chinese </a> </h3> <div class="title image_first" dir="ltr"> <a class="heroLink" title="亲俄派抗议敖德萨事件但释放国际观察员" href="http://www.bbc.co.uk/zhongwen/simp/world/2014/05/140503_ukraine_osce_russia_us.shtml" rev="worldservice|homepage|na|r|t|i|hero|content"> <span>亲俄派抗议敖德萨事件但释放国际观察员</span> </a> <p id="worldService_chinese_summary" class="summary">乌克兰东部的亲俄分离人士抗议敖德萨冲突,但“无条件”释放了他们一周前扣押的7名欧安会军事观察员。</p> </div> </div>   <div class="hero contentBlock" id="worldService_arabic"> <h3 class="draggable" id="worldService_arabic_title"> <a href="http://www.bbc.co.uk/arabic/" rev="worldservice|homepage|na|r|t|i|text|sub headline"> Arabic </a> </h3> <div class="title image_first" dir="rtl"> <a class="heroLink" title="موسكو تطالب واشنطن بالضغط لوقف العملية العسكرية في أوكرانيا" href="/arabic/worldnews/2014/05/140503_ukraine_kerry_lavrov" rev="worldservice|homepage|na|r|t|i|hero|content"> <span>موسكو تطالب واشنطن بالضغط لوقف العملية العسكرية في أوكرانيا</span> </a> <p id="worldService_arabic_summary" class="summary"></p> </div> </div>   <div class="hero contentBlock" id="worldService_persian"> <h3 class="draggable" id="worldService_persian_title"> <a href="http://www.bbc.co.uk/persian/" rev="worldservice|homepage|na|r|t|i|text|sub headline"> Persian </a> </h3> <div class="title image_first" dir="rtl"> <a class="heroLink" title="توقف جستجو در بدخشان؛ منطقه آسیب‌دیده 'مقبره دسته‌جمعی' می‌شود" href="/persian/afghanistan/2014/05/140503_k03_badakhshan_natural_disaster_results" rev="worldservice|homepage|na|r|t|i|hero|content"> <span>توقف جستجو در بدخشان؛ منطقه آسیب‌دیده 'مقبره دسته‌جمعی' می‌شود</span> </a> <p id="worldService_persian_summary" class="summary"></p> </div> </div>  </div> <div class="contentBlocks cbg1"> <div id="worldService_languages" class="list contentBlock fourColumn"> <h3 id="worldService_languages_title" class="draggable"> <a rev="worldservice|homepage|na|r|t|i|text|sub headline" href="http://www.bbc.co.uk/worldservice/languages/index.shtml"> More languages </a> </h3> <ul class="blq-clearfix"> <li class="ar"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/arabic/" xml:lang="ar" class="ar" title="Arabic service">Arabic</a></li> <li class="as"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/azeri/" xml:lang="as" class="as" title="Azeri service">Azeri</a></li> <li class="bn"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/bengali/" xml:lang="bn" class="bn" title="Bangla service">Bangla</a></li> <li class="my"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/burmese/" xml:lang="my" class="my" title="Burmese service">Burmese</a></li> <li class="zh"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/zhongwen/simp/" xml:lang="zh" class="zh" title="Chinese service">Chinese</a></li> <li class="fr"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/afrique/" xml:lang="fr" class="fr" title="French (for Africa) service">French</a></li> <li class="ha"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/hausa/" xml:lang="ha" class="ha" title="Hausa service">Hausa</a></li> <li class="hi"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/hindi/" xml:lang="hi" class="hi" title="Hindi service">Hindi</a></li> <li class="id"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/indonesia/" xml:lang="id" class="id" title="Indonesian service">Indonesian</a></li> <li class="rw"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/gahuza/" xml:lang="rw" class="rw" title="Kirundi service">Kinyarwanda</a></li> <li class="rn"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/gahuza/" xml:lang="rn" class="rn" title="Kirundi service">Kirundi</a></li> <li class="ky"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/kyrgyz/" xml:lang="ky" class="ky" title="Kyrgyz service">Kyrgyz</a></li> <li class="ne"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/nepali/" xml:lang="ne" class="ne" title="Nepali service">Nepali</a></li> <li class="ps"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/pashto/" xml:lang="ps" class="ps" title="Pashto service">Pashto</a></li> <li class="fa"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/persian/" xml:lang="fa" class="fa" title="Persian service">Persian</a></li> <li class="pt-BR"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/portuguese/" xml:lang="pt-BR" class="pt-BR" title="Portuguese (for Brazil) service">Portuguese</a></li> <li class="ru"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/russian/" xml:lang="ru" class="ru" title="Russian service">Russian</a></li> <li class="si"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/sinhala/" xml:lang="si" class="si" title="Sinhala service">Sinhala</a></li> <li class="so"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/somali/" xml:lang="so" class="so" title="Somali service">Somali</a></li> <li class="es"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/mundo/" xml:lang="es" class="es" title="Spanish service">Spanish</a></li> <li class="sw"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/swahili/" xml:lang="sw" class="sw" title="Swahili service">Swahili</a></li> <li class="ta"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/tamil/" xml:lang="ta" class="ta" title="Tamil service">Tamil</a></li> <li class="tr"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/turkce/" xml:lang="tr" class="tr" title="Turkish service">Turkish</a></li> <li class="uk"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/ukrainian/" xml:lang="uk" class="uk" title="Ukrainian service">Ukrainian</a></li> <li class="ur"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/urdu/" xml:lang="ur" class="ur" title="Urdu service">Urdu</a></li> <li class="uz"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/uzbek/" xml:lang="uz" class="uz" title="Uzbek service">Uzbek</a></li> <li class="vi"><a rev="worldservice|homepage|na|r|t|i|text|content" href="http://www.bbc.co.uk/vietnamese/" xml:lang="vi" class="vi" title="Vietnamese service">Vietnamese</a></li> </ul> </div> </div> </div> </div>   </div> <div class="colC column">  <div id="adMpu" class="module"> <div id="adMpu_container" class="container"> <div class="contentBlocks cbg0"> <div class="advert"> <div id="bbccom_mpu" class="bbccom_display_none"> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.write("mpu",true); } /*]]>*/ </script> </div> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.show("mpu"); } /*]]>*/ </script> </div> </div> </div> </div>      <div id="bbccom_native_side_2" class="bbccom_display_none">
        <script type="text/javascript">BBC.adverts.write("native_side_2",false);</script>
    </div>
    <script type="text/javascript">BBC.adverts.show("native_side_2");</script>
        <div id="spotlight2" class="module"> <div id="spotlight2_container" class="container"> <div class="contentBlocks cbg0"> <div id="spotlight2_spotlight-set" class="spotlight-set spotlight2 contentBlock">  <div id="spotlight2_0" class="submodule">  <div class="submodule-title"><a href="http://www.bbc.co.uk/news/world-africa-26952861">South Africa Direct</a></div> <div class="spotlight2-sponsor">  <div id="bbccom_module_spotlight20" class="bbccom_display_none bbccom_module"> <div class="moduleAdvertContent"> <div class="bbccom_text bbccom_module_adlabel">In Association With</div> <div class="bbccom_image bbccom_module_image"> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.write("module_spotlight20",false, {title:"southafricadirect"}); } /*]]>*/ </script> </div> </div> </div> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.show("module_spotlight20"); } /*]]>*/ </script>  </div>   <div id="spotlight2_hero" class="contentBlock hero spotlight2"> <div class="title image_first large none"> <a rev="spotlight2|homepage|na|r|t|i|hero|content" href="http://www.bbc.co.uk/news/world-africa-27252307" title="'We decided to come back'" class="heroLink">  <span class="gel-wrapper"><span class="gel gel_icon_none"></span></span>  <img src="http://ichef.bbci.co.uk/wwhp/ic/ibroadcast/336-189/images/live/p0/1y/f5/p01yf5x8.jpg" alt="Woman with flag on her face" height="189" width="336" />  <span class="title">'We decided to come back'</span>  </a> <p class="summary">After an exodus, white South Africans are heading home in the thousands. The BBC's Jane Flanagan spoke to some of those who have returned.</p> </div> </div>  </div>  <div id="spotlight2_1" class="submodule">  <div class="submodule-title"><a href="http://www.bbc.com/travel/">Geoguessr</a></div> <div class="spotlight2-sponsor">  <div id="bbccom_module_spotlight21" class="bbccom_display_none bbccom_module"> <div class="moduleAdvertContent"> <div class="bbccom_text bbccom_module_adlabel">In Association With</div> <div class="bbccom_image bbccom_module_image"> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.write("module_spotlight21",false, {title:"geoguessr"}); } /*]]>*/ </script> </div> </div> </div> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.show("module_spotlight21"); } /*]]>*/ </script>  </div>   <div id="spotlight2_1_hero" class="contentBlock hero spotlight2"> <div class="title image_first large none"> <a rev="spotlight2|homepage|na|r|t|i|hero|content" href="http://www.bbc.com/travel/feature/20131206-how-well-do-you-know-the-world-play-geoguessr-to-find-out" title="Where in the world...?" class="heroLink">  <span class="gel-wrapper"><span class="gel gel_icon_none"></span></span>  <img src="http://ichef.bbci.co.uk/wwhp/ic/ibroadcast/336-189/images/live/p0/1y/dg/p01ydgfj.jpg" alt="Geoguessr location" height="189" width="336" />  <span class="title">Where in the world...?</span>  </a> <p class="summary">Think you’re a geography expert? Test your knowledge with BBC Travel’s Geoguessr - the game that explores how well you know the globe.</p> </div> </div>  </div>  <div id="spotlight2_2" class="submodule">  <div class="submodule-title"><a href="http://www.bbc.com/capital/columns/how-to-buy-it">Capital: How to Buy It</a></div> <div class="spotlight2-sponsor">  <div id="bbccom_module_spotlight22" class="bbccom_display_none bbccom_module"> <div class="moduleAdvertContent"> <div class="bbccom_text bbccom_module_adlabel">In Association With</div> <div class="bbccom_image bbccom_module_image"> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.write("module_spotlight22",false, {title:"capitalhowtobuyit"}); } /*]]>*/ </script> </div> </div> </div> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.show("module_spotlight22"); } /*]]>*/ </script>  </div>   <div id="spotlight2_2_hero" class="contentBlock hero spotlight2"> <div class="title image_first large none"> <a rev="spotlight2|homepage|na|r|t|i|hero|content" href="http://www.bbc.com/capital/story/20140502-a-day-at-the-races" title="Inside track: How to buy a racehorse" class="heroLink">  <span class="gel-wrapper"><span class="gel gel_icon_none"></span></span>  <img src="http://ichef.bbci.co.uk/wwhp/ic/ibroadcast/336-189/images/live/p0/1y/ds/p01yds1y.jpg" alt="Women at the Kentucky Derby" height="189" width="336" />  <span class="title">Inside track: How to buy a racehorse</span>  </a> <p class="summary">Most of us bet on horses by enjoying a day at the races - but for those who go as far as to purchase a thoroughbred, the stakes are much higher.</p> </div> </div>  <div id="spotlight2_2_list" class="contentBlock list spotlight2 spotlight-list">  <ul class="blq-clearfix">      <li  class="first">  <a rev="spotlight2|homepage|na|r|t|i|text|content" href="http://www.bbc.com/capital/story/20140404-how-to-buy-a-classic-car"> <span class="gel gel_icon_"></span> The ups and downs of purchasing a classic car</a> </li>       <li >  <a rev="spotlight2|homepage|na|r|t|i|text|content" href="http://www.bbc.com/capital/story/20140307-guesthouse-dreams-buying-a-bb"> <span class="gel gel_icon_"></span> Sunny side up: How to buy a bed and breakfast</a> </li>    </ul>  </div>  </div>  </div> </div> </div> </div>       <div id="bbccom_native_side" class="bbccom_display_none">
        <script type="text/javascript">BBC.adverts.write("native_side",false);</script>
    </div>
    <script type="text/javascript">BBC.adverts.show("native_side");</script>
      <div id="adMpuMiddle"> <div id="adMpuMiddle_container" class="container"> <div class="contentBlocks cbg0"> <div class="advert"> <div id="bbccom_mpu_middle" class="bbccom_display_none"> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.write("mpu_middle",true); } /*]]>*/ </script> </div> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.show("mpu_middle"); } /*]]>*/ </script> </div> </div> </div> </div>   <div class="module" id="mostPopular"> <h2 class="draggable" id="mostPopular_title">Most Popular in News</h2> <div class="container" id="mostPopular_container"> <div class="contentBlocks cbg0"> <div class="livestats livestats-tabbed contentBlock topTabs" id="mostPopular_tabset">   <h3 class="tab"> <a href="#" id="mostPopular_tabset_shared_link">Shared</a> </h3> <div class="panel" id="mostPopular_tabset_shared"> <ul class="blq-clearfix">   <li class="first-child"> <a href="http://www.bbc.co.uk/news/world-latin-america-27265310" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-1">1: </span>Uruguay unveils legal marijuana plan </a> </li>   <li class=""> <a href="http://www.bbc.co.uk/news/magazine-27186709" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-2">2: </span>The slow death of purposeless walking </a> </li>   <li class=""> <a href="http://www.bbc.co.uk/news/magazine-27226104" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-3">3: </span>The curious tale of the economist and the Cezanne in the hedge </a> </li>   <li class=""> <a href="http://www.bbc.co.uk/news/world-africa-27252307" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-4">4: </span>Why South African whites are coming home </a> </li>   <li class=""> <a href="http://www.bbc.co.uk/news/science-environment-27256466" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-5">5: </span>Concerns grow over deadly pig virus </a> </li>  </ul> </div>   <h3 class="tab"> <a href="#" id="mostPopular_tabset_read_link">Read</a> </h3> <div class="panel" id="mostPopular_tabset_read"> <ul class="blq-clearfix">   <li class="first-child"> <a href="http://www.bbc.co.uk/news/world-europe-27268775" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-1">1: </span>Pro-Russian anger at Odessa deaths </a> </li>   <li class=""> <a href="http://www.bbc.co.uk/news/entertainment-arts-27266102" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-2">2: </span>Clarkson: BBC gave me final warning </a> </li>   <li class=""> <a href="http://www.bbc.co.uk/news/world-africa-27252307" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-3">3: </span>Why South African whites are coming home </a> </li>   <li class=""> <a href="http://www.bbc.co.uk/news/world-asia-27268860" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-4">4: </span>Afghan landslide missing search ends </a> </li>   <li class=""> <a href="http://www.bbc.co.uk/news/business-27253103" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-5">5: </span>Why washing machines die young </a> </li>  </ul> </div>   <h3 class="tab selected"> <a href="#" id="mostPopular_tabset_media_link">Watched/Listened</a> </h3> <div class="panel selected" id="mostPopular_tabset_media"> <ul class="blq-clearfix">   <li class="first-child"> <a href="http://www.bbc.co.uk/news/uk-27249038" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-1">1: </span>Clarkson apology over racist rhyme in full </a> </li>   <li class=""> <a href="http://www.bbc.co.uk/news/world-europe-27261010" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-2">2: </span>Fire kills dozens in Odessa clashes </a> </li>   <li class=""> <a href="http://www.bbc.co.uk/news/10546988" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-3">3: </span>UK Biobank achieves 500,000 target </a> </li>   <li class=""> <a href="http://www.bbc.co.uk/news/technology-27243372" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-4">4: </span>YouTube mystery's French connection </a> </li>   <li class=""> <a href="http://www.bbc.co.uk/news/world-asia-27265850" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-5">5: </span>Afghan relief efforts 'accelerated' </a> </li>  </ul> </div>  <script type="text/javascript"> /*<![CDATA[*/ require(["desktop/ui/tabs"], function (tabs) { var methodOnReady = function(){ tabs.registerTabs('#mostPopular_tabset'); }; if (typeof require.ready === 'function') { require.ready(methodOnReady);  } else { require(['domReady'], function (domReady) {  domReady(methodOnReady); }); } }); /*]]>*/; </script> </div> </div> </div> </div>      <div id="weather" class="module"> <h2 id="weather_title" class="draggable"><a rev="weather|homepage|na|r|t|i|text|headline" id="weather_title_link" href="/weather/" title="Go to ">Weather</a></h2> <div id="weather_from" class="contentBlock"> <div id="bbccom_module_00080" class="bbccom_display_none bbccom_module"> <div id="moduleAdvertContent_00080" class="moduleAdvertContent"> <div id="bbccom_module_00080_adlabel" class="bbccom_text bbccom_module_adlabel">In Association With</div> <div id="bbccom_module_00080_image" class="bbccom_image bbccom_module_image"> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.write("module_00080",false, {}); } /*]]>*/ </script> </div> </div> </div> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.show("module_00080"); } /*]]>*/ </script> </div> <div id="weather_container" class="container"> <div class="contentBlocks cbg0"> <div id="weather_forecast" class="weatherforecast contentBlock weather_loading">  <h3>London</h3> <div id="weather_searchPanel" class="searchPanel editPanel contentBlock"> <form id="weather_searchPanel_form" method="get" action="/wwhp"> <fieldset> <input type="hidden" name="module" value="weather" /> <input type="hidden" name="action" value="search" /> <div class="field"> <label>Enter city, town or region</label> <input type="text" size="25" maxlength="40" value="Enter city, town or region" class="searchPanelSearch" name="location_term" /> <button type="submit" class="submit">Search</button> </div> </fieldset> </form> <div id="searchResults" class="results"> <p>&nbsp;</p> <ul><li>&nbsp;</li></ul> </div> </div> <dl class="dayForecast">  <dt>Sat</dt> <dd>  <a href="/weather/2643743"> <img width="57" height="57" alt="Partly Cloudy" title="Partly Cloudy" src="http://static.bbci.co.uk/weather/0.5.284/images/icons/individual_56_icons/en_on_light_bg/2.gif" class="icon" /> </a>  <p class="temp min"> <span class="label">Min<span class="hide"> Temperature</span>:</span> <span class="value"> 7&#176;C</span> <span class="hide">45&#176;F</span> </p> </dd> <dt>Sun</dt> <dd>  <a href="/weather/2643743"> <img width="57" height="57" alt="Sunny Intervals" title="Sunny Intervals" src="http://static.bbci.co.uk/weather/0.5.284/images/icons/individual_56_icons/en_on_light_bg/3.gif" class="icon" /> </a>  <p class="temp max"> <span class="label">Max<span class="hide"> Temperature</span>:</span> <span class="value"> 17&#176;C</span> <span class="hide">63&#176;F</span> </p>  <p class="temp min"> <span class="label">Min<span class="hide"> Temperature</span>:</span> <span class="value"> 8&#176;C</span> <span class="hide">46&#176;F</span> </p> </dd> <dt class="last">Mon</dt> <dd class="last">  <a href="/weather/2643743"> <img width="57" height="57" alt="Light Cloud" title="Light Cloud" src="http://static.bbci.co.uk/weather/0.5.284/images/icons/individual_56_icons/en_on_light_bg/7.gif" class="icon" /> </a>  <p class="temp max"> <span class="label">Max<span class="hide"> Temperature</span>:</span> <span class="value"> 19&#176;C</span> <span class="hide">66&#176;F</span> </p>  <p class="temp min"> <span class="label">Min<span class="hide"> Temperature</span>:</span> <span class="value"> 12&#176;C</span> <span class="hide">54&#176;F</span> </p> </dd>  </dl> <p class="detail"><a href="/weather/2643743" title="Detailed forecast for London">Detailed forecast</a></p>  </div> </div> </div> </div> <script type="text/javascript"> /*<![CDATA[*/ require(["desktop/ui/weather"], function (weather) { var methodOnReady = function(){ weather = new weather; weather.renderWeather('#weather',{"autocomplete":{"enabled":false,"minLength":4}}); }; if (typeof require.ready === 'function') { require.ready(methodOnReady);  } else { require(['domReady'], function (domReady) {  domReady(methodOnReady); }); } }); /*]]>*/ </script>    <div id="adMpuBottom" class="module"> <div id="adMpuBottom_container" class="container"> <div class="contentBlocks cbg0"> <div class="advert"> <div id="bbccom_mpu_bottom" class="bbccom_display_none"> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.write("mpu_bottom",true); } /*]]>*/ </script> </div> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.show("mpu_bottom"); } /*]]>*/ </script> </div> </div> </div> </div>  </div>   <div id="exploreTray"> <h2>Explore the BBC</h2> <div class="directory"> <div class="directoryColumn hpDir1"> <h3><a href="http://www.bbc.com/news/">News</a></h3> <h4 class="offscreen">World Regions</h4> <ul> <li><a href="http://www.bbc.co.uk/news/2/hi/africa/default.stm">Africa</a></li> <li><a href="http://www.bbc.co.uk/news/world/asia/">Asia</a></li> <li><a href="http://www.bbc.co.uk/news/2/hi/europe/default.stm">Europe</a></li> <li><a href="http://www.bbc.co.uk/news/world/latin_america/">Latin America</a></li> <li><a href="http://www.bbc.co.uk/news/2/hi/middle_east/default.stm">Middle East</a></li> <li><a href="http://www.bbc.co.uk/news/2/hi/uk_news/default.stm">UK</a></li> <li><a href="http://www.bbc.co.uk/news/world/us_and_canada/">US &amp; Canada</a></li> </ul> <h4 class="offscreen">Types of news</h4> <ul> <li><a href="http://www.bbc.co.uk/news/2/hi/business/default.stm">Business</a></li> <li><a href="http://news.bbc.co.uk/2/hi/health/default.stm">Health</a></li> <li><a href="http://www.bbc.co.uk/news/2/hi/science/nature/default.stm">Science &amp; Environment</a></li> <li><a href="http://www.bbc.com/news/technology/">Technology</a></li> <li><a href="http://www.bbc.co.uk/news/entertainment_and_arts/">Entertainment &amp; Arts</a></li> <li><a href="http://www.bbc.co.uk/news/2/hi/also_in_the_news/">Also in the News</a></li> </ul> <ul> <li><a href="http://www.bbc.co.uk/worldservice/languages/">BBC in your language</a></li> </ul> </div> <div class="directoryColumn hpDir2"> <h3><a href="http://www.bbc.com/sport">Sport</a></h3> <ul> <li><a href="http://www.bbc.co.uk/sport/0/football/">Football</a></li> <li><a href="http://www.bbc.co.uk/sport/0/cricket/">Cricket</a></li> <li><a href="http://www.bbc.co.uk/sport/0/tennis/">Tennis</a></li> <li><a href="http://www.bbc.co.uk/sport/0/formula1/">Formula 1</a></li> </ul> <h3><a href="http://www.bbc.co.uk/news/2/hi/business/default.stm">Business</a></h3> <ul> <li><a href="http://www.bbc.co.uk/news/2/shared/fds/hi/business/market_data/overview/default.stm">Market Data</a></li> <li><a href="http://www.bbc.co.uk/news/2/hi/business/economy/default.stm">Economy</a></li> <li><a href="http://www.bbc.co.uk/news/2/hi/business/companies/default.stm">Companies</a></li> </ul> <h3 class="noSubSections"><a href="http://www.bbc.co.uk/weather">Weather</a></h3> <h3 class="noSubSections"><a href="http://www.bbc.com/future">Future</a></h3> <h3 class="noSubSections"><a href="http://www.bbc.com/travel">Travel</a></h3> </div> <div class="directoryColumn hpDir3"> <h3><a href="http://www.bbc.co.uk/entertainment/">Entertainment</a></h3> <ul> <li><a href="http://www.bbc.co.uk/news/2/hi/entertainment/default.stm">Entertainment News</a></li> <li><a href="http://www.bbc.co.uk/comedy/">Comedy</a></li> <li><a href="http://www.bbc.co.uk/drama/">Drama</a></li> </ul> <h3><a href="http://www.bbc.co.uk/music/">Music</a></h3> <ul> <li><a href="http://www.bbc.co.uk/music/genres/">Genres</a></li> <li><a href="http://www.bbc.co.uk/music/reviews">Reviews</a></li> <li><a href="http://www.bbc.co.uk/music/artists/">Artists</a></li> <li><a href="http://www.bbc.co.uk/music/news/">News</a></li> </ul> <h3><a href="http://www.bbc.co.uk/arts/">Arts &amp; Culture</a></h3> <ul> <li><a href="http://www.bbc.co.uk/film/">Film</a></li> </ul> <h3><a href="http://www.bbc.co.uk/food/">Food</a></h3> <ul> <li><a href="http://www.bbc.co.uk/food/techniques">Techniques</a></li> <li><a href="http://www.bbc.co.uk/food/recipes/">Recipes</a></li> </ul> </div> <div class="directoryColumn hpDir4"> <h3><a href="http://www.bbc.co.uk/sn/">Science</a></h3> <ul> <li><a href="http://www.bbc.co.uk/science/humanbody/">Humans</a></li> <li><a href="http://www.bbc.co.uk/space/">Space</a></li> </ul> <h3><a href="http://www.bbc.co.uk/nature/">Nature</a></h3> <ul> <li><a href="http://www.bbc.co.uk/nature/animals/">Animals</a></li> </ul> <h3><a href="http://www.bbc.co.uk/gardening/">Gardening</a></h3> <ul> <li><a href="http://www.bbc.co.uk/gardening/plants/plant_finder/">Plant finder</a></li> <li><a href="http://www.bbc.co.uk/gardening/advice/">Advice</a></li> </ul> <h3><a href="http://www.bbc.co.uk/religion/">Religion</a></h3> <ul> <li><a href="http://www.bbc.co.uk/religion/tools/calendar/">Multifaith Calendar</a></li> <li><a href="http://www.bbc.co.uk/religion/tools/quizzes">Quizzes</a></li> </ul> <h3><a href="http://www.bbc.co.uk/ethics/">Ethics</a></h3> </div> <div class="directoryColumn hpDir5"> <h3><a href="http://www.bbc.co.uk/go/homepage/i/int/br/learningenglish/t/-/worldservice/learningenglish/">Learning English</a></h3> <ul> <li><a href="http://www.bbc.co.uk/worldservice/learningenglish/">Online courses</a></li> <li><a href="http://www.bbc.co.uk/worldservice/learningenglish/grammar/index.shtml">Vocabulary &amp; Grammar</a></li> <li class="clearLeft nosep"><a href="http://www.bbc.co.uk/worldservice/learningenglish/quizzes/index.shtml">Quizzes</a></li> </ul> <h3><a href="http://www.bbc.co.uk/languages/">Learning Other Languages</a></h3> <ul> <li><a href="http://www.bbc.co.uk/languages/french/">French</a></li> <li><a href="http://www.bbc.co.uk/languages/spanish/">Spanish</a></li> <li><a href="http://www.bbc.co.uk/languages/german/">German</a></li> <li><a href="http://www.bbc.co.uk/languages/italian/">Italian</a></li> </ul> <h3><a href="http://www.bbc.co.uk/tv/i/">TV Channels</a></h3> <ul> <li><a href="http://www.bbc.com/tvschedule/">BBC World News</a></li> <li><a href="http://www.bbcamerica.com/">BBC America</a></li> </ul> <h3><a href="http://www.bbc.co.uk/radio/">Radio</a></h3> <ul> <li><a href="http://www.bbc.co.uk/worldservice/">World Service</a></li> </ul> <p class="aToz">Can't find it? Try the <a href="http://www.bbc.co.uk/a-z/">A to Z</a></p> </div> </div> </div>                          <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-47973230-2', 'bbc.com'); ga('send', 'pageview'); </script>     </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" xml:lang="en" class="blq-rst blq-clearfix blq-foot-grey"> <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="http://m.bbc.co.uk/" id="blq-footer-mobile">Mobile site</a></li><li><a href="/terms/">Terms of Use</a></li><li><a href="/aboutthebbc/">About the BBC</a></li> </ul> </li>                     <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"> <li><a href="http://advertising.bbcworldwide.com">Advertise With Us</a></li><li><a href="/privacy/">Privacy</a></li><li><a href="/accessibility/">Accessibility Help</a></li> </ul> </li>                     <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"> <li><a href="/bbc.com/ad-choices/">Ad Choices</a></li><li><a href="/privacy/bbc-cookies-policy.shtml">Cookies</a></li><li><a href="/contact/">Contact the BBC</a></li> </ul> </li>           <li class="blq-footlinks-row"> <ul class="blq-footlinks-row-list"> <li><a href="/guidance/">Parental Guidance</a></li> </ul> </li>             </ul> <script type="text/javascript">/*<![CDATA[*/ (function() { var mLink = document.getElementById('blq-footer-mobile'), stick = function() { var d = new Date (); d.setYear(d.getFullYear() + 1); d = d.toUTCString(); window.bbccookies.set('ckps_d=m;domain=.bbc.co.uk;path=/;expires=' + d ); window.bbccookies.set('ckps_d=m;domain=.bbc.com;path=/;expires=' + d ); }; if (mLink) {  if (mLink.addEventListener) { mLink.addEventListener('click', stick, false); } else if (mLink.attachEvent) { mLink.attachEvent('onclick', stick); } } })(); /*]]>*/</script>  </div>  <div id="blq-foot-blocks" class="blq-footer-image-light"><img src="http://static.bbci.co.uk/frameworks/barlesque/2.60.9/desktop/3.5/img/blocks/light.png" width="84" height="24" alt="BBC" /></div>             <div id="bbccom_bottom" class="bbccom_display_none" style="width:468px; text-align:right;">
            <script type="text/javascript">BBC.adverts.write("bottom",true);</script>
        </div>
        <script type="text/javascript">BBC.adverts.show("bottom");</script>
     <p id="blq-disclaim"><span id="blq-copy">BBC &copy; 2014</span> <a href="/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: false ipIsAdvertiseCombined: true adsEnabled: true  showDotcom: true flagpole: ON -->
    
            <script type="text/javascript">
            /*<![CDATA[*/
            if (BBC.adverts.isActive('analytics')) {
                if(typeof(bbcdotcom) != 'undefined' && typeof(bbcdotcom.stats) != 'undefined') {
                    bbcdotcom.stats.contentType = "HTML";
                                    }
            }
            /*]]>*/
        </script>


            <!-- Start AudienceScience -->
        <script type="text/javascript">
            /*<![CDATA[*/
            if (BBC.adverts.isActive('analytics')) {
                document.write('<script type="text/javascript" src="http://js.revsci.net/gateway/gw.js?csid=J08781">\x3C/script>');
            }
            /*]]>*/
        </script>
        <script type="text/javascript">
            /*<![CDATA[*/
            if (BBC.adverts.isActive('analytics')) {
                DM_tag();
            }
            /*]]>*/
        </script>
        <!-- End AudienceScience -->

            <!-- Start SiteCatalyst -->
        <script type="text/javascript">
            /*<![CDATA[*/
            if (BBC.adverts.isActive('analytics')) {
                var s_account = "bbcwglobalprod";
                                    document.write('<script type="text/javascript" src="http://static.bbci.co.uk/bbcdotcom/0.3.241/script/s_code.js">\x3C/script>');
                            }
            /*]]>*/
        </script>                                   <script type="text/javascript">                 /*<![CDATA[*/
            if (BBC.adverts.isActive('analytics')) {
                var s_code=scw.t();if(s_code)document.write(s_code)
            }
            /*]]>*/
        </script>
        <!-- End SiteCatalyst -->


            <!-- Start comScore Tag -->
        <script type="text/javascript">
            /*<![CDATA[*/
            if (BBC.adverts.isActive('analytics')) {
                document.write("\x3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js'>\x3C/script>");
            }
            /*]]>*/
        </script>
        <script type="text/javascript">
            /*<![CDATA[*/
            if (BBC.adverts.isActive('analytics')) {
                COMSCORE.beacon({
                    c1:2,
                    c2:"6035051",
                    c3:"",
                    c4:"www.bbc.co.uk/",
                    c5:"",
                    c6:"",
                    c15:""
                });
            }
            /*]]>*/
        </script>
        <!-- End comScore Tag -->

            <!-- Begin Sitestat4 code -->
        <script type="text/javascript">
            /*<![CDATA[*/
            if (BBC.adverts.isActive('sitestat')) {
                function sitestat(ns_l){ns_l+='&amp;ns__t='+(new Date()).getTime();
                ns_0=document.referrer;
                ns_0=(ns_0.lastIndexOf('/')==ns_0.length-1)?ns_0.substring(ns_0.lastIndexOf('/'),0):ns_0;
                if(ns_0.length>0)ns_l+='&amp;ns_referrer='+encodeURI(ns_0);
                if(document.images){ns_1=new Image();ns_1.src=ns_l;}else
                document.write('<img src="'+ns_l+'" width="1" height="1" alt="">');}
                sitestat("http://nl.sitestat.com/adfab/bbc/s?teller");
            }
            /*]]>*/
        </script>
        <!-- End Sitestat4 code -->


            <!-- Start Nielsen Online SiteCensus V6.0 -->
        <script type="text/javascript">
            /*<![CDATA[*/
            if (BBC.adverts.isActive('nielsen-au')) {
                <!-- COPYRIGHT 2009 Nielsen Online -->
                document.write('<script type="text/javascript" src="' + ('https:' == document.location.protocol ? 'https:' : 'http:') + '//secure-au.imrworldwide.com/v60.js">\x3C/script>');
            }
            /*]]>*/
        </script>                                   <script type="text/javascript">                 /*<![CDATA[*/
            if (BBC.adverts.isActive('nielsen-au')) {
                nol_t({cid:"au-bbc",content:"0",server:"secure-au"}).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-nz')) {
                <!-- COPYRIGHT 2009 Nielsen Online -->
                document.write('<script type="text/javascript" src="' + ('https:' == document.location.protocol ? 'https:' : 'http:') + '//secure-nz.imrworldwide.com/v60.js">\x3C/script>');
            }
            /*]]>*/
        </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:') + "//secure-us.imrworldwide.com/cgi-bin/m?ci=us-804789h&amp;cg=0&amp;cc=1&amp;si=", encodeURI(window.location.href), "&amp;rp=",
                   encodeURI(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://me-ssl' : '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="http://bbc.ivwbox.de/cgi-bin/ivw/CP/"+ivwcode+";";
                document.write("<img src=\""+IVW+"?r="+encodeURI(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('<script src="http://bbc.ivwbox.de/2004/01/survey.js" type="text/javascript">\x3C/script>');
            }
            /*]]>*/
        </script>
        <!-- End AGOF -->


    <!-- BBCDOTCOM Body Last -->
 </div> </div>  <script type="text/javascript"> if (typeof require !== 'undefined') { require(['istats-1'], function(istats){ istats.track('external', { region: document.getElementById('blq-main') }); istats.track('download', { region: document.getElementById('blq-main') }); }); } </script>  <script type="text/html" id="blq-panel-template-promo"><![CDATA[ <div id="blq-panel-promo" class="blq-masthead-container"></div> ]]></script> <script type="text/html" id="blq-panel-template-more"><![CDATA[ <div id="blq-panel-more" class="blq-masthead-container  blq-clearfix" xml:lang="en-GB" dir="ltr"> <div class="blq-panel-container panel-paneltype-more"> <div class="panel-header"> <h2> <a href="/a-z/">  More&hellip;  </a> </h2>  <a href="/a-z/" class="panel-header-links panel-header-link">Full A-Z<span class="blq-hide"> of BBC sites</span></a>  </div> <div class="panel-component panel-links">       <ul>   <li> <a href="/cbbc/"  >CBBC</a> </li>    <li> <a href="/cbeebies/"  >CBeebies</a> </li>    <li> <a href="/comedy/"  >Comedy</a> </li>   </ul>  <ul>   <li> <a href="/food/"  >Food</a> </li>    <li> <a href="/history/"  >History</a> </li>    <li> <a href="/learning/"  >Learning</a> </li>   </ul>  <ul>   <li> <a href="/music/"  >Music</a> </li>    <li> <a href="/science/"  >Science</a> </li>    <li> <a href="/nature/"  >Nature</a> </li>   </ul>  <ul>   <li> <a href="/local/"  >Local</a> </li>    <li> <a href="/travelnews/"  >Travel News</a> </li>   </ul>   </div> </div> ]]></script>              </body> </html>