// JavaScript Document
var s;
s = '<div align="center">'; 
s += '<OBJECT ID="MediaPlayer1" width="300" 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://www.sabyeradio.in.th: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="ShowAudioControls" VALUE="True">';
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://www.sabyeradio.in.th:8000"';
s +='width="300"';
s +='height="50"';
s +='AutoStart="True"';
s +='ShowPositionControls="false"';
s +='ShowDisplay="false"';
s +='ShowTracker="false"';
s +='ShowCaptioning="false"';
s +='ShowGotoBar="false"';
s +='ShowAudioControls="True"';
s +='ShowStatusBar="True"';
s +='EnableContextMenu="false"';
s +='Volume="0"';
s +='displaySize="0"';
s +='autoSize="false"';
s +='>';
s +='</EMBED>';    
s +='</OBJECT>';
s +='</div><div align="center" ><a href="#" onclick="RadioReqSong()">';
s +='<button type="button" style="background-image: url(http://www.sabyeradio.in.th/request/admin/images/request.png); width: 120px; height: 25px; border: 0px;  cursor: pointer;"></button></a></div> ';
document.write(s);
function RadioReqSong(){
	window.open('http://www.sabyeradio.in.th/request/?act=request','name','height=290,width=220');
}