document.write('<table cellpadding=5 border=0><tr>')
document.write('<td valign=top>')
document.write('<a href='+enlace[cual]+'>')
document.write('<img border=0 src=/comun/novedades/articulo.gif align=absbottom width=16 height=16 vspace=1>')
document.write('</a>')
document.write('</td>')
document.write('<td valign=top width=100%>') 
document.write('<a href='+enlace[cual]+'>')
document.write(imagen[cual])
document.write('</a>')
document.write('<a class=tituloarticulo href='+enlace[cual]+'>')
document.write(titulo[cual])
document.write('</a><br>')
document.write('<div class=cuerpoarticulo>')
document.write(descripcion[cual])
document.write('<a href='+enlace[cual]+'>')
document.write('<img border=0 src=/comun/novedades/vermas.gif alt="visitar ahora..." width=22 height=13>')
document.write('</a></div></td>')
document.write('</tr></table>')
