// JavaScript Document
// Object ID and Name have been moved to facilitate editing
// Although this JS file is in the Images folder, it is called from outside. Thus images/xxx.swf.
// NOTE: You need to adjust image size

	document.write('<OBJECT ID="pendulum-demo" WIDTH="547" HEIGHT="284" CLASSID="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" CODEBASE="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" ALIGN="middle">');
	document.write('<PARAM NAME="allowScriptAccess" VALUE="sameDomain" />');
	document.write('<PARAM NAME="movie" VALUE="images/pendulum-demo.swf" />');
	document.write('<PARAM NAME="quality" VALUE="high" />');
	document.write('<PARAM NAME="bgcolor" VALUE="#ffffff" />');
	document.write('<EMBED SRC="images/pendulum-demo.swf" NAME="pendulum-demo" WIDTH="547" HEIGHT="284" QUALITY="high" BGCOLOR="#ffffff" ALIGN="middle" ALLOWSCRIPTACCESS="sameDomain" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</OBJECT>');