function RunFoo01()
{
   document.write('<object width="900" height="45"	data="laufband.swf"	type="application/x-shockwave-flash">\n');
   document.write('<param name="movie" value="laufband.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<embed src="laufband.swf" width="900" height="45"></embed>\n');
   document.write('</object>\n');
}

