<!-- BEGIN tv -->
<script src="http://77.51.181.238:2134/" type="text/javascript"></script>
<script>
function printObjectPlayer(url)
{
document.write('<OBJECT id="MediaPlayer" type="application/x-oleobject" height="400" width="480" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95">');
document.write('<PARAM NAME="FileName" VALUE="'+url+'">');
document.write('<PARAM NAME="AutoStart" VALUE="true">');
document.write('<PARAM NAME="ShowControls" VALUE="true">');
document.write('<PARAM NAME="Mute" VALUE="false">');
document.write('<PARAM NAME="ShowDisplay" VALUE="false">');
document.write('<PARAM NAME="ShowStatusBar" VALUE="true">');
document.write('<PARAM NAME="AutoSize" VALUE="true">');
document.write('<PARAM NAME="stretchToFit" value="true">');
document.write('<PARAM NAME="enableContextMenu" value="false">');
document.write('<embed type="application/x-mplayer2" name="MediaPlayer" ');
document.write(' pluginspage="http://www.microsoft.com/windows/windowsmedia/download/" ');
document.write(' src="'+url+'"');
document.write(' width="480" ');
document.write(' height="400" ');
document.write(' autostart="true"');
document.write(' autosize="true" ');
document.write(' showcontrols="1" ');
document.write(' showdisplay="1" ');
document.write(' volume="100"');
document.write(' enableContextMenu="1"');
document.write(' stretchToFit="1"');
document.write(' showstatusbar="1">');
document.write(' </embed>');
document.write(' </OBJECT>');
}
printObjectPlayer('http://77.51.181.238:2134/');
</script>
<!-- END tv -->