// JavaScript Document
function InsertSampleMovie()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" >\n');
document.write('<param name="src" value="MoteTalk.mp4" />\n');
document.write('<param name="autoplay" value="true">\n');
document.write('<param name="width" value="640">\n');
document.write('<param name="height" value="495">\n');
document.write('<param name="controller" value="true">\n');
document.write('<embed src="MoteTalk.mp4" width="640" height="495" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/"> </embed>\n');
document.write('</object>\n');
}