function InsertSampleMovie()
{
	document.write('<object codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="384" height="304">');
	document.write('<param name="movie" value="images/ISG.mov">');
	document.write('<param name="autoplay" value="true">');
	document.write('<param name="controller" value="true">');
	document.write('<embed src="images/ISG.mov" pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" controller="true" autoplay="true" width="384" height="304"></embed>');
	document.write('</object>');
}