document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" '); 
document.write('codebase="http://www.apple.com/qtactivex/qtplugin.cab"'); 
document.write('height="495px" ');
document.write('width="640px" ');
document.write('> ');
document.write('<param name="src" value="vids/Laurel.mov"> ');
document.write('<param name="AutoPlay" value="false"> ');
document.write('<param name="Controller" value="true">');
document.write('<param name="bgcolor" value="#000000">');
document.write('');
document.write('<embed src="vids/Laurel.mov" ');
document.write('height="495px" ');
document.write('width="640px" ');
document.write('type="video/quicktime" ');
document.write('pluginspace="http://www.apple.com/quicktime/download/" ');
document.write('autoplay="false" ');
document.write('controller="false" ');
document.write('bgcolor="#000000" /> ');
document.write('');
document.write('</object>  ');
