function InsertSampleMovie() {
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="429" height="265"> ');

document.write('<param name="src" value="/clientimages/49181/videos/AWC_Promo.mov" />');

document.write('<param name="controller" value="true" /> ');

document.write('<param name="autoplay" value="true" />');

document.write('<!--[if !IE]>-->');

document.write('<embed pluginspage="http://www.apple.com/quicktime/download/" src="/clientimages/49181/videos/AWC_Promo.mov" width="429" height="265" autoplay="true">');

document.write('</embed>');

document.write('<!--<![endif]-->');

document.write('</object> ');
}