	/*
		WIDGET PODCAST HTTP://WWW.GALAXIACOCINA.COM 5 abril 2009 versión 0.5 beta
		lang: [es,ca,en,pt]
		width: integer
		height: integer
		autostart: [true,false]
		playlist: [top,bottom]
		backcolor: RGB color
		frontcolor: RGB color
		screencolor: RGB color
		displayheight: integer
		repeat: 
		extra : extra parameter

		All flashvar http://www.longtailvideo.com/support/faq
		example: Put_media_player('es',240,200,'false','top','#FFFFFF','#079B05', '#000000',0, 'list', '');
	*/
	function Put_media_player(lang, width, height, autostart, playlist, backcolor, frontcolor, screencolor, displayheight, repeat, extra) {
		document.write('<object width="'+width+'" height="'+height+'"><param name="movie" value="http://www.galaxiacocina.com/galaxia1/thirdpartyes/mediaplayer/player.swf" />');
		document.write('<embed type="application/x-shockwave-flash" src="http://www.galaxiacocina.com/galaxia1/thirdpartyes/mediaplayer/player.swf?file=http://www.galaxiacocina.com/galaxia1/rss.php" allowFullScreen="true" flashvars="backcolor='+backcolor+'&amp;frontcolor='+frontcolor+'&amp;height='+width+'&amp;width='+height+'&amp;autostart='+autostart+'&amp;playlist='+playlist+'&amp;screencolor='+screencolor+'&amp;displayheight='+displayheight+'&amp;file=http://www.galaxiacocina.com/galaxia1/rss.php?langt='+lang+'&amp;repeat='+repeat+'&amp;&amp;displayclick=play&amp;extra='+extra+'" height='+height+' width='+width+'>');
		document.write('</embeded></object><br /><a href="http://www.galaxiacocina.com" target="_blank"><img src="http://www.galaxiacocina.com/galaxia1/widget/logo_podcast.gif" alt="Proporcionado por galaxiacocina.com" border="0" /></a>');
	}
