////////////////////////////////////////////////// by Paul Bertrand///////////////////////////////////////////////////
////////////////////////////////This JavaScript is the property of Assumption B.V.M. School//////////////////////////////////



schoolStatement = new Array
	schoolStatement[0] = "We are family friendly and child centered." 
	schoolStatement[1] = "We participate in Catholic traditions of prayer and worship."
	schoolStatement[2] = "We recognize and affirm each person as a child of God."
	schoolStatement[3] = "We partner with families and the community."
	schoolStatement[4] = "We believe in Jesus, and come to know Him in Scripture."
	schoolStatement[5] = "We are convinced that God is always present."
	schoolStatement[6] = "We facilitate a dynamic learning environment where students and staff are challenged to reach their potential."
	schoolStatement[7] = "We inspire life-long learning."
	schoolStatement[8] = "We love and serve others."
	schoolStatement[9] = "We witness our Catholic, Christian faith through word and action."
	schoolStatement[10] = "We accept all as a gift from God, and gratefully share God's gifts for the good of all."


function randomNumber(limit) {
	return Math.floor(Math.random() * 11);
}

var chooseSchoolStatement = randomNumber(11)
