document.write('<script type="text/javascript" src="/mms/player/ufo.js"></script>');

function SH_flv_player(flv,jpg)
	{/*{{{*/
		var id = 'p'+Math.random()*100;
		id	=	id.replace(/\./g,'');
		document.write('<p id="'+id+'"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this Video.</p>');
		var FO = { movie:"/mms/player/flvplayer.swf",width:"425",height:"339",majorversion:"7",build:"0",bgcolor:"#FFFFFF",flashvars:"file="+flv+"&image="+jpg+"&autostart=false&clicktext=Video+Abspielen" };
		UFO.create(FO,id);
	}/*}}}*/
	
	function SH_flv_player_01(flv,jpg)
	{/*{{{*/
		var id = 'p'+Math.random()*100;
		id	=	id.replace(/\./g,'');
		document.write('<p id="'+id+'"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this Video.</p>');
		var FO = { movie:"/shuffle/flvplayer.swf",width:"425",height:"339",majorversion:"7",build:"0",bgcolor:"#FFFFFF", flashvars:"file="+flv+"&image="+jpg+"&autostart=true&clicktext=Video+Abspielen" };
		UFO.create(FO,id);
	}/*}}}*/
