// JavaScript Document


function IEvideo()
{

  document.write('<object id=MediaPlayer codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701 type=application/x-oleobject height=280 width=320 classid=CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95>\n');
  document.write('<param NAME="FileName" VALUE="/galaxy/GalaxyShanghaiTour.WMV">\n');
  document.write('<param NAME="autostart" VALUE="1">\n');
  document.write('<param NAME="showcontrols" VALUE="1">\n');
  document.write('<embed src="/galaxy/GalaxyShanghaiTour.WMV"  width="320" height="280" type="application/x-mplayer2" autostart="1" showcontrols="1"> </embed>\n');
  document.write('</object>\n');
}












