document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="'+movieWidth+'" height="'+movieHeight+'">');
document.write('<param name="src" value="'+useQTFile+'">');
document.write('<param name="autoplay" value="false">');
document.write('<param name="controller" value="true">');
document.write('<embed width="'+movieWidth+'" height="'+movieHeight+'" src="'+useQTFile+'" autoplay="false" controller="true" pluginspage="http://quicktime.apple.com/">');
document.write('</embed>');
document.write('</object> ');
