function playwma()
{
var Musicurl="F://Music//123.mp3";
document.writeln("<object id=/"Exobud/" type=/"application/x-oleobject/" height=/"64/" width=/"300/" ");
document.writeln("classid=/"CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6/" name=/"MediaPlayer/">");
document.writeln(" <param name=/"url/" value=/""+Musicurl+"/" />");
document.writeln(" <param name=/"ShowControls/" value=/"1/" />");
document.writeln(" <param name=/"ShowPositionControls/" value=/"0/" />");
document.writeln(" <param name=/"ShowAudioControls/" value=/"1/" />");
document.writeln(" <param name=/"ShowTracker/" value=/"1/" />");
document.writeln(" <param name=/"ShowDisplay/" value=/"0/" />");
document.writeln(" <param name=/"ShowStatusBar/" value=/"1/" />");
document.writeln(" <param name=/"AutoSize/" value=/"0/" />");
document.writeln(" <param name=/"ShowGotoBar/" value=/"0/" />");
document.writeln(" <param name=/"ShowCaptioning/" value=/"0/" />");
document.writeln(" <param name=/"AutoStart/" value=/"1/" />");
document.writeln(" <param name=/"PlayCount/" value=/"100000/" />");
document.writeln(" <param name=/"AnimationAtStart/" value=/"0/" />");
document.writeln(" <param name=/"TransparentAtStart/" value=/"0/" />");
document.writeln(" <param name=/"AllowScan/" value=/"0/" />");
document.writeln(" <param name=/"EnableContextMenu/" value=/"0/" />");
document.writeln(" <param name=/"ClickToPlay/" value=/"0/" />");
document.writeln(" <param name=/"InvokeURLs/" value=/"1/" />");
document.writeln(" <param name=/"DefaultFrame/" value=/"datawindow/" />");
document.writeln(" <param name=/"volume/" value=/"100/" />");
document.writeln(" <embed name=/"MediaPlayer_embed/" ");
document.writeln("pluginspage=/" http://www.microsoft.com/windows/windowsmedia/download//" ");
document.writeln("type=/"application/x-mplayer2/" ");
document.writeln("src=/""+Musicurl+"/" ");
document.writeln("width=/"300/" height=/"64/" showcontrols=/"0/" showdisplay=/"0/" showstatusbar=/"0/" ");
document.writeln("autostart=/"0/" autorewind=/"0/" showpositioncontrols=/"0/" showtracker=/"0/"> </embed>");
document.writeln("</object>");
}
{
var Musicurl="F://Music//123.mp3";
document.writeln("<object id=/"Exobud/" type=/"application/x-oleobject/" height=/"64/" width=/"300/" ");
document.writeln("classid=/"CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6/" name=/"MediaPlayer/">");
document.writeln(" <param name=/"url/" value=/""+Musicurl+"/" />");
document.writeln(" <param name=/"ShowControls/" value=/"1/" />");
document.writeln(" <param name=/"ShowPositionControls/" value=/"0/" />");
document.writeln(" <param name=/"ShowAudioControls/" value=/"1/" />");
document.writeln(" <param name=/"ShowTracker/" value=/"1/" />");
document.writeln(" <param name=/"ShowDisplay/" value=/"0/" />");
document.writeln(" <param name=/"ShowStatusBar/" value=/"1/" />");
document.writeln(" <param name=/"AutoSize/" value=/"0/" />");
document.writeln(" <param name=/"ShowGotoBar/" value=/"0/" />");
document.writeln(" <param name=/"ShowCaptioning/" value=/"0/" />");
document.writeln(" <param name=/"AutoStart/" value=/"1/" />");
document.writeln(" <param name=/"PlayCount/" value=/"100000/" />");
document.writeln(" <param name=/"AnimationAtStart/" value=/"0/" />");
document.writeln(" <param name=/"TransparentAtStart/" value=/"0/" />");
document.writeln(" <param name=/"AllowScan/" value=/"0/" />");
document.writeln(" <param name=/"EnableContextMenu/" value=/"0/" />");
document.writeln(" <param name=/"ClickToPlay/" value=/"0/" />");
document.writeln(" <param name=/"InvokeURLs/" value=/"1/" />");
document.writeln(" <param name=/"DefaultFrame/" value=/"datawindow/" />");
document.writeln(" <param name=/"volume/" value=/"100/" />");
document.writeln(" <embed name=/"MediaPlayer_embed/" ");
document.writeln("pluginspage=/" http://www.microsoft.com/windows/windowsmedia/download//" ");
document.writeln("type=/"application/x-mplayer2/" ");
document.writeln("src=/""+Musicurl+"/" ");
document.writeln("width=/"300/" height=/"64/" showcontrols=/"0/" showdisplay=/"0/" showstatusbar=/"0/" ");
document.writeln("autostart=/"0/" autorewind=/"0/" showpositioncontrols=/"0/" showtracker=/"0/"> </embed>");
document.writeln("</object>");
}