$
var Bild = article.value('bild', '');
var Hoehe = article.value('hoehe', '');
var Attachmet = article.value('attachment', '');
var Size = article.value('size', '');
var AbstO = article.value('abst-o', '');
var AbstU = article.value('abst-u', '');
var BildMob = article.value('bild-mob', '');
var HoeheMob = article.value('hoehe-mob', '');
var AttachmetMob = article.value('attachment-mob', '');
var SizeMob = article.value('size-mob', '');
var AbstOMob = article.value('abst-o-mob', '');
var AbstUMob = article.value('abst-u-mob', '');
var headstyle = "";
headstyle += '.wzp-cont-hg_fix-' + article.id + ' {';
headstyle += 'background-image:url("' + Bild + '");';
headstyle += ' background-repeat:no-repeat;';
headstyle += ' background-position:center center;';
headstyle += ' background-attachment:' + Attachmet + ';';
headstyle += ' background-size:' + Size + ';';
headstyle += ' height:' + Hoehe + ';';
headstyle += ' margin-top:' + AbstO + 'px;';
headstyle += ' margin-bottom:' + AbstU + 'px;';
headstyle += '}';
system.addHtmlHeadElement("