function RunFoo3 () {

    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="120" height="240">\n');
    document.write('<param name="movie" value="banner2.swf" />\n');
	document.write('<embed src="banner2.swf" quality="high" type="application/x-shockwave-flash" width="120" height="240"/>\n');
    document.write('</object>\n');

}


