function RunFoo() 
{
	document.write('<object width="866" height="655">\n'
	document.write('<param name="movie" value="sdi_cropped.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="sdi_cropped.swf" width="866" height="655"></embed>\n');
	document.write('</object>\n');
}