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

