function randimg1 () {

immagine = new Array();

immagine[0] = "img/d_fotohome3.jpg";

immagine[1] = "img/d_fotohome2.jpg";

immagine[2] = "img/d_fotohome1.jpg";

immagine[3] = "img/d_fotohome3.jpg";

immagine[4] = "img/d_fotohome2.jpg";

immagine[5] = "img/d_fotohome1.jpg";

immagine[6] = "img/d_fotohome3.jpg";

immagine[7] = "img/d_fotohome2.jpg";

immagine[8] = "img/d_fotohome1.jpg";

immagine[9] = "img/d_fotohome3.jpg";

immagine[10] = "img/d_fotohome2.jpg";

immagine[11] = "img/d_fotohome1.jpg";



lunghe = immagine.length - 1

i = Math.round ((lunghe)*Math.random());

return ("<img src=\""+immagine[i]+"\" width=\"150\" height=\"219\" border=\"0\" alt=\"Proposte e prezzi dell'abbigliamento per il bambino.\" title=\"Proposte e prezzi dell'abbigliamento per il bambino.\">");

}



function randimg2 () {

immagine = new Array();

immagine[0] = "img/b_fotohome3.jpg";

immagine[1] = "img/b_fotohome2.jpg";

immagine[2] = "img/b_fotohome1.jpg";

immagine[3] = "img/b_fotohome3.jpg";

immagine[4] = "img/b_fotohome2.jpg";

immagine[5] = "img/b_fotohome1.jpg";

immagine[6] = "img/b_fotohome3.jpg";

immagine[7] = "img/b_fotohome2.jpg";

immagine[8] = "img/b_fotohome1.jpg";

immagine[9] = "img/b_fotohome3.jpg";

immagine[10] = "img/b_fotohome2.jpg";

immagine[11] = "img/b_fotohome1.jpg";



lunghe = immagine.length - 1

i = Math.round ((lunghe)*Math.random());

return ("<img src=\""+immagine[i]+"\" width=\"150\" height=\"219\" border=\"0\" alt=\"Proposte e prezzi dell'abbigliamento per la donna.\" title=\"Proposte e prezzi dell'abbigliamento per la donna.\">");

}



function randimg3 () {

immagine = new Array();

immagine[0] = "img/u_fotohome3.jpg";

immagine[1] = "img/u_fotohome2.jpg";

immagine[2] = "img/u_fotohome1.jpg";

immagine[3] = "img/u_fotohome3.jpg";

immagine[4] = "img/u_fotohome2.jpg";

immagine[5] = "img/u_fotohome1.jpg";

immagine[6] = "img/u_fotohome3.jpg";

immagine[7] = "img/u_fotohome2.jpg";

immagine[8] = "img/u_fotohome1.jpg";

immagine[9] = "img/u_fotohome3.jpg";

immagine[10] = "img/u_fotohome2.jpg";

immagine[11] = "img/u_fotohome1.jpg";



lunghe = immagine.length - 1

i = Math.round ((lunghe)*Math.random());

return ("<img src=\""+immagine[i]+"\" width=\"150\" height=\"219\" border=\"0\" alt=\"Proposte e prezzi dell'abbigliamento per l'uomo.\" title=\"Proposte e prezzi dell'abbigliamento per l'uomo.\">");}

