function embedMov() {document.write('<OBJECT style="position: absolute; top: 90px; left: 150px; border: 15px solid #fff;" CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320"HEIGHT="240" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">'); document.write('<PARAM name="SRC" VALUE="'+movURL+'">');document.write('<PARAM name="AUTOPLAY" VALUE="'+autostart+'">');document.write('<PARAM name="CONTROLLER" VALUE="'+controller+'">'); document.write('<EMBED SRC="'+movURL+'" WIDTH="'+movWidth+'" HEIGHT="'+movHeight+'" AUTOPLAY="'+autostart+'" CONTROLLER="'+controller+'" PLUGINSPAGE="http://www.apple.com/quicktime/download/">'); document.write('</EMBED>'); document.write('</OBJECT>'); }