function HeleneFischerPlayer()
{
	try{
		this.p = document.getElementById("Helene_Player");
		
		if(document.all)
		{
			this.p.innerHTML = '<OBJECT id=mother height=475 width=265 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="_cx" VALUE="7011"><PARAM NAME="_cy" VALUE="12568"><PARAM NAME="FlashVars" VALUE=""><PARAM NAME="Movie" VALUE="http://www.helene-fischer.de/mediaplayer/mother_5.swf"><PARAM NAME="Src" VALUE="http://www.helene-fischer.de/mediaplayer/mother_5.swf"><PARAM NAME="WMode" VALUE="Transparent"><PARAM NAME="Play" VALUE="-1"><PARAM NAME="Loop" VALUE="-1"><PARAM NAME="Quality" VALUE="High"><PARAM NAME="SAlign" VALUE="LT"><PARAM NAME="Menu" VALUE="-1"><PARAM NAME="Base" VALUE=""><PARAM NAME="AllowScriptAccess" VALUE="always"><PARAM NAME="Scale" VALUE="NoScale"><PARAM NAME="DeviceFont" VALUE="0"><PARAM NAME="EmbedMovie" VALUE="0"><PARAM NAME="BGColor" VALUE="E3DFD3"><PARAM NAME="SWRemote" VALUE=""><PARAM NAME="MovieData" VALUE=""><PARAM NAME="SeamlessTabbing" VALUE="1"><PARAM NAME="Profile" VALUE="0"><PARAM NAME="ProfileAddress" VALUE=""><PARAM NAME="ProfilePort" VALUE="0"><PARAM NAME="AllowNetworking" VALUE="all"><PARAM NAME="AllowFullScreen" VALUE="true"></OBJECT>';
			
		}else{
			this.p.innerHTML = '<embed type="application/x-shockwave-flash" src="http://www.helene-fischer.de/mediaplayer/mother_5.swf" style="" id="mother" name="mother" bgcolor="#E3DFD3" quality="high" wmode="transparent" allowfullscreen="true" allowscriptaccess="always" flashvars="height=360&width=230&backcolor=0xffffff&frontcolor=0x702720&lightcolor=0xf0eedf&screencolor=0xFFFFFF&displayheight=230&displaywidth=230&searchbar=false&showicons=true&showdigits=false&showstop=false&usefullscreen=true&enablejs=true&file=http://www.helene-fischer.de/mediaplayer/playlist-fet1.xml&allowscriptaccess=always&a=2" width="265" height="475">';
		}
	} catch(e){
		alert("Achtung!\nDer Embed-Code für den Helene Fischer Mediaplayer\nist nicht komplett oder fehlerhaft.\nBitte aktualisieren Sie den Embed-Code des Players.");
	}
}

HeleneFischerPlayer();

