function video() {
	document.write('<object height="250" width="328" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6"  >');
		document.write('<param name="height" value="250"  />');
        document.write('<param name="width" value="328"  />');
        document.write('<param name="src" value="video/3BA8B328d01.mpg"  />');
        document.write('<param name="url" value="video/3BA8B328d01.mpg"  />');
        document.write('<embed height="250" width="328" src="video/3BA8B328d01.mpg" type="application/x-mplayer2" ></embed>');
        document.write('</object>');
};
