function NewsPressList () { All="Un compromiso con el medio ambiente@@23.10.2003@@/international/web/lg/co/likelgspgco.nsf/docbyalias/20031023_excel_ambiental@@AGA Fano S.A. tomó hace tres años la decisión de participar en el programa de auto-gestión ambiental...@@20031023_logo_pread.jpg@@"; ListElem=All.split(/@@/); if (ListElem.length > 1) { SubTitleHeader ("Notas de prensa"); document.writeln(""); for (var i=0; i < ListElem.length; i+=5) { document.writeln(""); } 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("
"); } }