function mechaname() {
	aoname = Math.ceil(Math.random() * 4);
	document.write('<style type="text/css">');
	document.write('#main2 { background-image: url("/_img/aonamesan/mech'+aoname+'.gif");}');
	document.write('</style>');
}

function charity_menu() {
  document.write("<select onchange=\"document.location.href=this.options[this.selectedIndex].value;\">\n");
  document.write("<option value=\"\">選択してください</option>\n");
  document.write("<option value=\"2009.html\">2009年</option>\n");
  document.write("<option value=\"2008.html\">2008年</option>\n");
  document.write("<option value=\"2007.html\">2007年</option>\n");
  document.write("<option value=\"2006.html\">2006年</option>\n");
  document.write("<option value=\"2005.html\">2005年</option>\n");
  document.write("<option value=\"2004.html\">2004年</option>\n");
  document.write("<option value=\"2003.html\">2003年</option>\n");
  document.write("</select>\n");
}
