function mPaly64(fileUrl)
{
	//9.0版本播放代码
mPaly90(fileUrl);
}

function mPaly90()
{
	//6.4版本播放代码
	document.writeln('<DIV id="disp2" style="DISPLAY: inline;margin-left:208px;margin-top:3px;POSITION:absolute;;width:90px;HEIGHT:16px;background:#000;color:#B9D1F7"></div>');
	document.write ("<object id=\"Exobud\" classid=\"CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6\" width=\"100%\" height=64>");
	document.write ("<param name=\"ShowStatusBar\" value=\"-1\">");
	document.write ("<param name=\"PlayCount\" value=\"255\">");
	document.write ("<param name=\"Album\" value=\"我要听音乐网 www.51t.net\">");
	document.write ("<PARAM NAME=\"URL\" VALUE=\"\">");
	document.write ("<param name=\"enablecontextmenu\" value=\"0\">");
	document.write ("<param name=\"Volume\" value=\"100\">\n");
	document.write ("<param name=\"ShowDisplay\" value=\"0\">");
	document.write ("</OBJECT>")
}
function show_list_Play()
{

	if (!browser.msie)
	{
		var s_p = '';
		document.writeln('<DIV id="disp2" class="hong" style="DISPLAY: inline;margin-left:250px;margin-top:6px;POSITION:absolute;;width:100px;HEIGHT:16px;background:#000;color:#B9D1F7;text-align:center;">00:00</div>');
		s_p = '<object id="Exobud" data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="0">';
		s_p+='<param name="source" value="/script/play/silverlight.xaml"/>';
		s_p+='<param name="onerror" value="onSilverlightError" />';
		s_p+='<param name="background" value="red" />';
		s_p+='<param name="minRuntimeVersion" value="3.0.40307.0" />';
		s_p+='<param name="autoUpgrade" value="true" />';
		s_p+='<param name="onload" value="onLoaded" />';
		s_p+='<param name="onMediaEnded" value="onLoaded" />';
		s_p+='<span class="red1">提示:由于你使用的非IE内核的浏览器,<br>需要安装插件才可以播放歌曲,<br>请点击下面图标进行安装播放器<br>安装完成后重新刷新当然页面即可试听歌曲.</span><a href="http://go2.microsoft.com/fwlink/?LinkID=141205" target="_blank" style="text-decoration: none;">';
     	s_p+='<img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/>';
		s_p+='</a>';
		s_p+='</object>';
		document.write (s_p);
	}
	else
	{
		document.writeln('<DIV id="disp2" style="DISPLAY: inline;margin-left:208px;margin-top:3px;POSITION:absolute;;width:90px;HEIGHT:16px;background:#000;color:#B9D1F7"></div>');
		document.write ("<object id=\"Exobud\" classid=\"CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6\" width=\"100%\" height=64>");
		document.write ("<param name=\"ShowStatusBar\" value=\"-1\">");
		document.write ("<param name=\"PlayCount\" value=\"255\">");
		document.write ("<param name=\"Album\" value=\"我要听音乐网 www.51t.net\">");
		document.write ("<param name=\"enablecontextmenu\" value=\"1\">");
		document.write ("<param name=\"Volume\" value=\"100\">\n");
		document.write ("<param name=\"ShowDisplay\" value=\"0\">");
		document.writeln("<param name=\"BufferingTime\" value=\"5\">");
		document.write ("</OBJECT>")
	}
}
