function NewsLindeList ()
{
All="
No documents found
";
ListElem=All.split(/@@/);
if (ListElem.length > 1)
{
SubTitleHeader ("Linde News");
document.writeln("");
for (var i=0; i < ListElem.length; i+=5)
{
document.writeln(" ");
if(ListElem[i+4]!="none")
document.writeln(" ");
document.writeln(""+ListElem[i+1]+"");
document.writeln(" "+ListElem[i]+" ");
document.writeln(ListElem[i+3]);
document.writeln(">>Leer mas... ");
document.writeln(" |
");
}
document.writeln("
");
}
}