function fncChange() {
document.getElementById("BACKIMG").style.backgroundImage="url(image/"+(new Date().getMonth()%12)+"/back.jpg)";
}