function RunFoo()
{
document.writeln('<object');
document.writeln('classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.writeln('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,42,0"');
document.writeln('id="Movie1"');
document.writeln('width="816" height="128"');
document.writeln('>');
document.writeln('<param name="movie" value="Swish/Movie1.swf">');
document.writeln('<param name="bgcolor" value="#FFFFFF">');
document.writeln('<param name="quality" value="high">');
document.writeln('<param name="seamlesstabbing" value="false">');
document.writeln('<param name="allowscriptaccess" value="samedomain">');
document.writeln('<embed');
document.writeln('type="application/x-shockwave-flash"');
document.writeln('pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"');
document.writeln('name="Movie1"');
document.writeln('width="816" height="128"');
document.writeln('src="Swish/Movie1.swf"');
document.writeln('bgcolor="#FFFFFF"');
document.writeln('quality="high"');
document.writeln('seamlesstabbing="false"');
document.writeln('allowscriptaccess="samedomain"');
document.writeln('>');
document.writeln('<noembed>');
document.writeln('</noembed>');
document.writeln('</embed>');
document.writeln('</object>');
}


