var bAgent	= window.navigator.userAgent;
var isWin		= (bAgent.indexOf("Win") >= 0); 
var isIE		= (bAgent.indexOf("MSIE") > 0); 
var isMac		= (bAgent.indexOf("Mac") >= 0); 

if(isIE && isWin)
{
	var d = document.getElementById("Ebene3");
	//d.innerHTML = '<embed name="player" width="258" height="16" type="audio/mpeg" autostart="false"></embed>';
	//d.innerHTML = '<object id="player" width="258" height="26" type="audio/mp3"> <param name="autostart" value="true">';
	d.innerHTML = '<object id="player" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="258" height="32"> <param name="autostart" value="true"> <PARAM name="enabled" value="true"> </object>';

}
else
{
	document.write('<embed name="player" width="258" height="16" type="audio/mpeg" target="myself" autostart="false"></embed>');
	//document.write('<embed name="player" width="415" height="16" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" EnableJavaScript="true" target="myself" controller="true" autoplay="false" scale="aspect"></embed>');
	/*
	document.write('<object id="player" width="250" height="16" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">');
	document.write('<param name="src" value="http://www.64bits.de/songs/null.mp3" >');
	document.write('<param name="target" value="myself" >');
	document.write('<param name="controller" value="true" >');
	document.write('<param name="autoplay" value="false" > </object>');
	*/
}