function RunFoo()
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="800" height="600" id="ba" align="center">\n');
    document.write('<param name="movie" value="ba.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="scale" value="noscale" />\n');
	document.write('<param name="bgcolor" value="#ffffff" />\n');
	document.write('<embed src="ba.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="800" height="600" name="ba" align="center" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('<noembed>\n');
	document.write('<div align="center">\n');
	document.write('<img src="images/name.gif" alt="Bruce Alexander Photography" width="614" height="78" border="0" /><br />\n');
	document.write('<span class="txt">This page requires the Macromedia Flash Player Plugin.<br />\n');
	document.write('<br />\n');
	document.write('<a href="http://www.macromedia.com/go/getflashplayer">You can get the plugin for free by clicking this link.</a><br />\n');
	document.write('</span></div>\n');
	document.write('</noembed>\n');
    document.write('</object>\n');
}

