function pic_change(){
d=new Date();
month=d.getMonth()+1;
document.write('<IMG SRC="./month/' + month + '.gif">');
}
