function text(){
};

text = new text();
number = 0;

// textArray
text[number++] = "\"I'm a single parent and I have three children. So they gave me hints to do things different ways, people who have actually been in situations that have kids the same age that I do...\" -- <i>single parents group participant</i>"
text[number++] = "\"I don't have a lot of outside friends and support for my daughter, because I'm a single mom. I need that group every week. It's more of a help than I thought it would be.\" -- <i>single parents group participant</i>"
text[number++] = "\"One thing that I love about our group that I didn't really know to expect was how people are not judgmental of each other. Instead, it's like how can we help you and what can we do to make things better? It's just being there for each other.\" -- <i>parent group participant</i>"
text[number++] = "\"The fact that it makes me a better parent, because I feel that I'm not doing it wrong, or that it's okay to put them in time out, or whatever people are suggesting to me. It's like I'm getting reinforcement on what I'm doing as a parent.\" -- <i>parent group participant</i>"
text[number++] = "\"The best thing of the group for me is that we are open, we don't try to keep stuff from each other. We take it in and we can voice our opinion.  We all feel comfortable.\" -- <i>teen parents group</i>"
text[number++] = "\"The best thing about the group is that it's so enjoyable I don't want to leave. I feel so exhilarated and confident about being a parent.  And going home, I feel like I really got a break and got adult conversation.  I feel like a brand new parent.\" -- <i>parent group participant</i>"
text[number++] = "\"I raise RAD children, Reactive Attachment Disorder children. I'm a special needs adoptive parent.  And my kids are off the wall.  So when I come in and say some of the ridiculous things that I've gone through to these other parents, you can almost hear that ooh, somebody else has gone through this. It's not like my kid has this major defect and am I going to stunt them for the rest of their life. So I think that's wonderful, that we all are leaving with a positive sense of reinforcement, knowing that we are doing a good job.\" -- <i>special needs parenting group participant</i>"
text[number++] = "\"Sometimes I feel like, oh, maybe I should just have answers. And I don't. It's way better not to have answers because we draw upon the wisdom of the whole group. And sometimes there is no answer. It's just a matter of being there and saying we feel for you, we care about you, and we want to see you next week, and we're with you on this...\" -- <i>parent group leader</i>"
text[number++] = "\"I really like the idea of circle. Because in a circle everybody is on a equal playing field. Everybody has a chance to give their opinions. Everybody is looking at each other.  It's not like someone is in charge and all the other people are over there.\" -- <i>parent group participant talking about \"Circle of Parents\" name</i>"
text[number++] = "\"Parent self-help support groups are effective because parents are the experts; parents have been there and done it.  When you get information from someone who has already been through it in some way, it is more effective.\" -- <i>parent leader</i>"
text[number++] = "\"The real important thing is that with a group you learn, in more than one way, that you're not alone.  You realize you're having the same problem as someone else.  The same problems and issues affect everyone all over the country.\" -- <i>parent leader</i>"
text[number++] = "\"With my group, the help is there all the time; we share phone numbers.  If your anger is boiling up, just knowing that you can pick up the phone and nothing will happen is a real good feeling.  Someone on the other end of the phone will help calm you down and get you back.\" -- <i>parent group participant</i>"
text[number++] = "\"Parent support groups are a world of information.  If someone in the group doesn't have first-hand knowledge, they often have other resources, like books or other groups.  They share resources as well as the experience.\" -- <i>parent group participant</i>"
text[number++] = "\"Most men think they don't have a problem and won't talk to anyone else.  In my group we teach sharing, which teaches that it's ok to be vulnerable and to ask for help.  You can't always do it alone.  And certainly it's ok to show your feelings.  This helps fathers get in touch with their children on a much more emotional level.  My relationship with my children was much better once I got involved with these groups.\" -- <i>fathers group participant</i>"
text[number++] = "\"The biggest thing I learned was that whatever the problem and however big it was, there was always some way to find a solution.  You might not get the answer that night, but you will get an answer.  Someone says, 'Here's what you do.'  You go home and try it, and it works!\" -- <i>parent support group participant</i>"// keep adding items here...
increment = Math.floor(Math.random() * number);

document.write(text[increment]);
