function InsertMovie()
{
  document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="380" height="250" align="middle">\n');
  document.write('<param name="src" value="images/MillisWeb2.mov">\n');
    document.write('<param name="autoplay" value="true">\n');
	  document.write('<param name="type" value="video/quicktime" height="244" width="380">\n');
	    document.write('<embed src="images/MillisWeb2.mov" height="244" width="380" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/">\n');
  document.write('</object>\n');
}
