var dateObj = new Date();
var n = dateObj.getMonth() + 1;
function monthly_graphics (){
document.write("<img src="+ "http://zala.xsrv.jp/zala_company/images/photodate/" + n +".jpg width=220 heigh=330"+ ">");
}

