function InsertSampleMovie()
{
document.write(’<CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="256" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n’);
document.write(’<param name="src" value="sample.mov" />\n’);
document.write('<param name="autoplay" value="false" />\n');
document.write('<param name="loop" value="false" />\n');
document.write('<param name="controller" value="true" />\n');
document.write(’</object>\n’);
}
