document.write('<object width="'+theWidth+'" height="'+theHeight+'" ');
document.write('	classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" ');
document.write('	codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=7,0,0,0">');
document.write('	<param name="controller" value="true" />');
document.write('	<param name="type" value="video/quicktime" />');
document.write('	<param name="autoplay" value="true" />');
document.write('	<param name="src" value="'+theUrl+'" />');
document.write('	<param name="pluginspage" value="http://www.apple.com/quicktime/download/" />');
document.write('	<embed width="'+theWidth+'" height="'+theHeight+'" controller="true" type="video/quicktime" ');
document.write('		src="'+theUrl+'" bgcolor="#000000" border="0" ');
document.write('		pluginspage="http://www.apple.com/quicktime/download/"></embed>');
document.write('</object>');