           document.write("Last update: 06 Jan 2008<br>")
           var d=new Date()
           var m=d.getMonth()
           var monthdays=new Array(31,28,31,30,31,30,31,31,30,31,30,31)
           var c=d.getDate()
           i = 0
           //if(m>0){
           //  do{
           //    c=c+monthdays[i]
           //    i++
           //  }
           //  while (i < m)
           // }
           //if(c <= 44){
           //  document.write("There are ")
           //  document.write(44-c+" days to the next exam.")
           //}
           //else if(c <= 81){
           //  document.write("There are ")
           //  document.write(81-c+" days to the next exam.")
           //}
           //else if(c <= 109){
           //  document.write("There are ")
           //  document.write(109-c+" days to the next exam.")
           //}
           //  else if(c <= 127){
           //  document.write("Good luck on your finals.")
           //}
           //  else {
           //  document.write("Have a wonderful break!")
           //}
