function RunFoo()
{
    document.write('<object type="application/x-shockwave-flash" data="Flash/Slide.swf" width="220" height="200">\n');
    document.write('<param name="movie" value="Flash/Slide.swf" />\n');
    document.write('<a href="http://www.macromedia.com/go/getflashplayer"><img src="Resources/Logo/Pic1.jpg" width="220" height="200" alt="DD-Trade" /></a>\n');
	document.write('</object>\n');
}