function monthPage() {

today = new Date();

m = new Array("BEA0E3","BEA0E3","BBE82B","BBE82B","BBE82B","66CCFF","66CCFF","66CCFF","FFB200","FFB200","FFB200","BEA0E3");

document.bgColor=m[today.getMonth()];

}