function InsertSampleMovie()
{
	document.write('<OBJECT classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="177" height="192" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n');
	document.write('<param name="src" value="http://www.flyingpudding.com/projects/florets/videos/florets_spinning_small.mov">\n');
	document.write('<param name="autoplay" value="false">\n');
	document.write('<param name="controller" value="false">\n');
	document.write('<param name="loop" value="false">\n');
	document.write('<param name="target" value="myself">\n');
	document.write('<param name="href" value="http://www.flyingpudding.com/projects/florets/videos/florets_spinning_small.mov">\n');
	document.write('<EMBED src="http://www.flyingpudding.com/projects/florets/videos/florets_spinning_small.mov" width="177" height="192" autoplay="false" controller="false" loop="false" target="myself" bgcolor="#000000" pluginspage="http://www.apple.com/quicktime/download/" href="http://www.flyingpudding.com/projects/florets/videos/florets_spinning_small.mov">\n');
	document.write('</EMBED>\n');
	document.write('</OBJECT>\n');
}

