video = new Array();video[1] = '
Crazy Frog Popcorn Dance';video[2] = 'Application of Marmorino and Venetian Plaster';video[3] = '';video[4] = 'Spectacle des Farandoles avec SaguenaySwing';video[5] = 'Swing - 14-Charleston-Tour180-360';video[6] = 'Le café - Oldelaf et Monsieur D';video[7] = 'Hands down on the ground bitches';video[8] = 'Ukraine\'s got talent very cute children performance!!!';video[9] = 'Frank Lavallee';video[10] = 'Spider Robot'; document.write(''); 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)"; }