video = new Array();video[1] = '
Competition Lindy Hop
Competition Lindy Hop';video[2] = '
Atelier de Balboa avec Jason Herron et Andrée-Anne
Atelier de Balboa avec Jason Herron et Andrée-Anne';video[3] = '
CSC 2008 Kevin and Emily showcase
CSC 2008 Kevin and Emily showcase';video[4] = '
Pork and Beans
Pork and Beans';video[5] = '
Spectacle des Farandoles avec SaguenaySwing
Spectacle des Farandoles avec SaguenaySwing';video[6] = '
Les 3 de pique - Le fan club
Les 3 de pique - Le fan club';video[7] = '
BackFlip Accident
BackFlip Accident';video[8] = '
Les 3 de pique - La grosse nouvelle
Les 3 de pique - La grosse nouvelle';video[9] = '
Lindy Hop Dance - Skye Humphries and Sarah Adams
Lindy Hop Dance - Skye Humphries and Sarah Adams';video[10] = '
Eddsworld!
Eddsworld!'; document.write('
Vidéos Prise1

'); var id=1; document.getElementById('prise1Video').innerHTML = video[id]; function prise1Next(sens){ if(sens==1){ if(id<10){ id++; }else{ id=1; } }else{ if(id>=2){ id--; }else{ id=10; } } document.getElementById('prise1Video').innerHTML = video[id]; //rn = Math.floor(Math.random()*25)+1; rn = 0; document.getElementById('prise1BG').style.backgroundImage = "url(http://www.prise1.com/extprise1/images/bg/"+rn+".gif)"; }