function InsertMovie()
{
document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="600" HEIGHT="250" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
document.write('<PARAM NAME="src" VALUE="http://www.rdp-db.co.uk/is_anybody_there_800k.mov">\n');
document.write('<PARAM NAME="autoplay" VALUE="true">\n');
document.write('<PARAM NAME="controller" VALUE="true">\n');
document.write('<PARAM NAME="loop" VALUE="false">\n');
document.write('<EMBED SRC="http://www.rdp-db.co.uk/is_anybody_there_800k.mov" WIDTH="600" HEIGHT="250" AUTOPLAY="true" CONTROLLER="true" LOOP="false" PLUGINSPAGE="http://www.apple.com/quicktime/">\n');
document.write('</object>\n');
}
