function insertMovie() {
	document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="480" height="285" codebase="http://www.apple.com/qtactivex/qtplugin.cab">');
	document.write('<param name="src" value="http://filebox.vt.edu/users/news/memorial.mov" />');
	document.write('<param name="autoplay" value="true" />');
	document.write('<param name="controller" value="true" />');
	document.write('<embed src="http://filebox.vt.edu/users/news/memorial.mov" width="480" height="285" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/">');
	document.write('</embed>');
	document.write('</object>');
}