function InsertMovie()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" name="map" width="480" height="376">\n');
document.write('<param name="autoplay" value="true">\n');
document.write('<param name="controller" value="true">\n');
document.write('<param name="pluginspage" value="http://www.apple.com/quicktime/download/">\n');
document.write('<param name="target" value="myself">\n');
document.write('<param name="type" value="video/quicktime">\n');
document.write('<param name="src" value="video/7Interview.mov">\n');
document.write('<embed src="video/7Interview.mov" width="480" height="376" autoplay="true" controller="true" border="0" pluginspage="http://www.apple.com/quicktime/download/" target="myself" type="video/quicktime" name="map"></embed>\n');
document.write('</object>\n');
}