function RunFoo()
{
   document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="200">\n');
   document.write('<param name="movie" value="http://flpcnerds.com/files/NavBar.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('<param name="wmode" value="transparent" />\n');
   document.write('<embed src="http://flpcnerds.com/files/NavBar.swf" quality="high" scale="noscale" wmode="transparent" width="800" height="220"></embed>\n');
   document.write('</object>\n');
}

