// JavaScript Document

function RunFoo(){
	document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" HEIGHT="256" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">');
	document.write('<PARAM name="SRC" VALUE="/camdencolors.mov">');
	document.write('<PARAM name="AUTOPLAY" VALUE="false">');
	document.write('<PARAM name="CONTROLLER" VALUE="true">');
	document.write('<PARAM name="CACHE" VALUE="true">');
	document.write('<PARAM name="STARTTIME" VALUE="00:00:02">');
	document.write('<PARAM name="BGCOLOR" VALUE="FFFFFF">'); 
	document.write('<EMBED SRC="/camdencolors.mov" WIDTH="320" HEIGHT="256" AUTOPLAY="true" CONTROLLER="false" PLUGINSPAGE="http://www.apple.com/quicktime/download/"></EMBED>');
	document.write('</OBJECT>');
	}



