function printImage() {
  var date = new Date();
  var month = date.getMonth();
  document.write('<img src="img/top/pic',month+1,'.gif" width="152" height="152" alt="水道局のマスコット、ウォーター君">');
}