var url = '/Documents/Css/all-adecco-sites-menu.css';
if(document.createStyleSheet) {
    try { document.createStyleSheet(url); } catch (e) { }
}
else {
    var css;
    css         = document.createElement('link');
    css.rel     = 'stylesheet';
    css.type    = 'text/css';
    css.media   = "all";
    css.href    = url;
    document.getElementsByTagName("head")[0].appendChild(css);
}
WebFontConfig = {
        custom: { families: [ 'AdeccoBrandLight' ],
			urls: [ '/Documents/Css/adeccobrandfont.css' ]
		}		
      };
      (function() {
        var wf = document.createElement('script');
        wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
            '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
        wf.type = 'text/javascript';
        wf.async = 'true';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(wf, s);
      })();
$(document).ready(function(){$('#ctl00_AdeccoSites1_SitesList').load('/Documents/html/all-adecco-sites.html');});
