function InsertSampleMovie() {
	document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" HEIGHT="256" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">');
	document.write('<PARAM name="SRC" VALUE="media/Roadzilla300Kbps-rev.mov">');
	document.write('<PARAM name="AUTOPLAY" VALUE="true">');
	document.write('<PARAM NAME="type" VALUE="video/quicktime">');
	document.write('<PARAM name="CONTROLLER" VALUE="true">');
	document.write('<EMBED SRC="media/Roadzilla300Kbps-rev.mov" WIDTH="320" HEIGHT="256" AUTOPLAY="true" CONTROLLER="true" type="video/quicktime" PLUGINSPAGE="http://www.apple.com/quicktime/download/">');
	document.write('</EMBED>');
	document.write('</OBJECT>');
}