document.write('<script type="text/javascript" src="http://nacesty.tv/iframe/swfplayer/swfobject.js"></script>');

document.write('<div id="container" style="display:none;width:540px; height:335px; color:white; text-align:center;line-height:335px; background-color: white">' +
'            <a href="http://www.macromedia.com/go/getflashplayer">St�áně�te si flash</a> pro zobrazení� př�ehrá�vač�e.' +
'        </div>');


//var adv = document.getElementById("advantages");

//adv.innerHTML = adv.innerHTML + s;

playInlineVideo = function(id){
	var ie = (navigator.userAgent.indexOf("MSIE") != -1);
	var h = 540;
	if (ie) {
		h++;
	}
	var s1 = new SWFObject("http://nacesty.tv/iframe/swfplayer/player.swf", "ply", h, "336", "9", "#FFFFFF");
	s1.addParam("allowfullscreen", "true");
	s1.addParam("wmode", "transparent");
	s1.addParam("allowscriptaccess", "always");
	
	s1.addParam("flashvars", "file=http://nacesty.tv/iframe/playlist/item/"+id+"&plugins=googlytics-1&repeat=list&autostart=true&skin=http://nacesty.tv/iframe/swfplayer/stylish2.swf");
	s1.write("container");
//	alert('a');/
	document.getElementById('container').style.display ='';

}


