function InsertSampleMovie()
{
document.write('<center><object width="640" height="360" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">');
document.write('<param name="src" value="../video/namken.mov">');
document.write('<param name="controller" value="true">');
document.write('<param name="autoplay" value="true">');
document.write('<embed src="../video/namken.mov"');
document.write('width="640" height="360"');
document.write('controller="true" autoplay="true"');
document.write('scale="tofit" cache="true"');
document.write('pluginspage="http://www.apple.com/quicktime/download/"');
document.write('>');
document.write('</object></center>');
}
