function crea_imagen (laurl,ellink,eltarget){ el_largo = imagenes.length; imagenes[el_largo] = new Image(); imagenes[el_largo].src = laurl; // ruta o nombre de imagen imagenes[el_largo].a = ellink; // link de la imagen imagenes[el_largo].target = eltarget; //target del link } var imagenes = new Array(); crea_imagen ('core/adapta_img_portada.php?nom_imatge=media/medium/img_1302.jpg','indexcd.php','_self'); crea_imagen ('core/adapta_img_portada.php?nom_imatge=media/medium/img_6227.jpg','indexcd.php','_self'); crea_imagen ('core/adapta_img_portada.php?nom_imatge=media/medium/img_4618.jpg','indexcd.php','_self'); crea_imagen ('core/adapta_img_portada.php?nom_imatge=media/medium/img_6332.jpg','indexcd.php','_self'); crea_imagen ('core/adapta_img_portada.php?nom_imatge=media/medium/img_5666.jpg','indexcd.php','_self'); crea_imagen ('core/adapta_img_portada.php?nom_imatge=media/medium/img_6356.jpg','indexcd.php','_self'); crea_imagen ('core/adapta_img_portada.php?nom_imatge=media/medium/img_4454.jpg','indexcd.php','_self');