function get_player(video)
{
	return UFO.create( { movie:"/flv/flvplayer.swf",width:"234",height:"172",majorversion:"7",build:"0",bgcolor:"#FFFFFF", flashvars:"file="+video+"&showdigits=true&autostart=true&showfsbutton=true" }, "player1");
}

function get_player_v(video, width, height)
{
	return UFO.create( { movie:"/flv/flvplayer.swf",width:""+width,height:""+height,majorversion:"7",build:"0",bgcolor:"#FFFFFF", flashvars:"file="+video+"&showdigits=true&autostart=true&showfsbutton=true" }, "player1_v");
}
