/*
Modificación		: M001
Fecha Modificación	: 08/09/2008
Autor				: Nataly Muñoz.
Empresa				: Anticipa S.A
Objetivo			: Se modifico El diseño y se agrego la imagen del link.
*/



<!--

try{
	if (lsNoticia != ""){
		
		/* M001 */
		document.write('<table width="140" border="0" cellpadding="0" cellspacing="0" id="lateral">');
		document.write('<tr>');
		//document.write('<td width="140"><a href="/browse.asp?pagina=web/seguimos_creciendo.htm"><img src="NP/images/tit_seguimos.gif" width="140" height="18" border="0"></a></td>');
		document.write('<td background="NP/images/leng_izq.jpg"><table width="95%" height="20" border="0" align="center" cellpadding="0" cellspacing="0">');
		document.write('<tr>');
		document.write('<td><p><strong>Novedades</strong></p></td>');
		document.write('</tr>');
		document.write('</table>');
		
		document.write('<tr>');
		document.write('<td>');
		document.write('<strong>');
		document.write(lsTituloNoticia);
		document.write('</strong><br>');
		document.write(lsNoticia);
		document.write('<strong><a href="/browse.asp?pagina=web/seguimos_creciendo.htm"><img src="NP/images/ver_mas.jpg" width="49" height="9" border="0"></a></strong>');
		document.write('</td>');
		document.write('</tr>');
		document.write('</table>');
		/* Fin */
	}
}
catch(er){}
//-->
