<SCRIPT LANGUAGE="JavaScript">
<!--
var rnd_no = Math.round((10000000)*Math.random());
var url = "http://rdr1.talpa.tv/asxgen.php?a=1&id=515&format=3";
var re = /\?.*=/;
if (url.match(re))
{
url += "&rnd=" + rnd_no;
}
else
{
url += "?rnd=" + rnd_no;
}
var clipHeight = 288;
// other Code
if ( !browser.ie )
{
// reserve space for toolbar
clipHeight += 69;
document.write ('<div class="PlayerMiddle" style="width: 352px; margin: 0 auto;">');
document.write (' <div class="PlayerObject">');
document.write ('<OBJECT ID="MediaPlayer" width=352 height=' + clipHeight);
document.write (' classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"');
document.write (' codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"');
document.write (' standby="Loading Microsoft Windows Media Player components..."');
document.write (' TYPE="application/x-oleobject" >');
document.write ('<PARAM NAME="filename" VALUE="' + url + '">');
document.write ('<PARAM NAME="AnimationatStart" VALUE="0"/>');
document.write ('<PARAM NAME="TransparentatStart" VALUE="1"/>');
document.write ('<PARAM NAME="AutoStart" VALUE="1"/>');
document.write ('<PARAM NAME="ShowControls" VALUE="1"/>');
document.write ('<PARAM NAME="SendPlayStateChangeEvents" VALUE="1"/>');
document.write ('<PARAM NAME="EnableContextMenu" VALUE="1"/>');
document.write ('<PARAM NAME="EnablePositionControls" VALUE="0"/>');
document.write ('<PARAM NAME="ShowStatusBar" VALUE="1"/>');
document.write ('<PARAM NAME="AllowScan" VALUE="0"/>');
document.write ('<PARAM NAME="volume" VALUE="0"/>');
document.write ('<PARAM NAME="displaySize" VALUE="0"/>');
document.write ('<EMBED type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" SRC="' + url + '" name="MediaPlayer" WIDTH="352" height="' + clipHeight + '" autostart="1" EnableContextMenu="0" ShowControls="1" AnimationAtStart="0" ShowStatusBar="1" volume="0" displaySize="0">');
document.write ('</EMBED>');
document.write ('</OBJECT>');
document.write ('</div>');
document.write ('</div>');
}
else
{
//IE Code
clipHeight += 24;
document.write ('<div id="player" class="PlayerMiddle" style="width:352px; height: ' + clipHeight + 'px; background-color:#000;">');
document.write ('<div class="PlayerObject">');
document.write ('<OBJECT ID="MediaPlayer" width=352 height=' + clipHeight);
document.write (' classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"');
document.write (' codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"');
document.write (' standby="Loading Microsoft® Windows® Media Player components..."');
document.write (' type="application/x-oleobject">');
document.write ('<PARAM NAME="filename" VALUE="' + url + '"/>');
document.write ('<PARAM NAME="AnimationatStart" VALUE="0"/>');
document.write ('<PARAM NAME="TransparentatStart" VALUE="1"/>');
document.write ('<PARAM NAME="AutoStart" VALUE="1"/>');
document.write ('<PARAM NAME="ShowControls" VALUE="0"/>');
document.write ('<PARAM NAME="SendPlayStateChangeEvents" VALUE="1"/>');
document.write ('<PARAM NAME="EnableContextMenu" VALUE="1"/>');
document.write ('<PARAM NAME="EnablePositionControls" VALUE="0"/>');
document.write ('<PARAM NAME="ShowStatusBar" VALUE="1"/>');
document.write ('<PARAM NAME="AllowScan" VALUE="0"/>');
document.write ('<PARAM NAME="volume" VALUE="0"/>');
document.write ('<PARAM NAME="displaySize" VALUE="0"/>');
document.write ('<EMBED type="application/x-mplayer2"');
document.write (' pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"');
document.write (' SRC="' + url + '"');
document.write (' name="MediaPlayer"');
document.write (' WIDTH="352"');
document.write (' HEIGHT="' + clipHeight + '"');
document.write (' autostart="1"');
document.write (' EnableContextMenu="0"');
document.write (' ShowControls="0"');
document.write (' AnimationAtStart="0"');
document.write (' ShowStatusBar="1"');
document.write (' volume="0"');
document.write (' TransparentatStart="1"');
document.write (' displaySize="0">');
document.write ('</EMBED>');
document.write ('</OBJECT>');
document.write ('</div>');
document.write ('</div>');
document.write ('<div class="PlayerBottom">');
document.write ('<div class="PlayerControls">');
document.write ('<a href="#" onclick="javascript: MediaPlayer.Stop();return false;"><img src="/static/project/talpa/images/video_stop.gif" alt="Stop" /></a>');
document.write ('<a href="#" onclick="javascript: MediaPlayer.Pause();return false;"><img src="/static/project/talpa/images/video_pause.gif" alt="Pause" /></a>');
document.write ('<a href="#" onclick="javascript: MediaPlayer.Play();return false;"><img src="/static/project/talpa/images/video_play.gif" alt="Play" /></a><a><img width="0" height="0"/></a>');
document.write ('</div>');
document.write ('</div>');
}
//-->
</SCRIPT>