var0="Winter " 
var1="Spring " 
var2="Summer " 
var3="Fall " 
now=new Date() 
num=(now.getMonth() ) 
myyear=now.getYear() 
document.write("This is curriculum for the " 
  ) 
if (num == 9) 
  {cliche=var0} 
if (num == 10) 
  {cliche=var0} 
if (num == 11) 
  {cliche=var0} 
if (num == 0) 
  {cliche=var1} 
if (num == 1) 
  {cliche=var1} 
if (num == 2) 
  {cliche=var1} 
if (num == 3) 
  {cliche=var2} 
if (num == 4) 
  {cliche=var2} 
if (num == 5) 
  {cliche=var2} 
if (num == 6) 
  {cliche=var3} 
if (num == 7) 
  {cliche=var3} 
if (num == 8) 
   {cliche=var3} 
document.write(cliche) 
if (num == 9) 
  document.write((myyear)+"/"+(myyear+1)+" Quarter.") 
if (num == 10) 
  document.write((myyear)+"/"+(myyear+1)+" Quarter.") 
if (num == 11) 
  document.write((myyear)+"/"+(myyear+1)+" Quarter.") 
if (num == 0) 
  document.write((myyear)+" Quarter.") 
if (num == 1) 
  document.write((myyear)+" Quarter.") 
if (num == 2) 
document.write((myyear)+" Quarter.") 
if (num == 3) 
  document.write((myyear)+" Quarter.") 
if (num == 4) 
  document.write((myyear)+" Quarter.") 
if (num == 5) 
  document.write((myyear)+" Quarter.") 
if (num == 6) 
  document.write((myyear)+" Quarter.") 
if (num == 7) 
  document.write((myyear)+" Quarter.") 
if (num == 8) 
  document.write((myyear)+" Quarter.") 

