function RunFlash()
{
   document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"  codebase="http://www.apple.com/qtactivex/qtplugin.cab"  width="530" height="375">\n');
   document.write('<param name="src" value="reels/MCommercialsReel.mp4" />\n');
   document.write('<param name="controller" value="true" />\n');
   document.write('<param name="autoplay" value="true" />\n');
   document.write('<!--[if !IE]>-->\n');
   document.write('<object type="video/quicktime" data="reels/MCommercialsReel.mp4" width="530" height="375">\n');
   document.write('<param name="autoplay" value="true" />\n');
   document.write('<param name="controller" value="true" />\n');
   document.write('</object>\n');
   document.write('<!--<![endif]-->\n');
   document.write('</object>\n');
}
