var d=new Date();

var month=new Array(12);
month[0]="<img style='width: 350px; opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8; margin-left:-1px' src='Index_Imgs/winter.gif' alt='alternating picture of the seasons' />";

month[1]="<img style='width: 350px; opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8; margin-left:-1px' src='Index_Imgs/winter.gif' alt='alternating picture of the seasons' />";

month[2]="<img style='width: 350px; opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8; margin-left:-1px' src='Index_Imgs/spring.JPG' alt='alternating picture of the seasons' />";

month[3]="<img style='width: 350px; opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8; margin-left:-1px' src='Index_Imgs/spring.JPG' alt='alternating picture of the seasons' />";

month[4]="<img style='width: 350px; opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8; margin-left:-1px' src='Index_Imgs/spring.JPG' alt='alternating picture of the seasons' />";

month[5]="<img style='width: 350px; opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8; margin-left:-1px' src='Index_Imgs/summer.JPG' alt='alternating picture of the seasons' />";

month[6]="<img style='width: 350px; opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8; margin-left:-1px' src='Index_Imgs/summer.JPG' alt='alternating picture of the seasons' />";

month[7]="<img style='width: 350px; opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8; margin-left:-1px' src='Index_Imgs/summer.JPG' alt='alternating picture of the seasons' />";

month[8]="<img style='width: 350px; opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8; margin-left:-1px' src='Index_Imgs/fall.JPG' alt='alternating picture of the seasons' />";

month[9]="<img style='width: 350px; opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8; margin-left:-1px' src='Index_Imgs/fall.JPG' alt='alternating picture of the seasons' />";

month[10]="<img style='width: 350px; opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8; margin-left:-1px' src='Index_Imgs/fall.JPG' alt='alternating picture of the seasons' />";

month[11]="<img style='width: 350px; opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.8; margin-left:-1px' src='Index_Imgs/winter.gif' alt='alternating picture of the seasons' />";

document.write(""+ month[d.getMonth()]);