function insertMov()
{

document.write('<object width="400" height="250" \n');
document.write('classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"\n');
document.write('codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n');
document.write('<param name="src" value="i/Tailgating/BigYTailgating.mov">\n');
document.write('<param name="autoplay" value="true">\n');
document.write('<param name="controller" value="false">\n');
document.write('<embed src="i/Tailgating/BigYTailgating.mov" width="400" height="250" \n');
document.write('autoplay="true" controller="false"\n');
document.write('pluginspage="http://www.apple.com/quicktime/download/">\n');
document.write('</embed>\n');
document.write('</object>\n');

}