h = screen.width;

if (h <= 1152) { type = '800_bis'; }else if (h > 1152) { type = '800'; }else{ type = '800'; }
document.write('<span class=\"pubIntro' + type + '\"></span>');
