// InsertMovie.js
document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"');
document.write('CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"');
document.write('HEIGHT="496"');
document.write('WIDTH="640">');
document.write('<PARAM NAME="src" VALUE="OLPC.mov">');
document.write('<param name="kioskmode" value="true">');
document.write('<EMBED SRC="OLPC.mov" HEIGHT="496" WIDTH="640" kioskmode="true" TYPE="video/quicktime" PLUGINSPAGE="http://www.apple.com/quicktime/download/" /></OBJECT>');
