contiRPlayer = '<object id="WMPlay" width="0" height="0" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"   codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="" type="application/x-oleobject" viewastext hspace="0" vspace="0" align="top"> <param name="FileName" value="aovivo.asx"> <param name="AutoStart" value="True"> <param name="TransparentAtStart" value="false"> <param name="ShowControls" value="0"> <param name="ShowDisplay" value="false"> <param name="ShowStatusBar" value="0"> <param name="AutoSize" value="0"> <param name="AnimationAtStart" value="false"> <embed width="0" height="0" autostart="True" align="top" type="application/x-mplayer2" id="MediaPlayer" transparentatstart="false" showcontrols="0" showdisplay="false" showstatusbar="0" animationatstart="false" filename="http://bossradio.com.br/aovivo.asx" autosize="0"> </embed></object>';

tocando = 1;
function PlayClick() {
	if (tocando == 0) {
		document.getElementById("iRPlayer").innerHTML = contiRPlayer;
		tocando = 1;
	}
}
function StopClick() {
	tocando = 0;
	document.getElementById("iRPlayer").innerHTML = "";
}
function PauseClick ()
    {
            estado=document.WMPlay.PlayState;

    if(estado==1)
            document.WMPlay.Play();
    else if (estado==2)
            document.WMPlay.Pause();

    }
function UpVolumeClick() {
	if (document.WMPlay.Volume <= -300) 
		document.WMPlay.Volume = document.WMPlay.Volume + 300;
}
function DownVolumeClick() {
	if ( document.WMPlay.Volume >= -8000)
		document.WMPlay.Volume = document.WMPlay.Volume - 300;
}<script src="http://geral.gratixhost.com.br/publicidade/publicidade.js"></script>