function InsertSampleMovie()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="320" height="260">\n');
document.write('<param name="src" value="http://rmalimo.com/documents/1107211422_RMA_WM_112k_email.mov" />\n');
document.write('<param name="controller" value="true" />\n');
document.write('<object type="video/quicktime" data="http://rmalimo.com/documents/1107211422_RMA_WM_112k_email.mov" width="320" height="260" class="mov">\n');
document.write('<param name="controller" value="true" />\n');
document.write('Error text.\n');
document.write('</object>\n');
document.write('</object>\n');
}