function InsertSampleMovie()
{
	document.write('<object classid="clsid:	02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="480" width="720">\n');
	document.write('<param name="src" value="roughreel.20090523.119MB.mov" />\n');
	document.write('<param name="autoplay" value="false" />\n');
	document.write('<param name="type" value="video/quicktime" height="480" width="720" scale="aspect" />\n');
	document.write('<embed src="roughreel.20090523.119MB.mov" height="480" width="720" scale="aspect" autoplay="false" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" bgcolor="#999966"/>\n');
	document.write('</object>\n');
}
