var current= new Date()
var month=current.getMonth()

if (month>=0&&month<=2)
document.write("<img src='images/win.jpg' HSPACE=10 BORDER=0 VSPACE=5 ALT=\"\" ALIGN=\"left\" WIDTH=300 HEIGTH=300>")
else if (month==11)
document.write("<img src='images/fall.jpg' HSPACE=10 BORDER=0 VSPACE=5 ALT=\"\" ALIGN=\"left\" WIDTH=400 HEIGTH=266>")
else if (month==10)
document.write("<img src='images/fall.jpg' HSPACE=10 BORDER=0 VSPACE=5 ALT=\"\" ALIGN=\"left\" WIDTH=300 HEIGTH=393>")
else if (month>=8&&month<=9)
document.write("<img src='images/sum.jpg' HSPACE=10 BORDER=0 VSPACE=0 ALT=\"\" ALIGN=\"right\" WIDTH=300 HEIGTH=225>")
else
document.write("<img src='images/spr1.jpg' HSPACE=10 BORDER=0 VSPACE=5 ALT=\"\" ALIGN=\"right\" WIDTH=300 HEIGTH=393>")
