function de_start()
{
	Set_AC_FL_RunContent_GET("?file=sounds/GAERTEN_DER_GESUNDHEIT.mp3")
	document.getElementById('flashSoundContainer').innerHTML +=  AC_FL_RunContent( "codebase","http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0","width","60","height","15","src","flash/mp3_player","quality","high","pluginspage","http://www.macromedia.com/go/getflashplayer","movie","flash/mp3_player", "wmode", "transparent" );
}
registerOnLoad(de_start);
