{"id":7678,"date":"2015-02-20T10:49:57","date_gmt":"2015-02-20T08:49:57","guid":{"rendered":"http:\/\/www.malcolmblair-robinson.co.uk\/wordpress\/?p=7678"},"modified":"2015-02-20T10:49:57","modified_gmt":"2015-02-20T08:49:57","slug":"russiauk-foreign-office-gets-it-wrong","status":"publish","type":"post","link":"https:\/\/www.malcolmblair-robinson.co.uk\/wordpress\/?p=7678","title":{"rendered":"Russia:UK Foreign Office Gets It Wrong"},"content":{"rendered":"<p><em><strong>BBC News &#8211; Ukraine: UK and EU &#8216;badly misread&#8217; Russia<!-- THIS FILE CONFIGURES SHARED HIGHWEB STATIC ASSETS --><!-- mapping_news.inc --><!-- THIS FILE CONFIGURES NEWS STATIC ASSETS  --><!-- THIS FILE CONFIGURES VOTE 2012 STATIC ASSETS  --><!-- hi\/shared\/head_initial.inc --><!-- IGOR News --><!-- set CPS_HTTP_HOST_DOMAIN for news and ww1 --><!-- hi\/news\/head_first.inc --><!-- Chartbeat Web Analytics code - start --><script src=\"http:\/\/b.scorecardresearch.com\/beacon.js\" async=\"true\"><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\nvar _sf_startpt=(new Date()).getTime()\n\/\/ ]]><\/script><!-- Chartbeat Web Analytics code - end --><!-- Project IGOR - Barlesque redirection logic - START --><script>\/\/ <![CDATA[\nwindow.bbcredirection = {\n            \n                device: true,\n                geo: true\n            \n        }\n\/\/ ]]><\/script><!-- Project IGOR - Barlesque redirection logic - END --><!-- PULSE_ENABLED:yes --><!-- vars inc blq_cachebust_journalism update 1.21.26 --><script type=\"text\/javascript\">\/\/ <![CDATA[\nwindow.orb = window.orb || {};\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n(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&#038;&#038;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();\n\/\/ ]]><\/script><script src=\"https:\/\/ssl.bbc.co.uk\/frameworks\/fig\/1\/fig.js\"><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n fig.manager.confirm(); \n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n(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&#038;&#038;(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&#038;&#038;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]&#038;&#038;this._segmentSet.indexOf(overrides[this._id])==-1){throw new Error(\"Invalid Override: overridden segment should exist in segments array\")}}if(overrides!==null&#038;&#038;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&#038;&#038;now<this._signupEndTs&#038;&#038;now<=this._endTs&#038;&#038;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&#038;&#038;+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&#038;&#038;rollingExpire>winner){winner=rollingExpire}else{if(+data[key].end>winner){winner=+data[key].end}}}return(winner)?new Date(winner):new Date(rollingExpire)}window.bbc.Mandolin.prototype.log=function(params){log.call(this,\"mandolin_log\",params)};window.bbc.Mandolin.prototype.convert=function(params){log.call(this,\"mandolin_convert\",params);this.convert=function(){}};function daysFromNow(n){var endDate;endDate=new Date().getTime()+(n*60*60*24)*1000;return endDate}function pick(segments,rate){var picked,min=0,max=segments.length-1;if(typeof rate===\"number\"&&Math.random()>rate){return null}do{picked=Math.floor(Math.random()*(max-min+1))+min}while(picked>max);return segments[picked]}window.bbc.Mandolin.Storage=function(name){validateCookieName(name);this._cookieName=name;this._isEnabled=(bbccookies.isAllowed(this._cookieName)===true&&bbccookies.cookiesEnabled()===true)};window.bbc.Mandolin.Storage.prototype.setItem=function(key,value){var storeData=this.getItems();storeData[key]=value;this.save(storeData);return value};window.bbc.Mandolin.Storage.prototype.isEnabled=function(){return this._isEnabled};window.bbc.Mandolin.Storage.prototype.getItem=function(key){var storeData=this.getItems();return storeData[key]};window.bbc.Mandolin.Storage.prototype.removeItem=function(key){var storeData=this.getItems();delete storeData[key];this.save(storeData)};window.bbc.Mandolin.Storage.prototype.getItems=function(){return deserialise(this.readCookie(this._cookieName)||\"\")};window.bbc.Mandolin.Storage.prototype.save=function(data){window.bbccookies.set(this._cookieName+\"=\"+encodeURIComponent(serialise(data))+\"; expires=\"+getLastExpirationDate(data).toUTCString()+\";\")};window.bbc.Mandolin.Storage.prototype.readCookie=function(name){var nameEq=name+\"=\",ca=window.bbccookies.get().split(\"; \"),i,c;validateCookieName(name);for(i=0;i<ca.length;i++){c=ca[i];if(c.indexOf(nameEq)===0){return decodeURIComponent(c.substring(nameEq.length,c.length))}}return null};function serialise(o){var str=\"\";for(var p in o){if(o.hasOwnProperty(p)){str+='\"'+p+'\"'+\":\"+(typeof o[p]===\"object\"?(o[p]===null?\"null\":\"{\"+serialise(o[p])+\"}\"):'\"'+o[p].toString()+'\"')+\",\"}}return str.replace(\/,\\}\/g,\"}\").replace(\/,$\/g,\"\")}function deserialise(str){var o;str=\"{\"+str+\"}\";if(!validateSerialisation(str)){throw\"Invalid input provided for deserialisation.\"}eval(\"o = \"+str);return o}var validateSerialisation=(function(){var OBJECT_TOKEN=\"<Object>\",ESCAPED_CHAR='\"\\\\n\\\\r\\\\u2028\\\\u2029\\\\u000A\\\\u000D\\\\u005C',ALLOWED_CHAR=\"([^\"+ESCAPED_CHAR+\"]|\\\\\\\\[\"+ESCAPED_CHAR+\"])\",KEY='\"'+ALLOWED_CHAR+'+\"',VALUE='(null|\"'+ALLOWED_CHAR+'*\"|'+OBJECT_TOKEN+\")\",KEY_VALUE=KEY+\":\"+VALUE,KEY_VALUE_SEQUENCE=\"(\"+KEY_VALUE+\",)*\"+KEY_VALUE,OBJECT_LITERAL=\"({}|{\"+KEY_VALUE_SEQUENCE+\"})\",objectPattern=new RegExp(OBJECT_LITERAL,\"g\");return function(str){if(str.indexOf(OBJECT_TOKEN)!==-1){return false}while(str.match(objectPattern)){str=str.replace(objectPattern,OBJECT_TOKEN)}return str===OBJECT_TOKEN}})();function validateCookieName(name){if(name.match(\/ ,;\/)){throw\"Illegal name provided, must be valid in browser cookie.\"}}})();\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\nif (typeof bbccookies_flag === 'undefined') { bbccookies_flag = 'ON'; } showCTA_flag = true; cta_enabled = (showCTA_flag &#038;&#038; (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&#038;&#038;\"|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.6\/script\/bbccookies.js\"><\\\/script>';if(window.bbccookies_flag===\"ON\"&&!bbccookies._acceptsAll()&&!window.bbccookies_disable){document.write(o)}}n()})();\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n if (! window.gloader) { window.gloader = [ \"glow\", {map: \"http:\/\/node1.bbcimg.co.uk\/glow\/glow\/map.1.7.7.js\"}]; } \n\/\/ ]]><\/script><script src=\"http:\/\/node1.bbcimg.co.uk\/glow\/gloader.0.1.6.js\" type=\"text\/javascript\"><\/script><script src=\"http:\/\/node1.bbcimg.co.uk\/glow\/glow\/map.1.7.7.js\" type=\"text\/javascript\"><\/script><!--orb.ws.require.lib--><script type=\"text\/javascript\">\/\/ <![CDATA[\nif (typeof window.define !== 'function' || typeof window.require !== 'function') { document.write('<script class=\"js-require-lib\" src=\"http:\/\/static.bbci.co.uk\/frameworks\/requirejs\/lib.js\"><'+'\/script>'); }\n\/\/ ]]><\/script><script class=\"js-require-lib\" src=\"http:\/\/static.bbci.co.uk\/frameworks\/requirejs\/lib.js\"><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n  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.25.1\/modules\/istats-1\", \"relay-1\":\"http:\/\/static.bbci.co.uk\/frameworks\/relay\/0.2.6\/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\", \"bump-3\":\"\/\/emp.bbci.co.uk\/emp\/bump-3\/bump-3\"}; require({ baseUrl: 'http:\/\/static.bbci.co.uk\/', paths: bbcRequireMap, waitSeconds: 30 }); \n\/\/ ]]><\/script><script src=\"http:\/\/static.bbci.co.uk\/frameworks\/barlesque\/2.83.4\/desktop\/3.5\/script\/barlesque.js\" type=\"text\/javascript\"><\/script><!-- [if (IE 7])|(IE 8)>\n    \n\n<style type=\"text\/css\">\n        .blq-clearfix {\n            display: inline-block;\n        }\n    <\/style>\n\n\n<![endif]--><script type=\"text\/javascript\">\/\/ <![CDATA[\n     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'; } \n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\nfunction oqsSurveyManager(w, flag) { if (flag !== 'OFF') { w.document.write('<script type=\"text\/javascript\" src=\"http:\/\/static.bbci.co.uk\/frameworks\/barlesque\/2.83.4\/desktop\/3.5\/script\/vendor\/edr.js\"><'+'\/script>'); } } oqsSurveyManager(window, 'ON');\n\/\/ ]]><\/script><script src=\"http:\/\/static.bbci.co.uk\/frameworks\/barlesque\/2.83.4\/desktop\/3.5\/script\/vendor\/edr.js\" type=\"text\/javascript\"><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n if(typeof identity == 'undefined'){ identity = {}; } idProperties = { 'env': 'live', 'staticServer': 'http:\/\/', 'dynamicServer': 'http:\/\/id.bbc.co.uk', 'secureServer': 'https:\/\/id.bbc.co.uk', 'assetVersion': '3.27.2', 'assetPath': 'http:\/\/static.bbci.co.uk\/modules\/identity\/statusbar\/3.27.2\/' }; \n\/\/ ]]><\/script><script src=\"http:\/\/static.bbci.co.uk\/modules\/identity\/statusbar\/3.27.2\/script\/id-core.js\" type=\"text\/javascript\"><\/script><script class=\"gloaded sync\" src=\"http:\/\/node1.bbcimg.co.uk\/glow\/glow\/1.7.7\/core\/core.js\" type=\"text\/javascript\"><\/script><script class=\"gloaded sync\" src=\"http:\/\/node1.bbcimg.co.uk\/glow\/glow\/1.7.7\/widgets\/widgets.js\" type=\"text\/javascript\"><\/script><script src=\"http:\/\/static.bbci.co.uk\/modules\/identity\/statusbar\/3.27.2\/script\/id.js\" type=\"text\/javascript\"><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\nwindow.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);\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\ndefine('id-statusbar-config', { 'translation_signedout': \"Sign in\", 'translation_signedin': \"Your account\", 'use_overlay' : false, 'signin_url' : \"https:\/\/ssl.bbc.co.uk\/id\/signin?ptrt=http:\/\/www.bbc.co.uk\/news\/uk-31545744\", 'locale' : \"en-GB\", 'policyname' : \"\", 'ptrt' : \"http:\/\/www.bbc.co.uk\/news\/uk-31545744\" });\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n (function () { if (! window.require) { throw new Error('idcta: could not find require'); } var map = {}; map['idapp-1'] = 'http:\/\/static.bbci.co.uk\/idapp\/0.63.26\/modules\/idapp\/idapp-1'; map['idcta\/idcta-1'] = 'http:\/\/static.bbci.co.uk\/id\/0.25.0\/modules\/idcta\/idcta-1'; map['idcta\/idCookie'] = 'http:\/\/static.bbci.co.uk\/id\/0.25.0\/modules\/idcta\/idCookie'; map['idcta\/overlayManager'] = 'http:\/\/static.bbci.co.uk\/id\/0.25.0\/modules\/idcta\/overlayManager'; require({paths: map}); define('id-config', {\"idapp\":{\"version\":\"0.63.26\",\"hostname\":\"ssl.bbc.co.uk\",\"insecurehostname\":\"www.bbc.co.uk\",\"tld\":\"bbc.co.uk\"},\"idtranslations\":{\"version\":\"0.31.1\"},\"identity\":{\"baseUrl\":\"https:\\\/\\\/talkback.live.bbc.co.uk\\\/identity\",\"cookieAgeDays\":730},\"pathway\":{\"name\":null,\"staticAssetUrl\":\"http:\\\/\\\/static.bbci.co.uk\\\/idapp\\\/0.63.26\\\/modules\\\/idapp\\\/idapp-1\\\/View.css\"}}); })(); \n\/\/ ]]><\/script><!-- shared\/head --><script type=\"text\/javascript\">\/\/ <![CDATA[\ngloader.load([\"glow\",\"1\",\"glow.dom\"],{onLoad:function(glow){glow.dom.get(\"html\").addClass(\"blq-js\")}});\ngloader.load([\"glow\",\"1\",\"glow.dom\"],{onLoad:function(glow){glow.ready(function(){if (glow.env.gecko){var gv = glow.env.version.split(\".\");for (var i=gv.length;i<4;i++){gv[i]=0;}if((gv[0]==1 &#038;&#038; gv[1]==9 &#038;&#038; gv[2]==0)||(gv[0]==1 &#038;&#038; gv[1]<9)||(gv[0]<1)){glow.dom.get(\"body\").addClass(\"firefox-older-than-3-5\");}}});}});\n\nwindow.disableFacebookSDK=true;\nif (window.location.pathname.indexOf('+')>=0){window.disableFacebookSDK=true;}\n\/\/ ]]><\/script><script src=\"http:\/\/static.bbci.co.uk\/frameworks\/jquery\/0.3.0\/sharedmodules\/jquery-1.9.1.js\" async=\"true\" type=\"text\/javascript\" charset=\"utf-8\" data-requirecontext=\"_\" data-requiremodule=\"jquery-1.9\"><\/script><script src=\"http:\/\/static.bbci.co.uk\/frameworks\/istats\/0.25.1\/modules\/istats-1.js\" async=\"true\" type=\"text\/javascript\" charset=\"utf-8\" data-requirecontext=\"_\" data-requiremodule=\"istats-1\"><\/script><script src=\"http:\/\/news.bbcimg.co.uk\/js\/locationservices\/locator\/v4_0\/locator.js\" type=\"text\/javascript\"><\/script><script src=\"http:\/\/news.bbcimg.co.uk\/js\/core\/3_3_1\/bbc_fmtj.js\" type=\"text\/javascript\"><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\nbbc.fmtj.page = {\n\t\tserverTime: 1424421509000,\n\t\teditionToServe: 'domestic',\n\t\tqueryString: null,\n\t\tsection: 'uk',\n\t\tsectionPath: '\/UK',\n\t\tsiteName: 'BBC News',\n\t\tsiteToServe: 'news',\n\t\tsiteVersion: 'cream',\n\t\tstoryId: '31545744',\n\t\tassetType: 'story',\n\t\turi: '\/news\/uk-31545744',\n\t\tcountry: 'gb',\n\t\tmasthead: false,\n\t\tadKeyword: null,\n\t\ttemplateVersion: 'v1_0',\n\t\tcounterName: 'news.uk.story.31545744.page'\n\t}\n\/\/ ]]><\/script><script src=\"http:\/\/news.bbcimg.co.uk\/js\/common\/3_2_1\/bbc_fmtj_common.js\" type=\"text\/javascript\"><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n$useMap({map:\"http:\/\/news.bbcimg.co.uk\/js\/map\/map_0_0_35.js\"});\n\/\/ ]]><\/script><script src=\"http:\/\/news.bbcimg.co.uk\/js\/map\/map_0_0_35.js\" type=\"text\/javascript\"><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n$loadView(\"0.0\",[\"bbc.fmtj.view\"]);\n\/\/ ]]><\/script><script class=\"gloaded sync\" src=\"http:\/\/news.bbcimg.co.uk\/js\/view\/0_0_35\/view.js\" type=\"text\/javascript\"><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n$render(\"livestats-heatmap\");\n\/\/ ]]><\/script><script src=\"http:\/\/news.bbcimg.co.uk\/js\/config\/apps\/4_7_2\/bbc_fmtj_config.js\" type=\"text\/javascript\"><\/script><!-- add Bump3 to the require map --><script type=\"text\/javascript\">\/\/ <![CDATA[\n    if (typeof bbcRequireMap !== 'undefined' &#038;&#038; bbcRequireMap[\"jquery-1.9\"] === undefined &#038;&#038; bbcRequireMap[\"jquery-1\"]) {\n        var jquery19Path = bbcRequireMap[\"jquery-1\"].replace(\/0.(1|2).(1|4)\/, '0.3.0').replace(\/jquery-1.(5|7).(1|2)\/, 'jquery-1.9.1');\n        require({\n            paths : {\n                \"jquery-1.9\": jquery19Path\n            }\n        });\n    }\n    if (typeof bbcRequireMap !== 'undefined' &#038;&#038; bbcRequireMap[\"swfobject-2\"]) {\n        require({\n            paths : {\n                \"swfobject-2\": bbcRequireMap[\"swfobject-2\"].replace('0.1.3', '0.1.10')\n            }\n        });\n    }\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n    require({\n        paths : {\n            \"bump-3\": \"http:\/\/emp.bbci.co.uk\/emp\/bump-3\/bump-3\"\n        }\n    });\n\/\/ ]]><\/script><!-- load glow and required modules --><script type=\"text\/javascript\">\/\/ <![CDATA[\ngloader.load(['glow', '1', 'glow.dom']);\n\/\/ ]]><\/script><!-- pull in our emp code --><script src=\"http:\/\/news.bbcimg.co.uk\/js\/app\/av\/emp\/2_1_8\/emp.js\" type=\"text\/javascript\"><\/script><!-- pull in compatibility.js --><script src=\"http:\/\/news.bbcimg.co.uk\/js\/app\/av\/emp\/2_1_8\/compatibility.js\" type=\"text\/javascript\"><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n\/\/ set site specific config\n\nbbc.fmtj.av.emp.configs.push('news');\n\n\nrequire(['jquery-1'], function ($) {\n    $(document).ready(function () {\n        bbc.fmtj.av.emp.loadAll();\n    });\n});\n\/\/ ]]><\/script><!-- Check for advertising testing --><!-- shared\/head_story --><!-- THESE STYLESHEETS VARY ACCORDING TO PAGE CONTENT --><!-- js story view --><script type=\"text\/javascript\">\/\/ <![CDATA[\n$loadView(\"0.0\",[\"bbc.fmtj.view.news.story\"]);\n\/\/ ]]><\/script><script class=\"gloaded sync\" src=\"http:\/\/news.bbcimg.co.uk\/js\/view\/0_0_35\/news-story.js\" type=\"text\/javascript\"><\/script><script src=\"http:\/\/static.bbci.co.uk\/frameworks\/jquery\/0.3.0\/sharedmodules\/jquery-1.7.2.js\" async=\"true\" type=\"text\/javascript\" charset=\"utf-8\" data-requirecontext=\"_\" data-requiremodule=\"jquery-1\"><\/script><!-- EMP --><script src=\"http:\/\/news.bbc.co.uk\/js\/app\/av\/emp\/compatibility.js\" type=\"text\/javascript\"><\/script><!-- \/EMP --><!-- #CREAM hi news domestic head.inc --><script type=\"text\/javascript\">\/\/ <![CDATA[\n\tif(undefined !== bbc &#038;&#038; undefined !== bbc.fmtj){\n\t\tbbc.fmtj.makeNewsSurveyConfig = function(surveyId,probabilityRate){\t\n\t\t\tif(surveyId !== undefined){\n\t\t\t\tpulse.localSurvey = {\n\t\t\t\t\t'active' : true,\n\t\t\t\t\t'URLFormat' : 'http:\/\/ecustomeropinions.com\/survey\/survey.php?sid='+ surveyId,\n\t\t\t\t\t'probability' : probabilityRate,\n\t\t\t\t\t'translations' : {\n\t\t\t\t\t\t'intro' : 'We are always looking to improve the site and your opinions count.',\n\t\t\t\t\t\t'question' : 'Do you have a few minutes to tell us what you think about this site?'\n\t\t\t\t\t}\t\t\t\t\n\t\t\t\t}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t}\n\t\t};\n\t}\n\t\n\/\/ ]]><\/script><!-- is suitable for ads adding isadvertise ... --><!-- features_enabled.inc --><script type=\"text\/javascript\">\/\/ <![CDATA[\nif(bbcdotcom===undefined){var bbcdotcom={init:function(a){},objects:function(a){return false},domLoaded:false,data:{ads:0,stats:0,statsProvider:null},adverts:{slot:function(b,a){},layout:{reset:function(){}}},config:{isActive:function(a){return false}},addLoadEvent:function(a){var b=window.onload;if(typeof window.onload!==\"function\"){window.onload=a}else{window.onload=function(){if(b){b()}a()}}}}}bbcdotcom.objects=function(e,f,g){var d,a,c=arguments,b=e.split(\".\");if(f===undefined){f=\"valid\"}if(g===undefined){g=window}for(d=0,a=b.length;d<a;d++){if(g[b[d]]===undefined){if(f===\"create\"){g[b[d]]={}}else{return false}}else{if(typeof g[b[d]]===\"function\"){if(typeof c[1]!==\"undefined\"&#038;&#038;c[1]!==null&#038;&#038;g[b[d]](c[1])!==undefined){return g[b[d]](c[1])}else{if(g[b[d]]()!==undefined){return g[b[d]]()}}}}g=g[b[d]]}return g};bbcdotcom.objects(\"bbcdotcom.stats\",\"create\");if(BBC===undefined){var BBC={}}if(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(){}}};\n\/\/ ]]><\/script><!-- BBCCOM client-side --><script type=\"text\/javascript\">\/\/ <![CDATA[\nif (typeof orb !== 'undefined' &#038;&#038; typeof orb.fig === 'function') {\n        bbcdotcom.data = {\n            a: orb.fig('ad')? 1 : 0,\n            b: (0 == orb.fig('uk')) ? 1 : 0,\n            c: orb.fig('ap')\n        };\n    } else {\n        document.write(unescape('%3Cscript type=\"text\/javascript\" src=\"http:\/\/tps.bbc.com\/wwscripts\/data\"%3E%3C\/script%3E'));\n    }\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\nif (typeof bbcdotcom.data == 'undefined' || typeof bbcdotcom.data.a == 'undefined' || typeof bbcdotcom.data.b == 'undefined' || typeof bbcdotcom.data.c == 'undefined') {\n        bbcdotcom.data = {a:0,b:0,c:0};\n    }\n    if (bbcdotcom.data.a == 1) {\n        document.write(unescape('%3Clink href=\"http:\/\/news.bbcimg.co.uk\/css\/screen\/shared\/0.3.306\/3pt_ads.css\" rel=\"stylesheet\" type=\"text\/css\" \/%3E'));\n        \n            document.write(unescape('%3Cscript type=\"text\/javascript\" src=\"http:\/\/www.bbc.co.uk\/wwscripts\/flag\"%3E%3C\/script%3E'));\n        \n    }\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\nif (typeof bbcdotcom.flag == 'undefined' || bbcdotcom.flag.a != 1) {\n        bbcdotcom.data.a = 0;\n    }\n\/\/ ]]><\/script><!-- BEGIN Krux Control Tag for \"BBC.com News\" --><script class=\"kxct\" type=\"text\/javascript\" data-version=\"1.9\" data-timing=\"async\" data-id=\"JZTWpGsM\">\/\/ <![CDATA[\nif (bbcdotcom.data.a == 1 || bbcdotcom.data.b == 1) {\n        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);\n        (function(){\n            var k=document.createElement('script');k.type='text\/javascript';k.async=true;\n            var m,src=(m=location.href.match(\/\\bkxsrc=([^&#038;]+)\/))&#038;&#038;decodeURIComponent(m[1]);\n            k.src = \/^https?:\\\/\\\/([a-z0-9_\\-\\.]+\\.)?krxd\\.net(:\\d{1,5})?\\\/\/i.test(src) ? src : src === \"disable\" ? \"\" :\n                (location.protocol===\"https:\"?\"https:\":\"http:\")+\"\/\/cdn.krxd.net\/controltag?confid=JZTWpGsM\"\n            ;\n            var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(k,s);\n        }());\n    }\n\/\/ ]]><\/script><!-- END Krux Controltag --><script type=\"text\/javascript\">\/\/ <![CDATA[\nif (bbcdotcom.data.a == 1 || bbcdotcom.data.b == 1) {\n        window.Krux||((Krux=function(){Krux.q.push(arguments);}).q=[]);\n        (function(){\n            function  retrieve(n){\n                var  m,  k='kx'+n;\n                if  (window.localStorage)  {\n                    return  window.localStorage[k]  ||  \"\";\n                }  else  if  (navigator.cookieEnabled)  {\n                    m  =  document.cookie.match(k+'=([^;]*)');\n                    return  (m  &#038;&#038;  unescape(m[1]))  ||  \"\";\n                }  else  {\n                    return  '';\n                }\n            }\n            Krux.user  =  retrieve('user');\n            Krux.segments  =  retrieve('segs')  ?  retrieve('segs').split(',')  :  [];\n            \/\/  DFP  Premium\n            var  dfpp  =  [];\n            if  (Krux.user)  {\n                dfpp.push('khost='  +  encodeURIComponent(location.hostname));\n                dfpp.push('kuid='  +  Krux.user);\n            }\n            for  (var  i  =  0;  i  <  Krux.segments.length;  i++  )  {\n                dfpp.push('ksg='  +  Krux.segments[i]);\n            }\n            Krux.dfppKeyValues  =  dfpp.length  ?  dfpp.join(';')  +  ';'  :  '';\n        })();\n    }\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\nif (bbcdotcom.data.a == 1 || bbcdotcom.data.b == 1) {\n        \n            document.write(unescape('%3Cscript type=\"text\/javascript\" src=\"http:\/\/news.bbcimg.co.uk\/js\/app\/bbccom\/0.3.306\/bbccom_all.js\"%3E%3C\/script%3E'));\n        \n    }\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\nif (bbcdotcom.data.a == 1 || bbcdotcom.data.b == 1) {\n        BBC.adverts.setData(bbcdotcom.data);\n        bbcdotcom.config.setAdsEnabled(bbcdotcom.data.a);\n        bbcdotcom.config.setAnalyticsEnabled(bbcdotcom.data.b);\n        bbcdotcom.dataOrb = {\n            ads: bbcdotcom.data.a,\n            stats: bbcdotcom.data.b,\n            statsProvider: bbcdotcom.data.c\n        };\n        bbcdotcom.config.init(undefined, bbcdotcom.dataOrb, window.location, window.document);\n        if(typeof bbcdotcom !== 'undefined' &#038;&#038; typeof bbcdotcom.survey !== 'undefined' &#038;&#038; typeof bbcdotcom.survey.init === 'function') {\n            bbcdotcom.survey.init();\n        }\n    }\n    \/*\n     * Native remove content for UK visitors\n     *\/\n    (function() {\n        if (bbcdotcom.data.b == 0) {\n            var adKeyword = bbcdotcom.objects('bbc.fmtj.page.adKeyword');\n            if(adKeyword &#038;&#038; adKeyword !== null &#038;&#038; typeof adKeyword === 'string' &#038;&#038; adKeyword.indexOf('native-') !== -1) {\n                document.write('\n\n<style >' +\n                                    '#storypage-container .story-body {display:none;}' +\n                                    '#native-uk-disclaimer {border: 2px solid;margin: 8px;padding: 16px;}' +\n                                '<\/style>\n\n');\n                require(['jquery-1'], function($) {\n                    $(function(){\n                        \/* Native advertising disclaimer *\/\n                        $( \".story-body\" ).html('\n\n\n<div id=\"native-uk-disclaimer\">' +\n                            '\n\n\n<h1>BBC Sport (International version)<\/h1>\n\n\n' +\n                            'We\\'re sorry but this article is not accessible from the UK as it is part of our ' +\n                            'international service and is not funded by the license fee.' +\n                            '<\/div>\n\n\n');\n                        $( \".story-body\" ).show();\n                    });\n                });\n            }\n        }\n    }());\n    bbcdotcom.objects('page', 'create', bbcdotcom);\n    bbcdotcom.page.edition = '(none)';\n    bbcdotcom.page.url = '\/news\/uk-31545744';\n    bbcdotcom.page.zoneFile = '3pt_zone_file';\n    bbcdotcom.page.http_host = 'www.bbc.co.uk';\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\nif(bbcdotcom.data.a == 1){(function(){switch(bbcdotcom.page.url){case\"\/\":case\"\/default.stm\":bbcdotcom.page.url=(bbcdotcom.page.edition===\"domestic\")?\"\/1\/hi\/default.stm\":\"\/2\/hi\/default.stm\";break;case\"\/sport\":case\"\/sport\/\":case\"\/sport\/default.stm\":bbcdotcom.page.url=(bbcdotcom.page.edition===\"domestic\")?\"\/sport1\/hi\/default.stm\":\"\/sport2\/hi\/default.stm\";break}BBC.adverts.setScriptRoot(\"http:\/\/news.bbcimg.co.uk\/js\/app\/bbccom\/0.3.306\/\");bbcdotcom.config.setJsPrefix(\"http:\/\/news.bbcimg.co.uk\/js\/app\/bbccom\/0.3.306\");bbcdotcom.config.setSwfPrefix(\"http:\/\/news.bbcimg.co.uk\/shared\/swf\/bbccom\/0.3.306\");bbcdotcom.config.setCssPrefix(\"http:\/\/news.bbcimg.co.uk\/css\/screen\/shared\/0.3.306\");BBC.adverts.setImgRoot(\"http:\/\/news.bbcimg.co.uk\/shared\/img\/bbccom\/\");BBC.adverts.init({domain:bbcdotcom.page.http_host,location:bbcdotcom.page.url,zoneVersion:bbcdotcom.page.zoneFile,zoneReferrer:document.referrer})}());(function(){if(typeof require!==\"undefined\"){require({paths:{bbcdotcom:\"http:\/\/news.bbcimg.co.uk\/js\/app\/bbccom\/0.3.306\"}})}})();if(BBC.adverts.getV6Gvl3()&#038;&#038;\"undefined\"!==typeof bbcdotcom.page.bddUseLatestFromTest){document.write(unescape('%3Cscript type=\"text\/javascript\" src=\"http:\/\/wwwpreview.test.newsonline.tc.nca.bbc.co.uk\/js\/app\/bbccom\/'+bbcdotcom.latest_version+'\/advert.js\"'))}else{if(BBC.adverts.getV6Gvl3()){document.write(unescape('%3Cscript type=\"text\/javascript\" src=\"http:\/\/news.bbcimg.co.uk\/js\/app\/bbccom\/0.3.306\/advert.js\"%3E%3C\/script%3E'))}}if(\/[?|&#038;]metadata=yes(&#038;|$)\/.test(window.location.search)){document.write(\"http:\/\/www.test.bbc.com\/wwscripts\/metadata?bbcdotcom_asset=\"+window.location.hostname+window.location.pathname)};}\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\nif (BBC.adverts.isActive('ads')) {\n        document.write(unescape('%3Cscript id=\"gnlAdsEnabled\" class=\"bbccom_display_none\"%3E%3C\/script%3E'));\n    }\n    if (BBC.adverts.isActive('analytics')) {\n        document.write(unescape('%3Cscript id=\"gnlAnalyticsEnabled\" class=\"bbccom_display_none\"%3E%3C\/script%3E'));\n    }\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n    require({\n        paths:{\n            \"bbcdotcom\": \"http:\/\/news.bbcimg.co.uk\/js\/app\/bbccom\/0.3.306\"\n        }\n    });\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\ndocument.write(unescape('%3Cscript id=\"continuous-play-enabled\" class=\"bbccom_display_none\"%3E%3C\/script%3E'));\n\/\/ ]]><\/script><script id=\"continuous-play-enabled\" class=\"bbccom_display_none\"><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n\tif(typeof BBC.adverts != 'undefined' &#038;&#038; typeof BBC.adverts.setPageVersion != 'undefined'){\n\t\tBBC.adverts.setPageVersion('(none)');\n\t}\n\/\/ ]]><\/script><!-- hi\/news\/head_last.inc --><script type=\"text\/javascript\">\/\/ <![CDATA[\n    (function () {\n        var beta_cookie = {\n            name: \"ckps_tablet_beta\",\n            urlQueryString: \"tablet-beta\",\n            optInValue: \"i\",\n            optOutValue: \"o\"\n        },\n\n        preference_cookie = {\n            name: \"ckps_d\",\n            tabletValue: \"t\"\n        },\n\n        beta_domain = window.location.hostname.match(\/com\/) ? \"http:\/\/m.bbc.com\" : \"http:\/\/m.bbc.co.uk\",\n\n        redirect_blacklist = [\n            'market_data'\n        ],\n\n        getParameterByName = function (name) {\n            var match = RegExp('[?&#038;]' + name + '=([^&#038;]*)').exec(window.location.search);\n            return match &#038;&#038; decodeURIComponent(match[1].replace(\/\\+\/g, ' '));\n        },\n\n        getCookieValue = function (cookie) {\n            var cookies = document.cookie.split(\";\");\n            var optInCookie;\n            var optInCookieValue;\n            var cookieIndex = cookies.length;\n\n            while(cookieIndex--) {\n                if(cookies[cookieIndex].indexOf(cookie.name) > -1) {\n                    optInCookie = cookies[cookieIndex];\n                    optInCookieValue = optInCookie.split('=').pop();\n\n                    return optInCookieValue;\n                }\n            }\n\n            return \"\";\n        },\n\n        setCookie = function (cookieToSet, valueToSet, days) {\n            days = days || 120;\n            var path = \"\/\";\n            var domain = window.location.hostname.match(\/com\/) ? \".bbc.com\" : \".bbc.co.uk\";\n            var date = new Date();\n            date.setTime(date.getTime() + days*24*60*60*1000);\n            var expires = \"; expires=\" + date.toGMTString();\n            document.cookie = cookieToSet + \"=\" + valueToSet + expires + \"; path=\" + path + \"; domain=\" + domain;\n        },\n\n        redirectToBetaDomain = function () {\n            window.location = beta_domain + window.location.pathname;\n        },\n\n        instructedToOptOut = function() {\n            return getParameterByName(beta_cookie.urlQueryString) === beta_cookie.optOutValue;\n        },\n\n        isOptedIn = function() {\n            return getCookieValue(beta_cookie).indexOf(beta_cookie.optInValue) > -1;\n        },\n\n        isTabletPreferred = function() {\n            return getCookieValue(preference_cookie).indexOf(preference_cookie.tabletValue) > -1;\n        },\n\n        isStaticDomain = function() {\n            return window.location.host.match(\/(nca|www\\.int|www\\.test|www\\.stage|www)\\.bbc\\.(co\\.uk|com)\/);\n        },\n\n        isPathRedirectable = function() {\n            var i = redirect_blacklist.length;\n            while(i--) {\n                if (window.location.pathname.indexOf(redirect_blacklist[i]) > -1) {\n                    return false;\n                }\n            }\n            return true;\n        },\n\n        execute = function() {\n            if (instructedToOptOut()) {\n                setCookie(beta_cookie.name, beta_cookie.optOutValue);\n            }\n            if (isOptedIn() && isTabletPreferred() && isStaticDomain() && isPathRedirectable()) {\n                redirectToBetaDomain();\n            }\n        };\n\n        return {\n            execute: execute\n        };\n\n    })().execute();\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\nfunction BetaSite() {\n  function setMobileCookie() {\n    var d = new Date ();\n    d.setDate(d.getDate() + 1);\n    d = d.toUTCString();\n\n    window.bbccookies.set('ckps_d=m;domain=.bbc.co.uk;path=\/;expires=' + d );\n    window.bbccookies.set('ckps_d=m;domain=.bbc.com;path=\/;expires=' + d );\n  }\n\n  function isValidQueryString() {\n    return (window.location.search.indexOf('view=beta') !== -1);\n  }\n\n  function isClientCapable() {\n    return ('querySelector' in document &#038;&#038; 'localStorage' in window &#038;&#038; 'addEventListener' in window);\n  }\n\n  if (isClientCapable() &#038;&#038; isValidQueryString()) {\n    setMobileCookie();\n\n    window.location.host = 'm.bbc.co.uk';\n  }\n}\n\nBetaSite();\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n            if(bbcdotcom.objects('BBC.adverts.getAdvertTag')) {\n                gloader.load([\"glow\",\"1\",\"glow.dom\"],{onLoad: function(glow){\n                    glow.ready(function(){\n                        if(bbcdotcom.objects('BBC.adverts.getAdvertTag')) {\n                            var adImageUrl = BBC.adverts.getAdvertTag('printableversionsponsorship','','standardUri');\n                            if(adImageUrl) {\n                                if (glow.env.ie ) {\n                                    window.onbeforeprint = function(){\n                                        var printAdvert = glow.dom.get(\"#print-advert\");\n                                        if (printAdvert.get(\"img\").length == 0)\n                                        {\n                                            printAdvert.append('<img decoding=\"async\" src=\"'+adImageUrl+'\" alt=\"\" \/>');\n                                        }\n                                    };\n                                }else{\n                                    glow.dom.get(\"head\").append('\n\n<style type=\"text\/css\">#print-advert {display:none};<\/style>\n\n\n\n<style type=\"text\/css\" media=\"print\">#print-advert::after{content:url('+adImageUrl+');} #print-advert{display:block;overflow:hidden;}<\/style>\n\n');\n                                }\n                            }\n                        }\n                    });\n                }});\n            }\n\t\t\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\n    bbcRequireMap['module\/weather'] = '\/inc\/specials\/cream\/hi\/news\/personalisation\/weather';\n    bbcRequireMap['module\/local'] = '\/inc\/specials\/cream\/hi\/news\/personalisation';\n    bbcRequireMap['module\/localnewsandweather'] = '\/inc\/specials\/cream\/hi\/news\/personalisation\/localnewsandweather';\n    bbcRequireMap['translation'] = 'module\/translations\/en-GB';\n    require({ baseUrl: 'http:\/\/static.bbci.co.uk\/', paths: bbcRequireMap, waitSeconds: 30 });\n\/\/ ]]><\/script><script type=\"text\/javascript\">\/\/ <![CDATA[\nrequire(['jquery-1'], function(jQuery) {\n    jQuery.ajaxSetup({cache: true})\n});\n\nrequire([\"jquery-1\", \"istats-1\"], function ($, istats) {\n    $(function() {\n        istats.track('external', {region: $('.story-body'), linkLocation : 'story-body'});\n        istats.track('external', {region: $('.story-related .related-links'), linkLocation : 'related-links'});\n        istats.track('external', {region: $('.story-related .newstracker-list'), linkLocation : 'newstracker'});\n    });\n});\n\/\/ ]]><\/script><!-- CPS COMMENT STATUS: false --><!--Rendered by NOLAPPS202-6004@2015-02-20T08:12:46+00:00 --><script src=\"http:\/\/static.bbci.co.uk\/id\/0.25.0\/modules\/idcta\/idcta-1.js\" async=\"true\" type=\"text\/javascript\" charset=\"utf-8\" data-requirecontext=\"_\" data-requiremodule=\"idcta\/idcta-1\"><\/script><script src=\"http:\/\/static.bbci.co.uk\/frameworks\/gelui\/0.9.13\/sharedmodules\/gelui-1.js\" async=\"true\" type=\"text\/javascript\" charset=\"utf-8\" data-requirecontext=\"_\" data-requiremodule=\"gelui-1\"><\/script><script src=\"http:\/\/static.bbci.co.uk\/frameworks\/jssignals\/0.3.6\/modules\/jssignals-1.js\" async=\"true\" type=\"text\/javascript\" charset=\"utf-8\" data-requirecontext=\"_\" data-requiremodule=\"jssignals-1\"><\/script><script src=\"http:\/\/static.bbci.co.uk\/id\/0.25.0\/modules\/idcta\/idCookie.js\" async=\"true\" type=\"text\/javascript\" charset=\"utf-8\" data-requirecontext=\"_\" data-requiremodule=\"idcta\/idCookie\"><\/script><script src=\"http:\/\/static.bbci.co.uk\/frameworks\/gelui\/0.9.13\/sharedmodules\/gelui-1\/overlay.js\" async=\"true\" type=\"text\/javascript\" charset=\"utf-8\" data-requirecontext=\"_\" data-requiremodule=\"gelui-1\/overlay\"><\/script><script src=\"http:\/\/static.bbci.co.uk\/frameworks\/gelui\/0.9.13\/sharedmodules\/gelui-1\/autosuggest.js\" async=\"true\" type=\"text\/javascript\" charset=\"utf-8\" data-requirecontext=\"_\" data-requiremodule=\"gelui-1\/autosuggest\"><\/script><script src=\"http:\/\/static.bbci.co.uk\/frameworks\/gelui\/0.9.13\/sharedmodules\/gelui-1\/carousel.js\" async=\"true\" type=\"text\/javascript\" charset=\"utf-8\" data-requirecontext=\"_\" data-requiremodule=\"gelui-1\/carousel\"><\/script><script src=\"http:\/\/static.bbci.co.uk\/frameworks\/gelui\/0.9.13\/sharedmodules\/gelui-1\/core.js\" async=\"true\" type=\"text\/javascript\" charset=\"utf-8\" data-requirecontext=\"_\" data-requiremodule=\"gelui-1\/core\"><\/script><script src=\"http:\/\/static.bbci.co.uk\/frameworks\/gelui\/0.9.13\/sharedmodules\/gelui-1\/widget.js\" async=\"true\" type=\"text\/javascript\" charset=\"utf-8\" data-requirecontext=\"_\" data-requiremodule=\"gelui-1\/widget\"><\/script><script src=\"http:\/\/static.bbci.co.uk\/frameworks\/jcarousel\/0.1.10\/modules\/jcarousel-1.js\" async=\"true\" type=\"text\/javascript\" charset=\"utf-8\" data-requirecontext=\"_\" data-requiremodule=\"jcarousel-1\"><\/script><\/strong><\/em><\/p>\n<div id=\"blq-container-outer\" class=\"blq-journalism-domestic blq-ltr\">\n<div id=\"blq-container\" class=\"blq-lang-en-GB\">\n<div id=\"blq-container-inner\" xml:lang=\"en-GB\">\n<div id=\"blq-main\" class=\"blq-clearfix\">\n<div class=\"uk  has-no-ticker  main-content-container\">\n<div id=\"content-wrapper\" class=\"domestic\">\n<div id=\"main-content\" class=\"story blq-clearfix\">\n<div class=\"layout-block-a\">\n<div class=\"story-body\">\n<p><em><strong>Committee chairman Lord Tugendhat said: \"The lack of robust analytical capacity, in both the UK and the EU, effectively led to a catastrophic misreading of the mood in the run-up to the crisis.\"<\/strong><\/em><\/p>\n<p>The above is taken from the BBC news website and refers to a detailed report by the important and well informed House of Lords EU Committee. It is a shocking thing to discover ineptitude and miscalculation at the highest levels of both our country and our partners in Europe at a time of international crisis.<\/p>\n<p>It is however exactly what this blog has been saying time, time and time again.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>BBC News &#8211; Ukraine: UK and EU &#8216;badly misread&#8217; Russia Committee chairman Lord Tugendhat said: &#8220;The lack of robust analytical capacity, in both the UK and the EU, effectively led to a catastrophic misreading of the mood in the run-up to the crisis.&#8221; The above is taken from the BBC news website and refers to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7678","post","type-post","status-publish","format-standard","hentry","category-malcolm-blair-robinson"],"_links":{"self":[{"href":"https:\/\/www.malcolmblair-robinson.co.uk\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/7678","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.malcolmblair-robinson.co.uk\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.malcolmblair-robinson.co.uk\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.malcolmblair-robinson.co.uk\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.malcolmblair-robinson.co.uk\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7678"}],"version-history":[{"count":1,"href":"https:\/\/www.malcolmblair-robinson.co.uk\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/7678\/revisions"}],"predecessor-version":[{"id":7679,"href":"https:\/\/www.malcolmblair-robinson.co.uk\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/7678\/revisions\/7679"}],"wp:attachment":[{"href":"https:\/\/www.malcolmblair-robinson.co.uk\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7678"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.malcolmblair-robinson.co.uk\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7678"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.malcolmblair-robinson.co.uk\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7678"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}