var now = new Date();
var month = now.getMonth()+1;
document.write("<img src='../image/month/msg" + month + "b.gif'>");