/* Movie embedder */
function InsertSampleMovie()
{
document.write(’<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="240" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">’);
document.write(’<param name="src" value="img/CharDemo01-web.mov" autoplay="false" />\n’);
document.write(’</object>\n’);
}