513 lines
112 KiB
HTML
513 lines
112 KiB
HTML
|
|
|||
|
<!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.75.0 --> <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">window.bbcredirection={geo:true,device:true}</script><script type="text/javascript">window.orb = window.orb || {};</script>
|
|||
|
<script type="text/javascript">/*<![CDATA[*/
|
|||
|
(function(){window.fig=window.fig||{};window.fig.manager={include:function(a){a=a||window;var e=a.document,g=e.cookie,b=g.match(/(?:^|; ?)ckns_orb_fig=([^;]+)/);if(!b&&g.indexOf("ckns_orb_nofig=1")>-1){this.setFig(a,{no:1})}else{if(b){b=this.deserialise(decodeURIComponent(RegExp.$1));this.setFig(a,b)}e.write('<script src="https://ssl.bbc.co.uk/frameworks/fig/1/fig.js"><'+"/script>")}},confirm:function(a){a=a||window;if(a.orb&&a.orb.fig&&a.orb.fig("no")){this.setNoFigCookie(a)}if(a.orb===undefined||a.orb.fig===undefined){this.setFig(a,{no:1});this.setNoFigCookie(a)}},setNoFigCookie:function(a){a.document.cookie="ckns_orb_nofig=1; expires="+new Date(new Date().getTime()+1000*60*10).toGMTString()+";"},setFig:function(a,b){(function(){var c=b;a.orb=a.orb||{};a.orb.fig=function(d){return(arguments.length)?c[d]:c}})()},deserialise:function(b){var a={};b.replace(/([a-z]{2}):([0-9]+)/g,function(){a[RegExp.$1]=+RegExp.$2});return a}}})();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.75.0/desktop/3.5/style/main.css" /> <link rel="stylesheet" type="text/css" href="http://static.bbci.co.uk/wwhp/1.52.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);var overrides=window.bbccookies.get().match(/ckns_mandolin_setSegments=([^;]+)/);if(overrides!==null){eval("overrides = "+decodeURIComponent(RegExp.$1)+";");if(overrides[this._id]&&this._segmentSet.indexOf(overrides[this._id])==-1){throw new Error("Invalid Override: overridden segment should exist in segments array")}}if(overrides!==null&&overrides[this._id]){this._segment=overrides[this._id]}else{if((storedItem=this._store.getItem(this._id))){this._segment=storedItem.segment}else{if(this._startTs<=now&&now<this._signupEndTs&&now<=this._endTs&&this._store.isEnabled()===true){this._segment=pick(segments,this._rate);if(opts.end===undefined){this._store.setItem(this._id,{segment:this._segment})}else{this._store.setItem(this._id,{segment:this._segment,end:this._endTs})}log.call(this,"mandolin_segment")}}}log.call(this,"mandolin_view")};window.bbc.Mandolin.prototype.getSegment=function(){return this._segment};function log(actionType,params){var that=this;require(["istats-1"],function(istats){istats.log(actionType,that._id+":"+that._segment,params?params:{})})}function removeExpired(expires){var items=this._store.getItems(),expiresInt=+expires;for(var key in items){if(items[key].end!==undefined&&+items[key].end<expiresInt){this._store.removeItem(key)}}}function getLastExpirationDate(data){var winner=0,rollingExpire=daysFromNow(ROLLING_PERIOD_DAYS);for(var key in data){if(data[key].end===undefined&&rollingExpire>winner){winner=rollingExpire}else{if(+data[key].end>winner){winner=+data[key].end}}}return(winner)?new Date(winner):new Date(rollingExpire)}window.bbc.Mandolin.prototype.log=function(params){log.call(this,"mandolin_log",params)};window.bbc.Mandolin.prototype.convert=function(params){log.call(this,"mandolin_convert",params);this.convert=function(){}};function daysFromNow(n){var endDate;endDate=new Date().getTime()+(n*60*60*24)*1000;return endDate}function pick(segments,rate){var picked,min=0,max=segments.length-1;if(typeof rate==="number"&&Math.random()>rate){return null}do{picked=Math.floor(Math.random()*(max-min+1))+min}while(picked>max);return segments[picked]}window.bbc.Mandolin.Storage=function(name){validateCookieName(name);this._cookieName=name;this._isEnabled=(bbccookies.isAllowed(this._cookieName)===true&&bbccookies.cookiesEnabled()===true)};window.bbc.Mandolin.Storage.prototype.setItem=function(key,value){var storeData=this.getItems();storeData[key]=value;this.save(storeData);return
|
|||
|
|
|||
|
<!--[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.75.0/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.75.0/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.75.0/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, usePulseThreshold = (flag === 'OFF')? 1 : defaultThreshold, activeThreshold; w.oqs = w.oqs || {}; /* we support cookie override for testing */ if ( w.document.cookie.match(/(?:^|; *)ckns_oqs_usePulseThreshold=([\d.]+)/) ) { activeThreshold = RegExp.$1; } /* we support clientside override */ 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.75.0/desktop/3.5/script/vendor/edr.js"><'+'/script>'); } } oqsSurveyManager(window, 'ON'); /*]]>*/ </script>
|
|||
|
<!-- BBCDOTCOM template: desktop journalismVariant: false ipIsAdvertiseCombined: true adsEnabled: 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 i,
|
|||
|
len,
|
|||
|
args = arguments,
|
|||
|
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 (typeof args[1] !== 'undefined' && args[1] !== null && obj[nameParts[i]](args[1]) !== undefined) {
|
|||
|
return obj[nameParts[i]](args[1]);
|
|||
|
} else 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.289/script",
|
|||
|
swfPrefix="http://static.bbci.co.uk/bbcdotcom/0.3.289/swf",
|
|||
|
cssPrefix="http://static.bbci.co.uk/bbcdotcom/0.3.289/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.289/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>
|
|||
|
|
|||
|
<!-- BEGIN Krux Control Tag for "BBC.com Homepage" -->
|
|||
|
<!-- Source: /snippet/controltag?confid=JA8mItOH&site=BBC.com%20Homepage&edit=1 -->
|
|||
|
<script class="kxct" data-id="JA8mItOH" data-timing="async" data-version="1.9" type="text/javascript">
|
|||
|
/*<![CDATA[*/
|
|||
|
if (bbcdotcom.data.a == 1 || bbcdotcom.data.b == 1) {
|
|||
|
window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
|
|||
|
(function(){
|
|||
|
var k=document.createElement('script');k.type='text/javascript';k.async=true;
|
|||
|
var m,src=(m=location.href.match(/\bkxsrc=([^&]+)/))&&decodeURIComponent(m[1]);
|
|||
|
k.src = /^https?:\/\/([a-z0-9_\-\.]+\.)?krxd\.net(:\d{1,5})?\//i.test(src) ? src : src === "disable" ? "" :
|
|||
|
(location.protocol==="https:"?"https:":"http:")+"//cdn.krxd.net/controltag?confid=JA8mItOH";
|
|||
|
var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(k,s);
|
|||
|
}());
|
|||
|
}
|
|||
|
/*]]>*/
|
|||
|
</script>
|
|||
|
<!-- END Krux Controltag -->
|
|||
|
<script type="text/javascript">
|
|||
|
/*<![CDATA[*/
|
|||
|
if (bbcdotcom.data.a == 1 || bbcdotcom.data.b == 1) {
|
|||
|
window.Krux||((Krux=function(){Krux.q.push(arguments);}).q=[]);
|
|||
|
(function(){
|
|||
|
function retrieve(n){
|
|||
|
var m, k='kx'+n;
|
|||
|
if (window.localStorage) {
|
|||
|
return window.localStorage[k] || "";
|
|||
|
} else if (navigator.cookieEnabled) {
|
|||
|
m = document.cookie.match(k+'=([^;]*)');
|
|||
|
return (m && unescape(m[1])) || "";
|
|||
|
} else {
|
|||
|
return '';
|
|||
|
}
|
|||
|
}
|
|||
|
Krux.user = retrieve('user');
|
|||
|
Krux.segments = retrieve('segs') ? retrieve('segs').split(',') : [];
|
|||
|
// DFP Premium
|
|||
|
var dfpp = [];
|
|||
|
if (Krux.user) {
|
|||
|
dfpp.push('khost=' + encodeURIComponent(location.hostname));
|
|||
|
dfpp.push('kuid=' + Krux.user);
|
|||
|
}
|
|||
|
for (var i = 0; i < Krux.segments.length; i++ ) {
|
|||
|
dfpp.push('ksg=' + Krux.segments[i]);
|
|||
|
}
|
|||
|
Krux.dfppKeyValues = dfpp.length ? dfpp.join(';') + ';' : '';
|
|||
|
})();
|
|||
|
}
|
|||
|
/*]]>*/
|
|||
|
</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.289/style/3pt_ads.css" />');document.write('<script type="text/javascript" src="http://static.bbci.co.uk/bbcdotcom/0.3.289/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.289/script/");
|
|||
|
BBC.adverts.setImgRoot("http://static.bbci.co.uk/bbcdotcom/0.3.289/img/");
|
|||
|
BBC.adverts.init({
|
|||
|
domain: "www.bbc.com",
|
|||
|
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>
|
|||
|
<script type="text/javascript">
|
|||
|
/*<![CDATA[*/
|
|||
|
if (BBC.adverts.isActive('analytics')) {
|
|||
|
if(typeof(bbcdotcom) != 'undefined' && typeof(bbcdotcom.stats) != 'undefined') {
|
|||
|
bbcdotcom.stats.contentType = "HTML";
|
|||
|
}
|
|||
|
}
|
|||
|
/*]]>*/
|
|||
|
</script>
|
|||
|
<script type="text/javascript">/*<![CDATA[*/ window.istats = (window.istats || {}); (istats.head = function(w,d) { w.istats._linkTracked = w.istats._trackingCookie = decodeURIComponent( (d.cookie.match(/\bsa_labels=([^;]+)/)||[]).pop() || '' ); var host = w.location.host, m = host.match(/(bbc(?:\.co\.uk|\.com))$/i); d.cookie = 'sa_labels=; expires=Thu, 01 Jan 1970 00:00:01 GMT; domain=' + (m? m[1] : host) + '; path=/'; })(window,document); /*]]>*/</script> <!-- 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.com/" /> <link rel="alternate" hreflang="en-gb" href="http://www.bbc.co.uk/" /> <link rel="alternate" hreflang="gd-gb" href="http://www.bbc.co.uk/alba/" /> <link rel="alternate" hreflang="cy-gb" href="http://www.bbc.co.uk/cymru/" /> <link rel="alternate" hreflang="en" href="http://www.bbc.com/" /> <!--[if IE]><link href="http://static.bbci.co.uk/wwhp/1.52.0/desktop/css/ie.css" type="text/css" rel="stylesheet"><![endif]--> <!--[if lte IE 6]><link href="http://static.bbci.co.uk/wwhp/1.52.0/desktop/css/ie-6.css" type="text/css" rel="stylesheet"><![endif]--> <!--[if IE 7]><link href="http://static.bbci.co.uk/wwhp/1.52.0/desktop/css/ie-7.css" type="text/css" rel="stylesheet"><![endif]--> <!--[if lte IE 8]><link href="http://static.bbci.co.uk/wwhp/1.52.0/desktop/css/ie-lte-8.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 international desktop-default desktop-international default-international"> <!-- BBCDOTCOM body first -->
|
|||
|
<div id="bbccom_interstitial" class="bbccom_display_none"></div>
|
|||
|
<!-- 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.289/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 -->
|
|||
|
<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.23.1&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.5d&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&pal_route=index&ml_name=barlesque&app_type=web&language=en-GB&ml_version=0.23.1&pal_webapp=wwhp&blq_js_enabled=0&blq_s=3.5d&blq_r=3.5&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 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.75.0/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-earth"> <a href="http://www.bbc.com/earth/">Earth</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…</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.75.0/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="wwhp"> <div class="colA column"> <div id="adLeaderboard"> <div id="adLeaderboard_container" class="container"> <div cl
|
|||
|
<div class="module2 clearfix news"> <h2 class="module_title"> <a href="/news" rev="news|homepage|na|r|t|i|text|headline"> News </a> </h2> <div class="container"> <div class="grid_10 first"> <div class="hero2"> <a class="hero_image_link" href="/news/world-africa-30165471" title="Tunisia in landmark presidency poll" rev="news|homepage|na|r|t|i|hero|content"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/304-171/79206000/jpg/_79206789_024819465-1.jpg" width="304" height="171" alt="A woman walks past a wall plastered with electoral campaign posters in Tunis, Tunisia. Photo: 21 November 2014" class="hero_image" /> <span class="hero_image_overlay"> </span> </a> <h3 class="hero_title"> <a href="/news/world-africa-30165471" title="Tunisia in landmark presidency poll" rev="news|homepage|na|r|t|i|hero|content"> Tunisia in landmark presidency poll</a> </h3> <p class="hero_summary"> Tunisians vote in the country's first presidential election since the 2011 "Arab Spring" revolution that triggered uprisings across the region. </p> </div> </div> <div class="grid_5"> <a class="media_link" href="/news/world-asia-india-30167195" title="India tea workers kill boss over pay" rev="news|homepage|na|r|t|i|image|content"> <span class="media_image"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/144-81/64949000/jpg/_64949612_64949611.jpg" width="144" height="81" alt="Assam tea garden" /> </span> <span class="media_title"> India tea workers kill boss over pay </span> </a> <ul class="media_link_list"> <li class="media_link_list_item first"> <a class="media_link" href="/news/world-africa-30167886" title="'Boko Haram' kills Nigeria fishermen" rev="news|homepage|na|r|t|i|text|content"> 'Boko Haram' kills Nigeria fishermen </a> </li> <li class="media_link_list_item"> <a class="media_link" href="/news/world-middle-east-30166957" title="Palestinian man shot dead in Gaza" rev="news|homepage|na|r|t|i|text|content"> Palestinian man shot dead in Gaza </a> </li> <li class="media_link_list_item last"> <a class="media_link" href="/news/world-asia-30166619" title="Afghan MPs approve security pact" rev="news|homepage|na|r|t|i|text|content"> Afghan MPs approve security pact </a> </li> </ul> </div> <div class="grid_5 last"> <a class="media_link" href="/news/world-europe-30167737" title="MH17 wreckage leaves rebel Ukraine" rev="news|homepage|na|r|t|i|image|content"> <span class="media_image"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/144-81/79210000/jpg/_79210757_79210756.jpg" width="144" height="81" alt="Freight train carrying parts of the wreckage the of Flight MH17 in the rebel-held city of Torez on 23 November 2014." /> </span> <span class="media_title"> MH17 wreckage leaves rebel Ukraine </span> </a> <ul class="media_link_list"> <li class="media_link_list_item first"> <a class="media_link" href="/news/uk-politics-30167160" title="UK 'unlikely to meet' migration target" rev="news|homepage|na|r|t|i|text|content"> UK 'unlikely to meet' migration target </a> </li> <li class="media_link_list_item last"> <a class="media_link" href="/news/world-asia-30158640" title="Thai king quashes health concerns" rev="news|homepage|na|r|t|i|text|content"> Thai king quashes health concerns </a> </li> </ul> </div> </div> </div> <div class="container module_wrapper module_compound"> <div class="module2 half_module business"> <h2 class="module_title"> <a href="/news/business" rev="business|homepage|na|r|t|i|text|headline"> Business </a> </h2> <div class="hero2"> <a class="hero_image_link" href="/news/uk-politics-30166477" title="New web data powers plan for police" rev="business|homepage|na|r|t|i|hero|content"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/304-171/79208000/jpg/_79208235_comp_reuters.jpg" width="304" height="171" alt="Man typing on computer keyboard" class="hero_image" /> <span class="hero_image_overlay"> </span> </a> <h3 class="hero_title"> <a href="/news/uk-politics-30166477" title="New web data powers plan for police" rev="business|homepage|na|r|t|i|hero|cont
|
|||
|
<!-- Sport\SportInterface: not ModuleInterface (not an object) -->
|
|||
|
<!-- Sport\SportInterface: not ModuleInterface (not an object) -->
|
|||
|
<!-- Sport\SportInterface: not ModuleInterface (not an object) -->
|
|||
|
<!-- Sport\SportTheAshesScorecard: not ModuleInterface (not an object) -->
|
|||
|
<!-- Sport\SportInterface: not ModuleInterface (not an object) -->
|
|||
|
<!-- not CompoundModuleInterface (not an object) -->
|
|||
|
<!-- SportTennis: no submodules --> <!-- Sport\SportInterface: not ModuleInterface (not an object) -->
|
|||
|
<div class="module2 sub_module video"> <h2 class="module_title"> <span>Watch/Listen</span> </h2> <div class="container" id="video_wrapper"> <div class="grid_13 first"> <div class="hero2"> <a class="hero_image_link" href="/news/uk-30168177" title="Charing Cross closed after train fire" rev="video|homepage|na|r|t|i|hero|content"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/400-225/79211000/jpg/_79211108_79210815.jpg" width="400" height="225" alt="A fire on a train at Charing Cross" class="hero_image" /> <span class="hero_image_overlay"> <span class="icon icon_large icon_video"></span> </span> </a> <h3 class="hero_title"> <a href="/news/uk-30168177" title="Charing Cross closed after train fire" rev="video|homepage|na|r|t|i|hero|content"> Charing Cross closed after train fire</a> </h3> <p class="hero_summary"> A fire on a train at Charing Cross station in Central London sparked an emergency evacuation on Sunday morning </p> </div> </div> <div class="grid_7 last media_items_landscape"> <ul class="media_list"> <li class="media_list_item first"> <a class="media_link" id="p02cn91m" href="/news/uk-30168177" title="Charing Cross closed after train fire" rev="video|homepage|na|r|t|i|image|content"> <span class="media_image"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/96-54/79211000/jpg/_79211108_79210815.jpg" width="96" height="54" alt="A fire on a train at Charing Cross" /> <span class="icon icon_small icon_video"></span> </span> <span class="media_title"> Charing Cross closed after train fire </span> </a> </li> <li class="media_list_item"> <a class="media_link" id="p02cn32k" href="/news/health-30166571" title="Understanding autism: Living in a box" rev="video|homepage|na|r|t|i|image|content"> <span class="media_image"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/96-54/79208000/jpg/_79208841_79208564.jpg" width="96" height="54" alt="Hayley Bicker" /> <span class="icon icon_small icon_video"></span> </span> <span class="media_title"> Understanding autism: Living in a box </span> </a> </li> <li class="media_list_item"> <a class="media_link" id="p02cllmb" href="/news/world-latin-america-30157239" title="Street pole-dancing in Buenos Aires" rev="video|homepage|na|r|t|i|image|content"> <span class="media_image"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/96-54/79194000/jpg/_79194037_79194034.jpg" width="96" height="54" alt="A pole dancer" /> <span class="icon icon_small icon_video"></span> </span> <span class="media_title"> Street pole-dancing in Buenos Aires </span> </a> </li> <li class="media_list_item"> <a class="media_link" id="p02cn6jl" href="/news/10462520" title="One-minute World News" rev="video|homepage|na|r|t|i|image|content"> <span class="media_image"> <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="icon icon_small icon_video"></span> </span> <span class="media_title"> One-minute World News </span> </a> </li> <li class="media_list_item last"> <a class="media_link" id="p02cl3yb" href="/news/world-europe-30153229" title="Ukraine uprising: One year on" rev="video|homepage|na|r|t|i|image|content"> <span class="media_image"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/96-54/79192000/jpg/_79192174_79192172.jpg" width="96" height="54" alt="Ukrainians with flags at a rally in Kiev" /> <span class="icon icon_small icon_video"></span> </span> <span class="media_title"> Ukraine uprising: One year on </span> </a> </li> </ul> </div> </div> </div> <script type="text/javascript"> /*<![CDATA[*/ require(['desktop/ui/videoplayer'], function (videoPlayer) { window.player = videoPlayer.create([{"contenttype":"video","num":"10","type":"MAP","title":"Charing Cross closed after train fire","summary":"A fire on a train at Charing Cross station in Central London sparked an emergency evacuation on Sunday morning","url":"\/news\/uk-30168177","img":"http:\/\/news.bbcimg.co.uk\/media\/images\/79211000\/jpg\/_79211108_79210815.jpg","imgalttext":"A fi
|
|||
|
<!-- Video: not ModuleInterface (not an object) -->
|
|||
|
<div class="module2 more sub_module clearfix"> <div class="container"> <div class="grid_5 first"> <h2 class="module_title"> <a href="http://www.bbc.co.uk/news/entertainment_and_arts/" rev="entertainment|homepage|na|r|t|i|text|headline"> Entertainment & Arts </a> </h2> <a class="media_link" href="/news/entertainment-arts-30167527" title="Blind Massage in Golden Horse sweep" rev="entertainment|homepage|na|r|t|i|image|content"> <span class="media_image"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/144-81/79210000/jpg/_79210127_lou_ye_reuters.jpg" width="144" height="81" alt="Lou Ye" /> </span> <span class="media_title"> Blind Massage in Golden Horse sweep </span> </a> <ul class="media_link_list"> <li class="media_link_list_item first"> <a class="media_link" href="/news/entertainment-arts-30142581" title="O'Keeffe work sets female art record" rev="entertainment|homepage|na|r|t|i|text|content"> O'Keeffe work sets female art record </a> </li> <li class="media_link_list_item last"> <a class="media_link" href="/news/entertainment-arts-30167523" title="Cosby defends rape claims silence" rev="entertainment|homepage|na|r|t|i|text|content"> Cosby defends rape claims silence </a> </li> </ul> </div> <div class="grid_5"> <h2 class="module_title"> <a href="http://www.bbc.co.uk/news/health/" rev="health|homepage|na|r|t|i|text|headline"> Health </a> </h2> <a class="media_link" href="/news/world-africa-30160659" title="Ebola 'stable' in Guinea - WHO" rev="health|homepage|na|r|t|i|image|content"> <span class="media_image"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/144-81/79199000/jpg/_79199023_79199022.jpg" width="144" height="81" alt="Health workers take a patient to an Ebola treatment centre, Macenta, Guinea, 21 November 2014" /> </span> <span class="media_title"> Ebola 'stable' in Guinea - WHO </span> </a> <ul class="media_link_list"> <li class="media_link_list_item first"> <a class="media_link" href="/news/health-30127275" title="Female bosses 'more depressed'" rev="health|homepage|na|r|t|i|text|content"> Female bosses 'more depressed' </a> </li> <li class="media_link_list_item last"> <a class="media_link" href="/news/health-30122015" title="Obesity 'costing same as smoking'" rev="health|homepage|na|r|t|i|text|content"> Obesity 'costing same as smoking' </a> </li> </ul> </div> <div class="grid_5"> <h2 class="module_title"> <a href="http://www.bbc.co.uk/news/technology/" rev="technology|homepage|na|r|t|i|text|headline"> Technology </a> </h2> <a class="media_link" href="/news/technology-30146176" title="Police make computer hijack arrests" rev="technology|homepage|na|r|t|i|image|content"> <span class="media_image"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/144-81/79176000/jpg/_79176117_79176116.jpg" width="144" height="81" alt="NCA raid" /> </span> <span class="media_title"> Police make computer hijack arrests </span> </a> <ul class="media_link_list"> <li class="media_link_list_item first"> <a class="media_link" href="/news/technology-30144073" title="Google tries ad-free net experiment" rev="technology|homepage|na|r|t|i|text|content"> Google tries ad-free net experiment </a> </li> <li class="media_link_list_item last"> <a class="media_link" href="/news/technology-30144069" title="Robots face new creativity test" rev="technology|homepage|na|r|t|i|text|content"> Robots face new creativity test </a> </li> </ul> </div> <div class="grid_5 last"> <h2 class="module_title"> <a href="http://www.bbc.co.uk/news/science_and_environment/" rev="science|homepage|na|r|t|i|text|headline"> Science & Environment </a> </h2> <a class="media_link" href="/news/science-environment-30132554" title="Climate fund receives $9.3bn pledge" rev="science|homepage|na|r|t|i|image|content"> <span class="media_image"> <img src="http://ichef.bbci.co.uk/wwhp/ic/news/144-81/79139000/jpg/_79139943_79139941.jpg" width="144" height="81" alt="A passenger airliner and birds fly past a coal-fired power plant in Beijing, China - 13 November 2014" /> </span> <span class
|
|||
|
<script type="text/javascript">BBC.adverts.write("native_main_large",false);</script>
|
|||
|
</div>
|
|||
|
<script type="text/javascript">BBC.adverts.show("native_main_large");</script>
|
|||
|
<!-- MarketingPromo: not ModuleInterface (not an object) -->
|
|||
|
<!-- module: module-full-width --> <!-- SimpleModuleBase: not ModuleInterface (not an object) -->
|
|||
|
<div class="features module_wrapper"> <div class="container module_compound"> <div class="module2 half_module earth"> <h2 class="module_title"> <a href="http://www.bbc.com/earth" rev="earth|homepage|na|r|t|i|text|headline"> Earth </a> </h2> <div class="sponsor sponsor_earth"> <div id="bbccom_module_earth" 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_earth",false, {title:""}); } /*]]>*/ </script> </div> </div> </div> <script type="text/javascript"> /*<![CDATA[*/ if(typeof BBC != 'undefined' && typeof BBC.adverts != 'undefined'){ BBC.adverts.show("module_earth"); } /*]]>*/ </script> </div> <div class="hero2"> <a class="hero_image_link" href="http://www.bbc.com/earth/story/20141122-the-truth-about-lemmings" title="The truth about lemmings" rev="earth|homepage|na|r|t|i|hero|content"> <img src="http://ichef.bbci.co.uk/wwfeatures/304_171/images/live/p0/2c/k9/p02ck95n.jpg" width="304" height="171" alt="The truth about lemmings" class="hero_image" /> <span class="hero_image_overlay"> </span> </a> <h3 class="hero_title"> <a href="http://www.bbc.com/earth/story/20141122-the-truth-about-lemmings" title="The truth about lemmings" rev="earth|homepage|na|r|t|i|hero|content"> The truth about lemmings</a> </h3> <p class="hero_summary"> There's more to lemmings than suicide </p> </div> <ul class="media_link_list"> <li class="media_link_list_item first"> <a class="media_link" href="http://www.bbc.com/earth/story/20141121-the-rarest-plants-in-the-world" title="The 9 rarest plants in the world" rev="earth|homepage|na|r|t|i|text|content"> The 9 rarest plants in the world </a> </li> <li class="media_link_list_item last"> <a class="media_link" href="http://www.bbc.com/earth/story/20141120-a-hunting-barn-own-in-slow-motion" title="A hunting barn owl in slow-motion" rev="earth|homepage|na|r|t|i|text|content"> <span class="icon icon_inline icon_video"></span>A hunting barn owl in slow-motion </a> </li> </ul> </div> <div class="module2 half_module capital"> <h2 class="module_title"> <a href="http://www.bbc.com/capital" rev="capital|homepage|na|r|t|i|text|headline"> Capital </a> </h2> <div class="sponsor sponsor_capital"> <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="hero2"> <a class="hero_image_link" href="http://www.bbc.com/capital/story/20141121-due-tomorrow-ill-start-tonight" title="Due tomorrow? I’ll start tonight" rev="capital|homepage|na|r|t|i|hero|content"> <img src="http://ichef.bbci.co.uk/wwfeatures/304_171/images/live/p0/2c/jg/p02cjgg1.jpg" width="304" height="171" alt="Due tomorrow? I’ll start tonight" class="hero_image" /> <span class="hero_image_overlay"> </span> </a> <h3 class="hero_title"> <a href="http://www.bbc.com/capital/story/20141121-due-tomorrow-ill-start-tonight" title="Due tomorrow? I’ll start tonight" rev="capital|homepage|na|r|t|i|hero|content"> Due tomorrow? I’ll start tonight</a> </h3> <p class="hero_summary"> Procrastination: why we push things off until the last hour </p> </div> <ul class="media_link_list"> <li class="media_link_list_item first"> <a class="media_link" href="http://www.bbc.com/capital/story/20141118-the-worlds-longest-commutes" title="The world’s lon
|
|||
|
<script type="text/javascript">BBC.adverts.write("native_promo_top",false);</script>
|
|||
|
</div>
|
|||
|
<script type="text/javascript">BBC.adverts.show("native_promo_top");</script>
|
|||
|
<div class="module_wrapper"> <div class="module2 spotlight sub_module module_padded" id="spotlight_0"> <h2 class="module_title"> <a href="http://www.bbc.com/future/columns/life-connected" rev="spotlight20|homepage|na|r|t|i|text|headline"> Life connected </a> </h2> <div class="sponsor sponsor_spotlight2"> <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:"lifeconnected"}); } /*]]>*/ </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 class="module_contents"> <div class="hero2"> <a class="hero_image_link" href="http://www.bbc.com/future/story/20141120-is-tech-transforming-language" title="Is tech transforming language?" rev="spotlight20|homepage|na|r|t|i|hero|content"> <img src="http://ichef.bbci.co.uk/wwhp/ic/ibroadcast/336-189/images/live/p0/24/04/p02404zt.jpg" width="336" height="189" alt="Wors" class="hero_image" /> <span class="hero_image_overlay"> </span> </a> <h3 class="hero_title"> <a href="http://www.bbc.com/future/story/20141120-is-tech-transforming-language" title="Is tech transforming language?" rev="spotlight20|homepage|na|r|t|i|hero|content"> Is tech transforming language?</a> </h3> <p class="hero_summary"> Many think texts and tweets are crimes against proper grammar, but linguist Ben Zimmer argues that this misses the point. </p> </div> </div> </div> <div class="module2 spotlight sub_module module_padded" id="spotlight_1"> <h2 class="module_title"> <a href="http://www.bbc.co.uk/programmes/n13xtmtp" rev="spotlight21|homepage|na|r|t|i|text|headline"> the travel show </a> </h2> <div class="sponsor sponsor_spotlight2"> <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:"thetravelshow"}); } /*]]>*/ </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 class="module_contents"> <div class="hero2"> <a class="hero_image_link" href="http://www.bbc.com/travel/feature/20140908-cruising-one-of-londons-most-historical-hand-built-canals" title="London's 200-year-old hidden canal" rev="spotlight21|homepage|na|r|t|i|hero|content"> <img src="http://ichef.bbci.co.uk/wwhp/ic/ibroadcast/336-189/images/live/p0/2c/hx/p02chx6d.jpg" width="336" height="189" alt="Regent's Canal" class="hero_image" /> <span class="hero_image_overlay"> </span> </a> <h3 class="hero_title"> <a href="http://www.bbc.com/travel/feature/20140908-cruising-one-of-londons-most-historical-hand-built-canals" title="London's 200-year-old hidden canal" rev="spotlight21|homepage|na|r|t|i|hero|content"> London's 200-year-old hidden canal</a> </h3> <p class="hero_summary"> Fancy a break from the busy streets of Central London? Take in the city wildlife while cruising down charming, cafe-lined Regent's Canal, a historic waterway that was built by hand. </p> </div> <ul class="media_link_list"> <li class="media_link_list_item first last"> <a class="media_link" href="http://www.bbc.com/travel/feature/20140815-living-in-the-worlds-most-visited-cities" title="Living in: The world's most visited cities" rev="spotlight21|homepage|na|r|t|i|text|content"> Living in: The world's most visited cities <
|
|||
|
<script type="text/javascript">BBC.adverts.write("native_promo_bottom",false);</script>
|
|||
|
</div>
|
|||
|
<script type="text/javascript">BBC.adverts.show("native_promo_bottom");</script>
|
|||
|
<div class="module2 sub_module clearfix most_popular"> <h2 class="module_title"> <span>Most Popular in News</span> </h2> <div class="most_popular_content clearfix"> <div class="livestats livestats-tabbed contentBlock topTabs" id="most_popular_tabs"> <h3 class="tab"> <a href="#" id="most_popular_tabs_shared_link">Shared</a> </h3> <div class="panel" id="most_popular_tabs_shared"> <ul class="most_popular_list clearfix"> <li class="first-child"> <a href="http://www.bbc.co.uk/news/magazine-30122030" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-1">1</span> Jerusalem's 800-year-old Indian hospice </a> </li> <li class=""> <a href="http://www.bbc.co.uk/news/magazine-30129713" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-2">2</span> The writer who foresaw the rise of the totalitarian state </a> </li> <li class=""> <a href="http://news.bbc.co.uk/2/hi/programmes/from_our_own_correspondent/8015480.stm" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-3">3</span> From 'palazzo' to pastures new </a> </li> <li class=""> <a href="http://www.bbc.co.uk/news/world-us-canada-30166759" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-4">4</span> Ex-Washington Mayor Marion Barry dies </a> </li> <li class=""> <a href="http://www.bbc.co.uk/news/magazine-29352004" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-5">5</span> Will mayors one day rule the world? </a> </li> </ul> </div> <h3 class="tab"> <a href="#" id="most_popular_tabs_read_link">Read</a> </h3> <div class="panel" id="most_popular_tabs_read"> <ul class="most_popular_list clearfix"> <li class="first-child"> <a href="http://www.bbc.co.uk/news/magazine-30122030" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-1">1</span> Jerusalem's 800-year-old Indian hospice </a> </li> <li class=""> <a href="http://www.bbc.co.uk/news/magazine-30129713" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-2">2</span> The writer who foresaw the rise of the totalitarian state </a> </li> <li class=""> <a href="http://www.bbc.co.uk/news/world-africa-30167886" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-3">3</span> 'Boko Haram' kills Nigeria fishermen </a> </li> <li class=""> <a href="http://www.bbc.co.uk/news/uk-england-30167555" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-4">4</span> Charing Cross closed after fire </a> </li> <li class=""> <a href="http://www.bbc.co.uk/news/uk-politics-30167160" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-5">5</span> UK 'unlikely to meet' migration target </a> </li> </ul> </div> <h3 class="tab selected"> <a href="#" id="most_popular_tabs_media_link">Watched/Listened</a> </h3> <div class="panel selected" id="most_popular_tabs_media"> <ul class="most_popular_list clearfix"> <li class="first-child"> <a href="http://www.bbc.co.uk/news/world-europe-30166572" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-1">1</span> Trierweiler: 'It wasn't a suicide attempt' </a> </li> <li class=""> <a href="http://www.bbc.co.uk/news/world-europe-25900540" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-2">2</span> Hollande saga 'stain on France' </a> </li> <li class=""> <a href="http://www.bbc.co.uk/news/entertainment-arts-30155434" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-3">3</span> Kim Kardashian's bottom: Work of art? </a> </li> <li class=""> <a href="http://www.bbc.co.uk/news/video_and_audio/" rev="mostpopular|homepage|na|r|t|i|text|content"> <span class="livestats-icon livestats-4">4</span> One-minute World News </a> </li> <li class=""> <a href="http://www.bbc.co.uk/news/world-asia-india-30161172" rev="mostpopula
|
|||
|
<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 © 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 flagpole: ON -->
|
|||
|
|
|||
|
|
|||
|
<!-- 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 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.com/",
|
|||
|
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+='&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+='&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&cg=0&cc=1&si=", encodeURI(window.location.href), "&rp=",
|
|||
|
encodeURI(document.referrer), "&ts=compact&rnd=", (new Date()).getTime()].join('');
|
|||
|
})();
|
|||
|
}
|
|||
|
/*]]>*/
|
|||
|
</script>
|
|||
|
<!-- End Nielsen Online SiteCensus V6.0 -->
|
|||
|
|
|||
|
|
|||
|
<!-- Effective Measure BBCCOM-1195 -->
|
|||
|
<script type="text/javascript">
|
|||
|
/*<![CDATA[*/
|
|||
|
if (BBC.adverts.isActive('analytics')) {
|
|||
|
(function() {
|
|||
|
var em = document.createElement('script'); em.type = 'text/javascript'; em.async = true;
|
|||
|
em.src = ('https:' == document.location.protocol ? 'https://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… </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="http://www.bbc.com/capital" >Capital</a> </li> </ul> <ul> <li> <a href="/food/" >Food</a> </li> <li> <a href="/history/" >History</a> </li> <li> <a href="/comedy/" >Comedy</a> </li> </ul> <ul> <li> <a href="/music/" >Music</a> </li> <li> <a href="/science/" >Science</a> </li> <li> <a href="/learning/" >Learning</a> </li> </ul> <ul> <li> <a href="/local/" >Local</a> </li> <li> <a href="http://www.bbc.com/travel/" >Travel</a> </li> <li> <a href="/nature/" >Nature</a> </li> </ul> </div> </div> ]]></script> </body> </html>
|