var img=new Array();
img[0]="http://fureai-aka.com/wp/wp-content/themes/aka/images/1.gif";
img[1]="http://fureai-aka.com/wp/wp-content/themes/aka/images/2.gif";
img[2]="http://fureai-aka.com/wp/wp-content/themes/aka/images/3.gif";
img[3]="http://fureai-aka.com/wp/wp-content/themes/aka/images/4.gif";
img[4]="http://fureai-aka.com/wp/wp-content/themes/aka/images/5.gif";
img[5]="http://fureai-aka.com/wp/wp-content/themes/aka/images/6.gif";
img[6]="http://fureai-aka.com/wp/wp-content/themes/aka/images/7.gif";
img[7]="http://fureai-aka.com/wp/wp-content/themes/aka/images/8.gif";
img[8]="http://fureai-aka.com/wp/wp-content/themes/aka/images/9.gif";
img[9]="http://fureai-aka.com/wp/wp-content/themes/aka/images/10.gif";
img[10]="http://fureai-aka.com/wp/wp-content/themes/aka/images/11.gif";
img[11]="http://fureai-aka.com/wp/wp-content/themes/aka/images/12.gif";

today = new Date();
mnumber = today.getMonth();

function tsuki(){
	document.month.src=img[mnumber];
}