function WebTv() {
document.write('<object id="MediaPlayer1" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Microsoft Windows Media Player components..." width="326" height="291">  ');
document.write('	<param name="fileName" value="mms://livewm.orange.fr/live-multicanaux">  ');
document.write('	<param name="animationatStart" value="true">  ');
document.write('	<param name="transparentatStart" value="false">  ');
document.write('	<param name="autoStart" value="true">  ');
document.write('	<param name="showControls" value="true">  ');
document.write('	<param name="ShowStatusBar" value="True">  ');
document.write('	<embed type="application/x-mplayer2"   ');
document.write('		pluginspage="http://microsoft.com/windows/mediaplayer/en/download"  ');
document.write('		id=mediaplayer  ');
document.write('		name=""  ');
document.write('		width="326"  ');
document.write('		height="291"   ');
document.write('		src="mms://livewm.orange.fr/live-multicanaux"  ');
document.write('		autosize="0"  ');
document.write('		autostart="1"  ');
document.write('		clicktoplay="1"  ');
document.write('		displaysize="0"  ');
document.write('		enablecontextmenu="1"  ');
document.write('		enablefullscreencontrols="1"  ');
document.write('		enabletracker="1"  ');
document.write('		mute="0"  ');
document.write('		playcount="1"  ');
document.write('		showcontrols="1"  ');
document.write('		showaudiocontrols="1"  ');
document.write('		showdisplay="0"  ');
document.write('		showgotobar="0"  ');
document.write('		showpositioncontrols="1"  ');
document.write('		showstatusbar="1"  ');
document.write('		showtracker="1">  ');
document.write('	</embed>  ');
document.write('</object>  ');
}