function write_video()
{
   document.writeln( '<object CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="640" height="374" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">' );
   document.writeln( '<param name="src" value="http://www.yogasportdallas.com/video/ys_800_h264.mov" />' );
   document.writeln( '<param name="qtsrc" value="http://www.yogasportdallas.com/video/ys_800_h264.mov" />' );
   document.writeln( '<param name="autoplay" value="true" />' );
   document.writeln( '<param name="loop" value="false" />' );
   document.writeln( '<param name="controller" value="true" />' );
   document.writeln( '<embed src="http://www.yogasportdallas.com/video/ys_800_h264.mov" qtsrc="http://www.yogasportdallas.com/video/ys_800_h264.mov" width="630" height="374" autoplay="true" loop="false" controller="true" pluginspage="http://www.apple.com/quicktime/"></embed>' );
   document.writeln( '</object>' );
}