// Script pour le changement d'images aléatoires
// Début Litterature
lit = new Array();
lit[0] = 'images/img/home/espaces/litte/1.jpg';
lit[1] = 'images/img/home/espaces/litte/2.jpg';
lit[2] = 'images/img/home/espaces/litte/3.jpg';
lit[3] = 'images/img/home/espaces/litte/4.jpg';

tlit = new Array();
tlit[0] = 'Le tour des géants';
tlit[1] = 'L\'axe majeur';
tlit[2] = 'Barbecue party';
tlit[3] = 'Le nom du vent';

var nbre = lit.length;
n = Math.floor(Math.random()* +nbre);
// Fin Litterature

// Début Loisirs creatifs
ba = new Array();
ba[0] = 'images/img/home/espaces/ba/ba_01.jpg';
ba[1] = 'images/img/home/espaces/ba/ba_02.jpg';
ba[2] = 'images/img/home/espaces/ba/ba_03.jpg';
ba[3] = 'images/img/home/espaces/ba/coffret.jpg';

tba = new Array();
tba[0] = 'Coffret peinture';
tba[1] = 'Coffret chevalet de table';
tba[2] = 'Coffret aquarelle';
tba[3] = 'Coffret peinture';

var nbre = ba.length;
n = Math.floor(Math.random()* +nbre);
//Fin Loisirs creatifs

// Début Papeterie
//pap = new Array();
//pap[0] = 'images/img/home/espaces/papet/alexandra.gif';
//pap[1] = 'images/img/home/espaces/papet/callofduty.gif';
//pap[2] = 'images/img/home/espaces/papet/conan.jpg';
//pap[3] = 'images/img/home/espaces/papet/crysis.gif';

//tpap = new Array();
//tpap[0] = 'Alexandra';
//tpap[1] = 'Call of Duty';
//tpap[2] = 'Conan';
//tpap[3] = 'Crysis';

//var nbre = pap.length;
//n = Math.floor(Math.random()* +nbre);
// Fin Loisirs Papeterie

// Début Multimedia
mul = new Array();
mul[0] = 'images/img/home/espaces/cdrom/1.jpg';
mul[1] = 'images/img/home/espaces/cdrom/2.jpg';
mul[2] = 'images/img/home/espaces/cdrom/3.jpg';
mul[3] = 'images/img/home/espaces/cdrom/4.jpg';

tmul = new Array();
tmul[0] = 'The Legend of Zelda';
tmul[1] = 'Mass Effect 2';
tmul[2] = 'FIFA 10';
tmul[3] = 'Bayonetta';

var nbre = mul.length;
n = Math.floor(Math.random()* +nbre);
// Fin Multimedia

// Début Musique
mus = new Array();
mus[0] = 'images/img/home/espaces/cd/1.jpg';
mus[1] = 'images/img/home/espaces/cd/2.jpg';
mus[2] = 'images/img/home/espaces/cd/3.jpg';
mus[3] = 'images/img/home/espaces/cd/4.jpg';

tmus = new Array();
tmus[0] = 'Wilco';
tmus[1] = 'Boris Vian';
tmus[2] = 'Around wyatt';
tmus[3] = 'Alcina';

var nbre = mus.length;
n = Math.floor(Math.random()* +nbre);
// Fin Musique

// Début Video
vid = new Array();
vid[0] = 'images/img/home/espaces/dvd/1.jpg';
vid[1] = 'images/img/home/espaces/dvd/2.jpg';
vid[2] = 'images/img/home/espaces/dvd/3.jpg';
vid[3] = 'images/img/home/espaces/dvd/4.jpg';

tvid = new Array();
tvid[0] = 'Coco';
tvid[1] = 'Twilight';
tvid[2] = 'Slumdog millionaire';
tvid[3] = 'Shadow of the moon';

var nbre = vid.length;
n = Math.floor(Math.random()* +nbre);
// Fin Video

// Début Galerie d'Art
gal = new Array();
gal[0] = 'images/img/home/espaces/gal/daum.jpg';
gal[1] = 'images/img/home/espaces/gal/figurines.jpg';
gal[2] = 'images/img/home/espaces/gal/rmn.jpg';
gal[3] = 'images/img/home/espaces/gal/tonton.jpg';

tgal = new Array();
tgal[0] = 'Collection Daum';
tgal[1] = 'Collection Parastone';
tgal[2] = 'Collection Rmn';
tgal[3] = 'Les tontons flingueurs';

var nbre = gal.length;
n = Math.floor(Math.random()* +nbre);
// Fin Galerie d'Art

// Début Presse
pre = new Array();
pre[0] = 'images/img/home/espaces/presse/1.jpg';
pre[1] = 'images/img/home/espaces/presse/2.jpg';
pre[2] = 'images/img/home/espaces/presse/3.jpg';
pre[3] = 'images/img/home/espaces/presse/4.jpg';

tpre = new Array();
tpre[0] = 'Ca m\'intéresse';
tpre[1] = 'Le Capital';
tpre[2] = 'Chauffage et cheminées';
tpre[3] = 'CTIZEN K';

var nbre = pre.length;
n = Math.floor(Math.random()* +nbre);
// Fin Presse