function RunFooindex()

{

 document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="500" HEIGHT="35" id="2010_index" ALIGN="">\n');
 
 document.write('<PARAM NAME=movie VALUE="2010_index.swf">\n');
 document.write('<PARAM NAME=quality VALUE=high> \n');
 document.write('<PARAM NAME=bgcolor VALUE=#666666>\n');
 
 document.write(' <EMBED src="2010_index.swf" quality=high bgcolor=#666666  WIDTH="500" HEIGHT="35" NAME="2010_index" ALIGN=""TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">\n');
 
 document.write('</OBJECT>\n');
}