
// GLOBAL: in head
document.body.className = ((document.body.className) ? document.body.className + ' hasJs' : 'hasJs');

// set namespaces
var aysClicked = false; var aysVid = '';
if (typeof ays == "undefined") var ays = new Object();
var LBI = document.LBI || {},
	_LbiQ = _LbiQ || [];

// append files to load in foot
(function() {
	var path = '';
	if(document.location.href.indexOf('https://') != -1) path = 'https:';
	else path = 'http:';

    function async_load(){
        var s = document.createElement('script');
        s.type = 'text/javascript';
        s.async = true;
        //console.log('xpath:'+path);
        s.src = path + '//s3-eu-west-1.amazonaws.com/mnsassets/js/lbi.js?';
        var x = document.getElementsByTagName('script')[0];
        x.parentNode.insertBefore(s, x);
    }
	jQuery(document).ready(async_load);
})();





