function InsertMovie()
{
document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" HEIGHT="256" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
document.write('<PARAM NAME="autoplay" VALUE="true">\n');
document.write('<PARAM NAME="controller" VALUE="true">\n');
document.write('<PARAM NAME="pluginspage" VALUE="http://www.apple.com/quicktime/download/indext.html">\n');
document.write('<PARAM NAME="target" VALUE="myself">\n');
document.write('<PARAM NAME="type" VALUE="video/quicktime">\n');
document.write('<PARAM NAME="src" VALUE="bts-ohscanon-hi.mov">\n');
document.write(' <EMBED SRC="bts-ohscanon-hi.mov" WIDTH="320" HEIGHT="256" AUTOPLAY="true" CONTROLLER="true" BORDER="0" PLUGINSPAGE="http://www.apple.com/quicktime/download/indext.html" TARGET="myself">\n');
document.write('</object>\n');
}
