mmcore.SetCookie('mmid','-1414657429|AgAAAAoLCG4CBA0AAA==',365,1);mmcore.SetCookie('pd','-1414657429|AgAAAAoLCG4CBA0AAA==',365);mmcore.SetCookie('srv','nycvwcgeu02',365);(function(){if(typeof(mmcore.GenInfo)!='object')mmcore.GenInfo={};mmcore.EH=function(e){var s=e.message+'\r\n';if(!window.mm_error)window.mm_error=s;else window.mm_error+=s;};
mmcore.GenInfo['VC74NBEInArticle']={'freelunch':'freelunchsimple','firstft':'firstft','ukelection':'ukelection_simple','mbaeditors':'mbaeditorsbox','firstftasia':'firstftasia','openingquote':'openingquote','ftweekend':'ftweekend'};
var tc={'FirstFT':{'h':[],'c':[],'l':[]}}
try{
// Maxymiser Core - Attach Style v0.0.0 http://gitlab.maxymiser.net/gts/mmcore-attach-style/tree/master
(function(){'use strict';mmcore.AttachStyle=function(){var c={STYLE_ID:"mm-style",createStyle:function(){var b=document.createElement("style");b.type="text/css";return b},appendCssToStyle:function(){var b,a;"styleSheet"in c.createStyle()?(b=function(a){return a.styleSheet.cssText},a=function(a,b){a.styleSheet.cssText=b}):(b=function(a){return a.innerHTML},a=function(a,b){a.innerHTML=b});return(c.appendCssToStyle=function(c,d){a(d,b(d)+c)}).apply(this,arguments)}};return function(b){var a=document.getElementById(c.STYLE_ID);a||(a=c.createStyle(),a.id=c.STYLE_ID,function(){this.parentNode.insertBefore(a,this)}.call(document.getElementsByTagName("head")[0].lastChild));c.appendCssToStyle(b,a)}}()})();
}catch(err){mmcore.EH(err);}
try{
/**
 * 11.09.2014
 * Track all campaigns automatically
 * A. Tytskiy
 *
 * Dependencies: [Plugin_Essentials.js:mmcore.waitFor,
 * 				  Plugin_Helpers.js:mmcore.helpers]
 */
(function (mmcore) {
	'use strict';

	var TIMEOUT = 4000;
	var track = function () {

		mmcore.ijento = mmcore.ijento || {};

		mmcore.AddDocLoadHandler(function () {
			if (!mmcore.GenInfo || !mmcore.waitFor) {
				return;
			}

			if (mmcore.helpers && window.si && window.si.sendAdditionalTracer) {
				mmcore.helpers.iJentoTag();
			} else {
				mmcore
					.waitFor(function () {
						return mmcore.helpers && window.si && window.si.sendAdditionalTracer;
					}, { isNotStoppedOnDocumentReadiness: true, timeout: TIMEOUT })
					.done(function () {
						mmcore.helpers.iJentoTag();
					});
			}
		});
	};

	track();
	track = null;
}(window.mmcore));

}catch(err){mmcore.EH(err);}
mmcore._AddRenderer('FirstFT',function(){var el=mmcore.GetMaxyboxNode('FirstFT');var mm_inner_HTML='';try{


$('.shareArt').append('<div id="firstft" class="promobox" style="padding-left: 8px; padding-right: 8px; overflow: visible;"><h3><a href="http://www.ft.com/nbe?firstft=Y">Sign up now</a></h3><div class="promobox-img"><a href="http://www.ft.com/nbe"><img alt="firstFT" src="http://im.ft-static.com/content/images/8290489e-64f2-11e4-ab2d-00144feabdc0.img"></a></div><p><em>First</em>FT is our new essential daily email briefing of the best stories from across the web</p></div>');
$('#firstft').find('a').click(function() {
  mmcore.$Action('ClicksOnFirstFT', '1', 'ClicksOnFirstFT');
});


}catch(err){mmcore.EH(err);}
if(el && typeof el.innerHTML!='undefined')el.innerHTML=mm_inner_HTML;});mmcore.HideMaxyboxes('FirstFT');mmcore._RenderOnLoad();if(typeof mmcore._callback=='object'&&typeof mmcore._callback[4]=='function'){try{mmcore._callback[4]();}catch(err){mmcore.EH(err);}
finally{mmcore._callback[4]=null;}}
})();