// JavaScript Document


var r_text = new Array ();
r_text[0] = "Words cannot express how grateful I am to this school for the way they have been able to turn my son around and give him a second chance at life. They are the ONLY place that was able to help him. I support the ideology and genius of this program. Elan is truly a very special place. They gave me my son back.<br/>~C.H.S., Parent";
r_text[1] = "This is what I've been looking for. Upon coming here, I just saw some hope.<br/>~R.E., Student";
r_text[2] = "He's going to have the rest of his life and we have our son back.<br/>~I.E., Parent";
r_text[3] = "The staff here are some of the most amazing people I've ever met. I didn't think people like this existed anywhere.<br/>~K.G., Graduate";
r_text[4] = "Elan brings you back on track.<br/>~K.M., Student";
r_text[5] = "Elan will tell you that they don't promise miracles, but you will never convince me of that. I sent to them a confused child. The person they returned to me was a mature, self-assured young adult, full of promise and direction.<br/>~N.S., Parent";
r_text[6] = "I may be temporarily giving up my troubled teenager, but in return, I will be getting back a young woman with a head start on maturity and a tight rein on her past.<br/>~A.S., Parent";
r_text[7] = "Before he came to Elan, I think it was an inevitable thing that our son would either be dead or in jail.<br/>~I.E., Parent";
r_text[8] = "You find respect within yourself. I feel good for the first time. Everybody is trying to work for something positive.<br/>~M.G.M., Student";
r_text[9] = "I do have a lot of hope for my future now. I really think I'm going to get my education.<br/>~B.F., Student";
r_text[10] = "My future holds a lot more for me than it did before.<br/>~M.G.M., Student";
r_text[11] = "I came away from Elan both excited by the events that had occurred at the time of my visit and with a strong view that many young people were being helped and the level of this help is higher than in any other organization I have seen allegedly trying to solve problems of adolescents in trouble.<br/>~G.Q., MD";
r_text[12] = "Elan gives you the opportunity to tap into your courage and actually do things you didn't see as possible before.<br/>~K.M., Student";
r_text[13] = "It takes a special teacher to teach a special student and that's what we have here, special teachers.<br/>~R.E., Graduate";
r_text[14] = "Your future can be better for you. You just need to open your mind, open your heart and open yourself and let it work for you.<br/>~M.G.M., Student";
r_text[15] = "One of the great things about Elan is there are always more positive people than negative people.<br/>~D.P., Student";
r_text[16] = "When I was fourteen, I believed that I was worthless. My academic record was poor, I avoided school and I did not respect myself or anyone else. I needed some help. That is when the Elan School came into my life. At Elan I discovered that I was a worthwhile person. This process eventually brought out my true compassionate self, which had been held captive by a frightened and untrusting child.<br/>~M.G., Graduate";
r_text[17] = "I just feel people more in my heart.<br/>~M.R., Student";
r_text[18] = "The way I feel about myself right now, the past 26 months, every single second of it was worth it.<br/>~K.R., Student";
var i = Math.round(18*Math.random());

document.write(r_text[i]);

