date=new Date();
month=date.getMonth()+1;
day=date.getDate();
document.write('<img src="./images/' + month + '.jpg" border="0" width="393" height="365" />');
