function afficherSWF() {
	var object = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' ";
	object += "codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' ";
	object += "width='224' height='194' ";
	object += "align='left' ";
	object += "id='slideshow'>";
	object += "<param name='movie' ";
	var fichier = "bio/alea";
	var rand_no = Math.random();
	rand_no = rand_no * 100;
	rand_no = Math.ceil(rand_no);
	object += "value='"+fichier+".swf?xml_source="+fichier+"_xml.php?"+rand_no+"' />";
	object += "<param name='quality' value='high' />";
	object += "<param name='bgcolor' value='#6E5632' />";
	object += "<embed src='"+fichier+".swf?xml_source="+fichier+"_xml.php?"+rand_no+"' ";
	object += "width='224' height='194' ";
	object += "quality='high' ";
	object += "bgcolor=#6E5632 ";
	object += "name='slideshow' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'>";
	object += "</embed>";
	object += "</object>";
	document.write(object);
}

function bio_vidéo() {
	document.write('<script language=javascript src=http://www.bezoom.tv/PlayerBezoom/PlayerBezoom.asp?CustomerId=70007043&CustomerVideo=All&PlayerSkin=Black&PlayerWidth=560&PlayerPlays=yes&PlayerTitles=yes></script>');
}
