/*** 
This is the code for the QuickTime movie workaround. Microsoft intentionally inserted a glitch in IE that makes this necessary. 
See http://www.apple.com/quicktime/tutorials/embed.html for more info.
**/

document.write('<object width="400" height="350">');
document.write('<embed src="../Download/CEO_Mike_Ferretti_on_GHBC.mov" type="video/quicktime" autoplay="false" width="400" height="350"></embed>');
document.write('</object>');
document.write('<param name="movie" value="CEO_Mike_Ferretti_on_GHBC.mov">');








