﻿function InsertMovie()
{
document.write('<object width="300" height="200" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n');
document.write('<param name="src" value="http://www.newvisionssyndication.com/Faithful-Friends-Demo.mov">\n');
document.write('<param name="autoplay" value="true">\n');
document.write('<param name="controller" value="false">\n');
document.write('<embed src="http://www.newvisionssyndication.com/Faithful-Friends-Demo.mov" width="300" height="200" autoplay="true" controller="false" pluginspage="http://www.apple.com/quicktime/download/">\n');
document.write('</embed>\n');
document.write('</object>\n');
}