/*INIZIO PARTE CONFIGURABILE */


var numero = 0;
var homme = '';
var file = new Array;
function estrai()
{
home = 'http://www.designindex.it/';
// Questa è la variabile che indica l'indirizzo di partenza
// Nella versione inglese potrebbe essere home = 'http://www.designindex.it/eng/';




numero = 0;
//Variabili di inizializzazione




file[numero++] = home + "2cv_citroen.htm";
file[numero++] = home + "aalto.htm";
file[numero++] = home + "aalto_museo.htm";
file[numero++] = home + "aarnio.htm";
file[numero++] = home + "abitare.htm";
file[numero++] = home + "adi.htm";
file[numero++] = home + "aeg.htm";
file[numero++] = home + "aerodinamico.htm";
file[numero++] = home + "aiap.htm";
file[numero++] = home + "albini.htm";
file[numero++] = home + "alessi.htm";
file[numero++] = home + "algol.htm";
file[numero++] = home + "antropomorfo.htm";
file[numero++] = home + "arad.htm";
file[numero++] = home + "architecturemedia.htm";
file[numero++] = home + "arco.htm";
file[numero++] = home + "artista.htm";
file[numero++] = home + "aspronadi.htm";
file[numero++] = home + "astori.htm";
file[numero++] = home + "audi.htm";
file[numero++] = home + "audit.htm";
file[numero++] = home + "aulenti.htm";
file[numero++] = home + "authentics.htm";
file[numero++] = home + "bachelite.htm";
file[numero++] = home + "bauhaus_archiv.htm";
file[numero++] = home + "behrens.htm";
file[numero++] = home + "bellini.htm";
file[numero++] = home + "bertoia.htm";
file[numero++] = home + "bialetti.htm";
file[numero++] = home + "bozzetto.htm";
file[numero++] = home + "brainstorm.htm";
file[numero++] = home + "bravacasa.htm";
file[numero++] = home + "breuer.htm";
file[numero++] = home + "brief.htm";
file[numero++] = home + "brionvega.htm";
file[numero++] = home + "cad.htm";
file[numero++] = home + "casabella.htm";
file[numero++] = home + "casaviva.htm";
file[numero++] = home + "casini.htm";
file[numero++] = home + "castiglioni_achille.htm";
file[numero++] = home + "colombo_joe.htm";
file[numero++] = home + "cooper-hewitt.htm";
file[numero++] = home + "d_ascanio.htm";
file[numero++] = home + "davidson.htm";
file[numero++] = home + "delucchi.htm";
file[numero++] = home + "design_museum.htm";
file[numero++] = home + "design_scandinavia_taschen.htm";
file[numero++] = home + "domus.htm";
file[numero++] = home + "eames.htm";
file[numero++] = home + "ergonomia.htm";
file[numero++] = home + "eros.htm";
file[numero++] = home + "falkland.htm";
file[numero++] = home + "farr.htm";
file[numero++] = home + "frame.htm";
file[numero++] = home + "guzzini.htm";
file[numero++] = home + "iaad_torino.htm";
file[numero++] = home + "icon.htm";
file[numero++] = home + "interni.htm";
file[numero++] = home + "interni.htm";
file[numero++] = home + "iqd.htm";
file[numero++] = home + "italian_design.htm";
file[numero++] = home + "jacobsen.htm";
file[numero++] = home + "joe.htm";
file[numero++] = home + "kevlar.htm";
file[numero++] = home + "koziol.htm";
file[numero++] = home + "kult.htm";
file[numero++] = home + "l_arca.htm";
file[numero++] = home + "lady.htm";
file[numero++] = home + "lecorbusier.htm";
file[numero++] = home + "lettera_22.htm";
file[numero++] = home + "magistretti.htm";
file[numero++] = home + "maui.htm";
file[numero++] = home + "mendini.htm";
file[numero++] = home + "metropolis.htm";
file[numero++] = home + "mollino.htm";
file[numero++] = home + "moma.htm";
file[numero++] = home + "munari.htm";
file[numero++] = home + "nakashima.htm";
file[numero++] = home + "nelson.htm";
file[numero++] = home + "newson.htm";
file[numero++] = home + "nizzoli.htm";
file[numero++] = home + "ottagono.htm";
file[numero++] = home + "panton.htm";
file[numero++] = home + "plastica.htm";
file[numero++] = home + "pol_oxygen.htm";
file[numero++] = home + "rar_rocking_chair.htm";
file[numero++] = home + "rashid.htm";
file[numero++] = home + "red_and_blue_chair.htm";
file[numero++] = home + "riva.htm";
file[numero++] = home + "saarinen_e.htm";
file[numero++] = home + "sacchi.htm";
file[numero++] = home + "sacco.htm";
file[numero++] = home + "scandinavian_design.htm";
file[numero++] = home + "shakers.htm";
file[numero++] = home + "sixties_design.htm";
file[numero++] = home + "starck.htm";
file[numero++] = home + "surface.htm";
file[numero++] = home + "taccia.htm";
file[numero++] = home + "taraxacum.htm";
file[numero++] = home + "thonet.htm";
file[numero++] = home + "titanio.htm";
file[numero++] = home + "tolomeo.htm";
file[numero++] = home + "urquiola.htm";
file[numero++] = home + "wallpaper.htm";
file[numero++] = home + "wassily_chair.htm";
file[numero++] = home + "woodenboat.htm";
file[numero++] = home + "xerografia.htm";
file[numero++] = home + "yacht_capital.htm";
file[numero++] = home + "zanuso.htm";
file[numero++] = home + "zurich_design_museum.htm";
// elenco dei file a cui appilacre il random
// per aggiungere un file copiare la linea seguente apportanto le modifiche necessarie
// file[numero++] = home + "cartella/nomefile";






/*FINE PARTE CONFIGURABILE */
var estratto = Math.floor(Math.random() * numero);


window.location.href=file[estratto];
}


