function monthly()
	{
	date=new Date();m=date.getMonth()+1;
	document.mon.src="img/month/"+m+".gif";
	document.m1.src="img/month/"+m+"1"+".png";
	document.m2.src="img/month/"+m+"2"+".png";
	document.m3.src="img/month/"+m+"3"+".png";
	document.m4.src="img/month/"+m+"4"+".png";
	}