function InsertQT(o)
{
  document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="416" height="38" >\n');
  document.write('<param name="src" value="');
  document.write(o);
  document.write('" />\n');
  document.write('<param name="autoplay" value="false">\n');
  document.write('</object>\n');

}
