if(-1 != navigator.userAgent.indexOf("MSIE"))
{
document.write('<OBJECT id="Player"');
document.write(' classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6"');
document.write(' width=400 height=65>');
document.write(' <PARAM NAME="URL" VALUE="live.asx">');
document.write(' <PARAM NAME="Volume" VALUE="100">');
document.write(' <PARAM name="ShowControls" VALUE="true"></OBJECT>');
}
else if(-1 != navigator.userAgent.indexOf("Firefox"))
{
document.write('<OBJECT id="Player"');
document.write(' type="application/x-ms-wmp"');
document.write(' width=400 height=65>');
document.write(' <PARAM NAME="Volume" VALUE="100">');
document.write(' <PARAM name="URL" value="live.asx"/></OBJECT>');
}
else if(-1 != navigator.userAgent.indexOf("Safari"))
{
document.write('<OBJECT id="Player"');
document.write(' type="application/x-ms-wmp"');
document.write(' width=400 height=65>');
document.write(' <PARAM NAME="Volume" VALUE="100">');
document.write(' <PARAM name="URL" value="live.asx"/></OBJECT>');
}

