function PlayAudio(d,a,c){var b="Player_"+c;document.getElementById(b).innerHTML='<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"'+'width="130" height="47" id="'+b+'"><PARAM Name="URL" Value="'+d+'"><PARAM Name="autoStart" Value="'+a+'">'+'<PARAM Name="showStatusbar" Value="1"><embed id="'+b+'" src="'+d+'" loop="true" showstatusbar="0" showcontrols="1" '+'displaySize="0" autostart="'+a+'" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"'+'width="128" height="65" type="application/x-mplayer2"></embed></object>';}function PlayVideo(b,a){return'<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"'+'width="350" height="240" id="Player"><PARAM Name="URL" Value="'+b+'"><PARAM Name="autoStart" Value="0">'+'<PARAM Name="showStatusbar" Value="1"><embed id="Player" src="'+b+'" loop="true" showstatusbar="0" showcontrols="1" '+'displaySize="0" autostart="0" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"'+'width="350" height="240" type="application/x-mplayer2"></embed></object>';}function NewWindow(a){if(PodcastPlayer.PlayState==3){Player.Controls.Pause();}wndOpenReg(a);}function PlayPodcast(b,a){document.getElementById("PodcastPlayer").innerHTML='<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"'+'width="300" height="47" id="Player"><PARAM Name="URL" Value="'+a+'"><PARAM Name="currentPosition" Value="'+b+'">'+'<PARAM Name="showStatusbar" Value="1"><embed id="Player" src="'+a+'" loop="true" showstatusbar="0" showcontrols="1" '+'displaySize="0" currentPosition="'+b+'" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"'+'width="250" height="65" type="application/x-mplayer2"></embed></object>';}
