tab_fic_video = ["http://bpeimg.pulsation.fr/ml/images/content/videos/250409pastille_612k_st_16_9.flv"];
tab_title_video = ["Arrivée victorieuse De Cercle Vert "];
tab_taille_x_video = [160];
tab_taille_y_video = [90];
nb_file=tab_fic_video.length;
no_file_to_play=Math.round(Math.random()*(nb_file-1));
fic_video = tab_fic_video[no_file_to_play];
title_video = '
'+tab_title_video[no_file_to_play];
taille_x_video = tab_taille_x_video[no_file_to_play];
taille_y_video = tab_taille_y_video[no_file_to_play];
var so = new SWFObject("/fr/s00_commun/lecteur_flash/FLVPlayer_Progressive.swf", "calque1", taille_x_video, taille_y_video, "8", "#ffffff");
so.addVariable("&MM_ComponentVersion=1&skinName=/fr/s00_commun/lecteur_flash/Corona_Skin_2&autoMute=true&soundLevel=0&hideBar=true&autoLoop=true&streamName="+fic_video+"&autoPlay=true&autoRewind=true");
so.addParam('wmode','transparent');
so.write("calque1");
document.write('\n
' + title_video + '
');