﻿<!--
function photo_change(){
d=new Date();
month=d.getMonth()+1;
document.write('<TD BACKGROUND="/images/head-photo' + month + '.jpg" HEIGHT="66" STYLE="background-repeat:no-repeat;">');
}
//-->
