function InsertMovie()
{
    document.write('<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="627" height="360" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
    document.write('<param name="src" value="videos/Killspencer_Final_Web14.mov" />\n');
    document.write('<param name="type" value="video/quicktime" height="360" width="627">\n');
    document.write('<param name="volume" value="75">\n');
    document.write('<embed src="videos/Killspencer_Final_Web14.mov" height="360" width="627" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" volume="75"></embed>\n');
    document.write('</object>\n');
}