/*INIZIO PARTE CONFIGURABILE */

var numero = 0;
var homme = '';
var file = new Array;
function estrai()
{
home = 'http://www.designdictionary.co.uk/en/';
// Questa è la variabile che indica l'indirizzo di partenza
// Nella versione inglese potrebbe essere home = 'http://www.designdictionary.co.uk/eng/';


numero = 0;
//Variabili di inizializzazione


file[numero++] = home + "2cv_citroen.htm";
file[numero++] = home + "aalto.htm";
file[numero++] = home + "aalto_museum.htm";
file[numero++] = home + "aarnio.htm";
file[numero++] = home + "abitare.htm";
file[numero++] = home + "adi.htm";
file[numero++] = home + "aeg.htm";
file[numero++] = home + "aerodynamic.htm";
file[numero++] = home + "aiap.htm";
file[numero++] = home + "albini.htm";
file[numero++] = home + "alessi.htm";
file[numero++] = home + "anthropomorphic.htm";
file[numero++] = home + "arad.htm";
file[numero++] = home + "artichoke.htm";
file[numero++] = home + "artist.htm";
file[numero++] = home + "aspronadi.htm";
file[numero++] = home + "astori.htm";
file[numero++] = home + "audi.htm";
file[numero++] = home + "audit.htm";
file[numero++] = home + "aspronadi.htm";
file[numero++] = home + "aulenti.htm";
file[numero++] = home + "authentics.htm";
file[numero++] = home + "bakelite.htm";
file[numero++] = home + "bauhaus_archiv.htm";
file[numero++] = home + "bellini.htm";
file[numero++] = home + "bialetti.htm";
file[numero++] = home + "brainstorm.htm";
file[numero++] = home + "bravacasa.htm";
file[numero++] = home + "brief.htm";
file[numero++] = home + "brionvega.htm";
file[numero++] = home + "cad.htm";
file[numero++] = home + "cam.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 + "dascanio.htm";
file[numero++] = home + "davidson.htm";
file[numero++] = home + "delucchi.htm";
file[numero++] = home + "design_museum.htm";
file[numero++] = home + "digital_photography.htm";
file[numero++] = home + "domus.htm";
file[numero++] = home + "eames.htm";
file[numero++] = home + "farr.htm";
file[numero++] = home + "frame.htm";
file[numero++] = home + "graphic_design.htm";
file[numero++] = home + "guzzini.htm";
file[numero++] = home + "habib.htm";
file[numero++] = home + "icon.htm";
file[numero++] = home + "industrial_design.htm";
file[numero++] = home + "interni.htm";
file[numero++] = home + "iqd.htm";
file[numero++] = home + "italian_design.htm";
file[numero++] = home + "kevlar.htm";
file[numero++] = home + "koziol.htm";
file[numero++] = home + "kult.htm";
file[numero++] = home + "lady.htm";
file[numero++] = home + "lecorbusier.htm";
file[numero++] = home + "magistretti.htm";
file[numero++] = home + "margherita.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 + "newson.htm";
file[numero++] = home + "ottagono.htm";
file[numero++] = home + "panton.htm";
file[numero++] = home + "plastic.htm";
file[numero++] = home + "polypropylene.htm";
file[numero++] = home + "polyurethanes.htm";
file[numero++] = home + "rashid.htm";
file[numero++] = home + "saarinen_eero.htm";
file[numero++] = home + "scandinavian_design.htm";
file[numero++] = home + "shakers.htm";
file[numero++] = home + "sketch.htm";
file[numero++] = home + "skybed.htm";
file[numero++] = home + "starck.htm";
file[numero++] = home + "surface.htm";
file[numero++] = home + "taccia.htm";
file[numero++] = home + "titanium.htm";
file[numero++] = home + "tolomeo.htm";
file[numero++] = home + "urquiola.htm";
file[numero++] = home + "vignelli_lella.htm";
file[numero++] = home + "wallpaper.htm";
file[numero++] = home + "web_design.htm";
file[numero++] = home + "wood.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];
}

