function InsertMovie()
{
document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" HEIGHT="180" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">');
    document.write('<PARAM NAME="controller" VALUE="TRUE">');
    document.write('<PARAM NAME="type" VALUE="video/quicktime">');
    document.write('<PARAM NAME="autoplay" VALUE="true">');
    document.write('<PARAM NAME="target" VALUE="myself">');
    document.write('<PARAM NAME="src" VALUE="http://answerspot.com/mm/files/MogollonMonster.mov">');
    document.write('<PARAM NAME="pluginspage"VALUE="http://www.apple.com/quicktime/download/index.html">');
    document.write('<EMBED WIDTH="320" HEIGHT="256" CONTROLLER="TRUE" TARGET="myself" SRC="http://answerspot.com/mm/files/MogollonMonster.mov" type="video/quicktime" PLUGINSPAGE="http://www.apple.com/quicktime/download/index.html"></EMBED>');
document.write('</OBJECT>');
}
