function embedMov() {
document.write('<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320"height="180" 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('<param name="loop" value="'+loop+'">');
document.write('<embed src="'+movURL+'" width="'+movWidth+'" height="'+movHeight+'" autostart="'+autostart+'" controller="'+controller+'" loop="'+loop+'" pluginspage="http://www.apple.com/quicktime/download/">'); 
document.write('</embed>'); 
document.write('</object>'); 
}