function runflash1()
{
   document.write('<object style="display:block;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="212" height="124">\n');
   document.write('<param name="movie" value="background_images/logo.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="scale" value="noborder" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<embed src="background_images/logo.swf" wmode="transparent" quality="high" width="212" height="124"></embed>\n');
   document.write('</object>\n');
}
