<!-- Hide script from old browsers
coolPhrase = new Array
coolPhrase[0] = "Team work is the ability to work  together toward a common vision. The ability to direct individiual accomplishment toward organizational objectives. It is the fuel that allows common people to attain uncommon results"
coolPhrase[1] = "Comming together is begining.Keeping together is progress. Working together is sucess.--Henry Ford"
coolPhrase[2] = "The positive thinker sees visible, feels the intangible, and achives the impossible."
coolPhrase[3] = "Enthusiasm is the exitement with inspiration, motivation and a pinch of creativity.--Bo Bennett"
coolPhrase[4] = "If everyone is moving forward together, then sucess takes care of itself."
coolPhrase[5] = "Our mantra is excellence, consistent quality and superior custumer service.--Gp.Capt.K.Balasubramanian, IAF(Retd)"
coolPhrase[6] = "The way to learn to do things is to do things. The way to learn a trade is to work at it. Sucess teaches how to succeed.Begin with the determination to succeed, and the work is half done already"

phraseCnt = coolPhrase.length;

function picPhrase() {
randomNum = Math.floor ((Math.random() * phraseCnt))
ranmessage = coolPhrase[randomNum]
//document.write ("<title>" + trashTalk + "</title>")
document.write (ranmessage)
}

// End hiding script from old browsers -->