function InsertSampleMovie()
{
document.write('<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="289" height="217" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
document.write('<param name="src" value="http://www.bigfootosi.ca/simulations/intro01.swf">\n');
// DAVE: COPY LOCATION IN TWICE SEE BELOW! ALSO - The HTTP:// is needed!
document.write('<param name="autoplay" value="true">\n');
document.write('<param name="loop" value="false">\n');
document.write('<param name="controller" value="true">\n');
document.write('<param name="bgcolor" value="000000">\n');
document.write('<embed src="http://www.bigfootosi.ca/simulations/intro01.swf" width="289" height="217" autoplay="true" loop="false" controller="true" pluginspage="http://www.apple.com/quicktime/"></embed>\n');
document.write('</object>\n');
}