function InsertSampleMovie()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="660" height="516" style="background:#000">\n');
document.write('<param name="src" value="http://www.theflyfishinglife.ca/nowshow/rainbows9.mov">\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.theflyfishinglife.ca/nowshow/rainbows9.mov" width="640" height="496" scale="tofit" autoplay="true" loop="false" controller="true" pluginspage="http://www.apple.com/quicktime/"></embed>\n');
document.write('</object>\n');
}

