var s;
s = '<OBJECT ID="MediaPlayer1" width="200" height="50"  classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"';
s +='codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,0902"';
s +='standby="Loading Microsoft? Windows Media? Player components..."';
s +='type="application/x-oleobject">';
s +='<PARAM NAME="FileName" VALUE="http://203.151.232.54:8000">';
s +='<PARAM NAME="AutoStart" VALUE="True">';
s +='<PARAM NAME="ShowPositionControls" VALUE="false">';
s +='<PARAM NAME="ShowDisplay" VALUE="false">';
s +='<PARAM NAME="ShowTracker" VALUE="false">';
s +='<PARAM NAME="ShowCaptioning" VALUE="false">';
s +='<PARAM NAME="ShowGotoBar" VALUE="false">';
s +='<PARAM NAME="ShowStatusBar" VALUE="true">';
s +='<PARAM NAME="EnableContextMenu" VALUE="false">';
s +='<PARAM NAME="Volume" VALUE="-200">';
s +='<PARAM NAME="displaySize" Value="0">';
s +='<PARAM NAME="autoSize" Value="false">';
s +='<EMBED type="application/x-mplayer2" ';
s +='pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"';
s +='SRC="http://203.151.232.54:8000"';
s +='width="200"';
s +='height="50"';
s +='AutoStart="True"';
s +='ShowPositionControls="false"';
s +='ShowDisplay="false"';
s +='ShowTracker="false"';
s +='ShowCaptioning="false"';
s +='ShowGotoBar="false"';
s +='ShowStatusBar="true"';
s +='EnableContextMenu="false"';
s +='Volume="0"';
s +='displaySize="0"';
s +='autoSize="false"';
s +='>';
s +='</EMBED>';    
s +='</OBJECT>';
document.write(s);