document.write('<OBJECT ID="Player" WIDTH=0 HEIGHT=0 hspace=0 vspace=0 CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">');
document.write('<PARAM name="filename" value="'+strFULLURL+'">');
document.write('<PARAM NAME=ShowControls VALUE=0>');
document.write('<PARAM NAME=ShowGotoBar VALUE=0>');
document.write('<PARAM NAME=ShowStatusBar VALUE=-1>');
document.write('<PARAM NAME=ControlType VALUE=2>');
document.write('<PARAM NAME=AutoStart value=1>');
document.write('<PARAM NAME=ShowDisplay value=-1>');
document.write('<PARAM NAME=DisplayBackColor VALUE=12369600>');
document.write('<PARAM NAME=DisplayForeColor VALUE=12369600>');
document.write('<PARAM NAME=Enabled VALUE=false>');
document.write('<PARAM NAME=EnableContextMenu Value=false>');
document.write('<PARAM NAME=Volume value=0>');
document.write('<PARAM NAME=BufferingTime value=8>');
document.write('<Embed type="application/x-mplayer2" FileName="'+strFULLURL+'" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" Name="Player" width="0" height="0" SHOWSTATUSBAR="-1" SHOWCONTROLS="0" SHOWGOTOBAR="0" SHOWDISPLAY="-1" INVOKEURLS="-1" AUTOSTART="1" CLICKTOPLAY="0" DisplayForeColor="12369600"></Embed>');
document.write('</OBJECT>');

