
<!--
function image() {
};

image = new image();
number = 0;
// imageArray
image[number++] = "<img src='files/affitto-villa-Sardegna.jpg' width='724' height='428' border='0' alt='I colori della Sardegna' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-1.jpg' width='724' height='428' border='0' alt='La Vacanza a colori' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-2.jpg' width='724' height='428' border='0' alt='Isola di San Pietro - Il Chiosco di Guidi' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-3.jpg' width='724' height='428' border='0' alt='Cala Gonone - Un mare ineguagliabile' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-4.jpg' width='724' height='428' border='0' alt='Ogliastra - Dopo una gita in gommone' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-5.jpg' width='724' height='428' border='0' alt='Costa Rey - Spiaggia dello Scoglio di Peppino' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-6.jpg' width='724' height='428' border='0' alt='Isola di San Pietro - Snorkeling a Le Conchette' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-7.jpg' width='724' height='428' border='0' alt='Isola di San Pietro - Il faro al tramonto' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-8.jpg' width='724' height='428' border='0' alt='Piscinas - Le dune al tramonto' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-9.jpg' width='724' height='428' border='0' alt='Villasimius - Il sapore del mare' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-10.jpg' width='724' height='428' border='0' alt='Costa Rey - Una bella stella marina' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-11.jpg' width='724' height='428' border='0' alt='Carloforte - Fregola Sarda' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-12.jpg' width='724' height='428' border='0' alt='Isola di San Pietro - Villa sulla spiaggia' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-13.jpg' width='724' height='428' border='0' alt='Mari Pintau - Immersi nel colore' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-14.jpg' width='724' height='428' border='0' alt='Torre delle Stelle - tracce sulla sabbia' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-15.jpg' width='724' height='428' border='0' alt='Piscinas - Un ginepro secolare' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-16.jpg' width='724' height='428' border='0' alt='Stranezze - Il viso sulla pietra' >"
image[number++] = "<img src='files/affitto-villa-Sardegna-17.jpg' width='724' height='428' border='0' alt='Bugerru - Querce piegate dal maestrale' >"
// Aggiungere qui altre immagini....
increment = Math.floor(Math.random() * number);


//-->



