
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='"We learned from the community and they learned from us. It was a perfect project that really changed something and we felt the way we made a difference"</b><br><i> Ben, France (IPP Brazil 1999) </i> '

quotes[1]='"I\'m incredibly impressed that something that started out as an idea in the minds of a group of friends finally ended in a project like this."</b><br><i> Sarah, Netherlands (IPP Spain 1999) </i> '

quotes[2]='"I never believed that I would have such a positive and educational experience with these strangers."</b><br> <i> Steffi, Germany (IPP Brazil 1999) </i>'

quotes[3]='"After years of leading delegations and staffing CISV activities, finally IPP lets me be a participant again."</b><br> <i> Maria, Sweden </i> '

quotes[4]='"I went there to teach and was amazed, what I could learn from a child."</b><br> <i> Elena, Spain (IPP Spain 1999) </i> '

quotes[5]='"My experience at the center was unlike any other educational experience I\'ve ever had with children."</b><br> <i> Phyllis, Canada (IPP USA 2001) </i> '

quotes[6]='"I will be forever grateful for this opportunity to learn and broaden my understanding."</b><br> <i> Phyllis, Canada (IPP USA 2001) </i> '

quotes[7]='"We really felt useful, and we were overwhelmed by the hospitality and kindness."</b><br> <i> Arne, Norway (IPP USA 2001) </i> '

quotes[8]='"It was hard to work in the sun in Detroit, but we had fun and we left something tangible in Detroit."</b><br> <i> Jule, Germany (IPP USA 2001) </i> '

quotes[9]='"I met a teenager that at first was scared because of his attitude and language. At the end of the day we became really close. He opened up to me with personal thoughts and I tried as hard as I could to give him advice. I was actually really sad that I couldn\'t stay another week so that I got to meet with these children again"</b><br> <i> Julie, Costa Rica (IPP USA 2001) </i> '

quotes[10]='"It was hard but fun work."</b><br> <i> Lisa, Sweden (IPP USA 2001) </i> '

quotes[11]='"We were working for them on projects they couldn\'t have done without us and contribuited with projects they had never thought of."</b><br> <i> Felix (Germany) IPP Germany 2002 </i> '

quotes[12]='"My life will never be the same."</b><br> <i> Melissa (USA) IPP Germany 2002 </i> '


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])

