/*-------------------------------------------    
	Publicis / Slim Bar
---------------------------------------------*/

/**
 * Configurations
 */
var markup ='<div id="SlimBar" style="zoom: 1; font-family: Helvetica, Arial, sans-serif;font-size: 9px; line-height: 14px; font-weight: bold;text-transform: uppercase; letter-spacing: .75px;position: relative; background: #032336; display: block; text-align: right;border-bottom: 2px solid #9bc1d3;"><div style="padding: 10px 20% 7px 0; font-size: 100%; font-family: inherit; vertical-align: baseline; font-weight: inherit; font-style: inherit; margin: 0; border: 0; outline: 0;"><a style="line-height: 14px; text-decoration: none; color: #6d7987; margin-left: 0; font-weight: bold; font-weight: inherit; font-style: inherit; border: 0; outline: 0;" href="http://twitter.com/msl_group" target="_blank">Group On Twitter</a><a style="text-decoration: none; color: #6d7987; margin-left: 30px; font-weight: bold; font-weight: inherit; font-style: inherit; border: 0; outline: 0;" href="http://www.mslgroup.com/who-we-are/" target="_blank">About The Group</a><a style="text-decoration: none; color: #6d7987; margin-left: 30px; font-weight: bold; font-weight: inherit; font-style: inherit; border: 0; outline: 0;" href="http://www.mslgroup.com/where-we-are/" target="_blank">Global Offices</a><a style="position: relative; text-decoration: none; color: #6d7987; margin-left: 30px; font-weight: bold; font-weight: inherit; font-style: inherit; border: 0; outline: 0;" class="SlimBar_logo" href="http://www.mslgroup.com" target="_blank"><img style=" font-weight: inherit; font-style: inherit; margin: 0; border: 0; outline: 0; margin-left: 20px; margin-bottom: -5px;" src="http://mslgroup.com/slimbar/mslgroup_logo.jpg" alt="MSL Group" border="0"></a></div><div style="border: 0 none; clear: both; height: 0; visibility: hidden;"></div></div>';


// Create our wrapper
var wrapper = document.createElement('div');
wrapper.id = 'SlimBarWrapper';

// Append wrapper as first child of body element
if (document.body.firstChild){
	document.body.insertBefore(wrapper, document.body.firstChild);
} else {
	document.body.appendChild(wrapper);
}

// Populate wrapper with markup
document.getElementById('SlimBarWrapper').innerHTML = markup;

/*-------------------------------------------    
	Fin
---------------------------------------------*/
