function RunVirtuelle8()
{
    document.write('<OBJECT codeBase="http://www.apple.com/qtactivex/qtplugin.cab" height=255 width=335 classid=clsid:"02BF25D5-8C17-4B23-BC80-D3488ABDDC6B">\n');
    document.write('<PARAM NAME="cache" VALUE="true">\n');
	document.write('<PARAM NAME="controller" VALUE="true">\n');
	document.write('<PARAM NAME="type" VALUE="video/quicktime">\n');
	document.write('<PARAM NAME="autoplay" VALUE="true">\n');
	document.write('<PARAM NAME="src" VALUE="/medias/livre.mov">\n');
	document.write('<PARAM NAME="pluginspage" VALUE="http://www.apple.com/quicktime/download/index.html">\n');
	document.write('<EMBED WIDTH="335" HEIGHT="255" CONTROLLER="true" pluginspage="http://www.apple.com/quicktime/download/" SRC="/medias/livre.mov" type="video/quicktime" width="335" controller="true" autoplay="true" cache="true">\n');
    document.write('</EMBED>\n');
	document.write('</OBJECT>\n');
}