// JavaScript Document
function InsertSampleMovie()
{
document.write('<object classid="clsid: 02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="640" height="360" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
document.write('<param name="src" value="flash/SonabaiRoto2.mov" />\n');
document.write('<param name="controller" value="false">\n');
document.write('</object>\n');
}