function xmplayer2(width, height, source)
{
  document.write('<embed type="application/x-mplayer2" src="' + source + '" width="' + width + '" height="' + height + '" autostart="1"> </embed>');
}

