// JavaScript Documentfunction RunFoo()
function RunFoo() 
{
    document.write('<object type="application/x-shockwave-flash" data="/testata.swf" width="850" height="145">\n');
    document.write('<param name="movie" value="/testata.swf" />\n');
	document.write('</object>\n');
}
