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

if (quotes==0) {
title="&quot;By ‘keeping it local’ I feel that I am ‘doing my bit’ for the local economy, while also promoting healthy eating.&quot;";
body="Alan Huson of Huson’s Farm Produce";
}

if (quotes==1) {
title="&quot;Really convenient, on the doorstep.&quot;";
body="Customer";
}

if (quotes==2) {
title="&quot;Great to have a guaranteed regular service.&quot;";
body="Customer";
}

if (quotes==3) {
title="&quot;Reliable and still here in the snow.&quot;";
body="Customer";
}

if (quotes==4) {
title="&quot;Saves me carrying lots of bags on the bus.&quot;";
body="Customer";
}

if (quotes==5) {
title="&quot;I enjoy seeing what variety of food there is each week.&quot;";
body="Customer";
}

if (quotes==6) {
title="&quot;I like giving back to the community.&quot;";
body="Volunteer";
}

if (quotes==7) {
title="&quot;Always lots of laughter.&quot;";
body="Volunteer";
}

if (quotes==8) {
title="&quot;An opportunity to meet new people.&quot;";
body="Volunteer";
}

if (quotes==9) {
title="&quot;A conversation point when I'm out and about.&quot;";
body="Volunteer";
}

if (quotes==10) {
title="&quot;I like the company, it gets me out.&quot;";
body="Volunteer";
}

if (quotes==11) {
title="&quot;The process simplifies the food supply chain & provides an alternative to supermarket shopping.&quot;";
body="Organisers / volunteers at Llansilin School";
}

if (quotes==12) {
title="&quot;It encourages the children to think about healthy food & helps make sure people in the area are eating good fruit & veg.&quot;";
body="Ann Edwards - Secretary at Llansilin school";
}

if (quotes==13) {
title="&quot;I am retired and I really look forward to meeting up with the other ladies once a week.&quot;";
body="Felinfoel Co-op";
}

if (quotes==14) {
title="&quot;I definitely eat more fruit and vegetables since the co-op opened.&quot;";
body="Customer";
}

if (quotes==15) {
title="&quot;I love doing the food co-op it keeps my brain active and in touch with my community.&quot;";
body="Vi Davies - 'Tutti Fruiti' Food Co-op in Clase, Swansea";
}

if (quotes==16) {
title="&quot;I think school fruit and veg co-ops are brilliant idea. The more schools that run co-ops the better as it means children grow up with the concept of where fruit and vegetables come from.&quot;";
body="Franco Taruschio OBE, Michelin starred Chef";
}

if (quotes==17) {
title="&quot;The Welsh Government's Scheme for sustainable development commits us to a future where we only use our fair share of the earth's resources. I am delighted that the Rural Regeneration Unit has shown its commitment to sustainable business and decision making by signing up to our Charter.&quot;";
body="John Griffiths, Minister for Environment and Sustainable Development";
}

if (quotes==18) {
title="&quot;I love using my food co-op because... It supports local farmers, cuts the carbon footprint, reduces my food bill and is a fun way to stay healthy.&quot;";
body="Judith Gavin - Pennaf Food Co-op, Rhyl";
}

if (quotes==19) {
title="&quot;I love using my food co-op because... It is a local resource for the whole community, run by community volunteers. It is fresh local produce, excellent value and variety. What is not to love?&quot;";
body="Gaenor Watts - Gwersyllt Food Co-op, Wrexham";
}

if (quotes==20) {
title="&quot;I love using my food co-op because... It's cheaper than everywhere else, they have a great range of fruit and veg, easy access and friendly people. Everyone loves the food co-op.&quot;";
body="David Paul Carter - Pencader Food Co-op, Carmarthenshire";
}

if (quotes==21) {
title="&quot;I love using my food co-op because... It is cheap, it is healthy, it keeps me fit, it is fabulous fun every week to see what's in it.&quot;";
body="Independent Living Skills Students - Coleg Gwent Campus Food Co-op, Coleg Gwent";
}

if (quotes==22) {
title="&quot;I love using my food co-op because... It's munchy, crunchy, fresh and fruity. It's healthy, tasty and very juicy. It's local, delivered and very nice, don't forget its competitive price!&quot;";
body="Mrs JM Morgan - Fairoak Nursery School Food Co-op, Newport";
}

if (quotes==23) {
title="&quot;It is good to see real examples of community led initiatives such as this, which have so many benefits for local people&quot;";
body="Alun Davies, AM – Deputy Minister for Agriculture";
}

document.write('<div align=center>');
document.write('<span class="quote">' + title + '</span><br>');
document.write('<span class="quote-name">' + body + '</span><br>');
document.write('</div>');
