function InsertSampleMovie()
{
document.write('<object classid=""clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="240" width="320">\n');
document.write('<param name="src" value="../video/ss201.mov"/>\n');

document.write('</object>\n');
}