function RunFoo() {
	document.write('<object width="740" height="236" data="nickel.swf" type="application/x-shockwave-flash">\n');
	document.write('<param name="movie" value="nickel.swf">\n');
	document.write('Flash Movie</object>\n');
	document.close();
}