function guarda( fecha, titulo, url, medio, medio_url, seccion ) { this.fecha = fecha; this.titulo = titulo; this.url = url; this.medio = medio; this.medio_url = medio_url; this.seccion = seccion; } articulo = new Array( ); function crea( table_bgcolor, table_border, table_width, table_cellspacing, table_cellpadding, titulo_face, titulo_size, titulo_color, titulo_negrita_db, titulo_cursiva_db, medio_face, medio_size, medio_color, medio_negrita_db, medio_cursiva_db, seccion_face, seccion_size, seccion_color, seccion_negrita_db, seccion_cursiva_db, fecha_face, fecha_size, fecha_color, fecha_negrita_db, fecha_cursiva_db ) { this.table_bgcolor = table_bgcolor; this.table_border = table_border; this.table_width = table_width; this.table_cellspacing = table_cellspacing; this.table_cellpadding = table_cellpadding; this.titulo_face = titulo_face; this.titulo_size = titulo_size; this.titulo_color = titulo_color; this.titulo_negrita_db = titulo_negrita_db; this.titulo_cursiva_db = titulo_cursiva_db; this.medio_face = medio_face; this.medio_size = medio_size; this.medio_color = medio_color; this.medio_negrita_db = medio_negrita_db; this.medio_cursiva_db = medio_cursiva_db; this.seccion_face = seccion_face; this.seccion_size = seccion_size; this.seccion_color = seccion_color; this.seccion_negrita_db = seccion_negrita_db; this.seccion_cursiva_db = seccion_cursiva_db; this.fecha_face = fecha_face; this.fecha_size = fecha_size; this.fecha_color = fecha_color; this.fecha_negrita_db = fecha_negrita_db; this.fecha_cursiva_db = fecha_cursiva_db; } diseno = new Array( new crea( "337FB2", "0", "60%", "0", "8", "Verdana, Arial, Helvetica, sans-serif", "1", "FFFFFF", "1", "0", "Verdana, Arial, Helvetica, sans-serif", "1", "990000", "0", "0", "Verdana, Arial, Helvetica, sans-serif", "1", "666600", "0", "0", "Verdana, Arial, Helvetica, sans-serif", "1", "666600", "0", "0" ) );