
var num_of_quotes = 5;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="&#8220;Over time, the hard work and riding took its toll on my body...Now, nearly two years later, I am almost entirely pain free, something that...I could not imagine being possible.&#8221";
body="  - K - Long time equestrian ";
}

if (quotes==1) {
title="&#8220;I am delighted that [Bria staff] pay attention to my integrated movements so that I am able to improve my life!&#8221";
body="  - Anonymous client";
}

if (quotes==2) {
title="&#8220;Each and every one of you at Bria are part of an amazing team - no wonder every person I come in contact with is part of the joy and peace that IS Bria.&#8221";
body="  - Mother of physical therapy client";
}

if (quotes==3) {
title="&#8220;I am a long-standing believer in Pilates as a great form of strength and flexibility training, especially for women. I am a practicing Ob/Gyn and I recommend Pilates to many of my patients for issues including back pain, pelvic floor weakness, and post-partum rehabilitation. - N. O'Neil";
}

if (quotes==4) {
title="&#8220;I let myself get out of shape and didn't like the way my body felt - overweight and unfit. I had always wanted to try Pilates so when I saw Bria's sign, I stopped in on a whim. I was struck by the intimate atmosphere and friendly staff and decided to try it out. Now, just two weeks and 8 sessions later, my body already feels leaner and stronger than it has in years, and friends are commenting that I look great. With only two to ten people in a class, Bria has a boutique feel that's not only warm and welcoming, but allows for a lot of individual instruction which has made my workouts more effective. I always hated sit-ups and core work, but I've found Pilates surprisingly gentle, subtle, yet challenging. I highly recommend Bria. - A. Beringer";
}

document.write('<p>');
document.write('<i>' + title + '</i><br><br>');
document.write(''+ body +'');
document.write('</p>');
