















function crear_indice( nombre, ultimo, anterior, variacion, volumen, maximo, minimo, fecha, hora, link, url_imagen, fechaAnterior )
{
   this.nombre = nombre;
   this.ultimo = ultimo;
   this.anterior = anterior;
   this.variacion = variacion;
   this.volumen = volumen;
   this.maximo = maximo;
   this.minimo = minimo;
   this.fecha = fecha;
   this.hora = hora;
   this.link = link;
   this.url_imagen = url_imagen;
   this.fechaAnterior = fechaAnterior;
}


var indice = new crear_indice("IBEX 35",
                                "10.659,50",
                                "10.643,90",
                                "0,15",
                                "217.487",
                                "10.788,00",
                                "10.602,50",
                                "20100729",
                                "173700",
                                "http://www.norbolsa.es/NASApp/norline/SesionServlet?PNBIND=IBEX&PNBFMT=html&PNBVEW=1&PNBIDI=es&PNBINS=2105&PNBREU=.IBEX&PNBMER=MC&PNBOPE=OINVAL00&PNBPOR=port",
                                "http://www.norbolsa.es/NASApp/norline/SesionServlet?PNBPOR=port&PNBFMT=png&PNBINS=2105&PNBTAC=I&PNBIDI=es&PNBVEW=1&PNBOPE=IMGIDY00&PNBTPG=EID",
                                "28/07/2010"
                                );

if( typeof scriptReady != 'undefined' ) 
	scriptReady();



