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="blotch12.mov" />\n');
document.write('<param name="type" value="video/quicktime" >\n');
document.write('<embed src="video/blotch12.mov"  autoplay="false" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" width="640" height="480"> \n');
document.write('</object>\n');
}
