function RunFoo()
{
    document.write('<object type="application/x-shockwave-flash" data="../images/alertsBanner.swf" width="410" height="30">\n');
    document.write('<param name="movie" value="../images/alertsBanner.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<img src="../images/alertsBanner.gif" width="410" height="30" alt="Attention Banner" />\n');
	document.write('</object>\n');
}