function Activex()
{
   //document.write('<object classid="clsid:D27CDB6E..." ... height="200">\n');
  // document.write('<param name="movie" value="activex.mov" />\n');
  // document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="movies/amyspeace.mov" width=240 height="190"></embed>\n');
  // document.write('</object>\n');
}