// JavaScript Document
function InsertMeetCrewMovie()
{
	document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="638" height="375" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" align="middle" >\n');
  	document.write('<param name="src" value="videos/Meet_the_crew.mov.qt" />');
  	document.write('<param name="autoplay" value="false" />');
  	document.write('<embed src="videos/Meet_the_crew.mov.qt" width="638" height="375" pluginspage=http://www.apple.com/quicktime/download/ align="middle" autoplay="false" bgcolor="black" ></embed>');
	document.write('</object>');
	
}
