">
<$
for ( var i = 1; i <= 6; i++){
var image = project.getImage(article.value("bild" + i));
if ( isNull(image) ){
continue;
}
var altText = system.htmlEncode(system.removeHtmlTags(image.altText));
var beschreibung = image.description;
var title = system.htmlEncode(system.removeHtmlTags(image.description));
var imgsrc = image.contentCopyPath;
var fullsrc = image.workingCopyPath;
var title = system.htmlEncode(system.removeHtmlTags(image.description));
$>

<$
}
$>
<$
for ( var i = 7; i <= 12; i++){
var image2 = project.getImage(article.value("bild" + i));
if ( isNull(image2) ){
continue;
}
var altText = system.htmlEncode(system.removeHtmlTags(image2.altText));
var beschreibung = image2.description;
var title = system.htmlEncode(system.removeHtmlTags(image2.description));
var imgsrc = image2.contentCopyPath;
var fullsrc = image2.workingCopyPath;
var title = system.htmlEncode(system.removeHtmlTags(image2.description));
$>

<$
}
$>
<$
for ( var i = 13; i <= 18; i++){
var image3 = project.getImage(article.value("bild" + i));
if ( isNull(image3) ){
continue;
}
var altText = system.htmlEncode(system.removeHtmlTags(image3.altText));
var beschreibung = image3.description;
var title = system.htmlEncode(system.removeHtmlTags(image3.description));
var imgsrc = image3.contentCopyPath;
var fullsrc = image3.workingCopyPath;
var title = system.htmlEncode(system.removeHtmlTags(image3.description));
$>

<$
}
$>
<$
for ( var i = 19; i <= 24; i++){
var image4 = project.getImage(article.value("bild" + i));
if ( isNull(image4) ){
continue;
}
var altText = system.htmlEncode(system.removeHtmlTags(image4.altText));
var beschreibung = image4.description;
var title = system.htmlEncode(system.removeHtmlTags(image4.description));
var imgsrc = image4.contentCopyPath;
var fullsrc = image4.workingCopyPath;
var title = system.htmlEncode(system.removeHtmlTags(image4.description));
$>

<$
}
$>