function insertMovie(){
document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320"HEIGHT="260" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
document.write('<PARAM name="SRC" VALUE="videos/ent_promo.mov">\n');
document.write('<PARAM name="AUTOPLAY" VALUE="true">\n');
document.write('<PARAM name="CONTROLLER" VALUE="true">\n');
document.write('<EMBED SRC="videos/ent_promo.mov" WIDTH="320" HEIGHT="260" AUTOPLAY="true" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/">\n');
document.write('</EMBED>\n');
document.write('</OBJECT>\n');
}