
// IE 7 activeX support
document.write('<object id="objectVideo1" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="116" height="98">');
document.write('<param name="src" value="'+qturl+'" />');
document.write('<param name="controller" value="true" />');
document.write('<param name="autoplay" value="false" />');
document.write('<object id="objectVideo2" type="video/quicktime" data="'+qturl+'" class="mov" width="116" height="98">');
document.write('<param name="controller" value="true" />');
document.write('<param name="autoplay" value="false" />');
document.write('<img src="images/globe_118.jpg" style="width:116px;height:115px;" />');
document.write('</object>');
document.write('</object>');

