quote = new Array(7)
quote[0] = "We have not inherited the Earth from our fathers, we are borrowing it from our children."
quote[1] = "While Gandhi disembarked in Southampton in England in 1930 someone asked him, Mr. Gandhi, what do you think of modern civilization? and Mr. Gandhi said That would be a good idea."
quote[2] = "A change in the system does not solve the problem. Gandhi once said scathingly: Everybody is looking for a system so perfect no one inside has to be good.  Such a system doesnt exist."
quote[3] = "Earth is capable of fulfilling of the needs of everyone but is incapable of meeting everyones greed."
quote[4] = "For achieving basic self reliance what is needed is production by masses and not mass production."
quote[5] = "The cherish of Adivasi regarding social justice, equality, democracy and dignity of labour is a far cry in the modern age but it is nevertheless a foundation on which a new society can be constructed."
quote[6] = "Real educational process can only started by looking at problems and analysing them together in the light of share experiences.  Bringing in educational inputs from outside is useful but is incapable of solving day today problems of the people."

var monthof = new Date()
function write_date() { 
month_no = monthof.getMonth()
document.write(monthName[month_no]+ " ")
document.write(monthof.getDate()+ ", "+ monthof.getYear())
 }
monthName = new Array(12)
monthName[0] = "January"
monthName[1] = "February"
monthName[2] = "March"
monthName[3] = "April"
monthName[4] = "May"
monthName[5] = "June"
monthName[6] = "July"
monthName[7] = "August"
monthName[8] = "September"
monthName[9] = "October"
monthName[10] = "November"
monthName[11] = "December"