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

if (quotes==0) {
title="Bev";
body="You own the experience, because you have walked the path yourself.  It’s a great sense of achievement.";
img="images/central_day3-2.jpg";
}

if (quotes==1) {
title="Stewart";
body="We ate magnificent food every night and I still lost 4kg over two weeks.  I didn’t expect the local food to be as beautiful as it was…";
img="images/central_day5.jpg";
}

if (quotes==2) {
title="Marg";
body="I have travelled on my own many times, and this trip made me realise how relaxing and what a holiday I have had – not thinking about the logistics and safety – just walking through beautiful landscapes, sharing the experience with others…";
img="images/central_day2.jpg";
}

if (quotes==3) {
title="Susie";
body="I haven’t stopped talking about our holiday, the highlight being the walking!";
img="images/central_day3-1.jpg";
}

if (quotes==4) {
title="Jenny and Geoff";
body="We're still dining out on the stories of Radda.The walking offered something for everybody. Nice general scenery, some fabulous ridgetop views over vineyards, olive groves, lovely old stone farmhouses and little ancient chapels . At other times walking on little paths in dappled sunshine, though old oak forests or dark, still pine forests. We also have wonderful memories of strolling through the narrow lanes and exchanging greetings with the old folk and the shopkeepers in the little hilltowns and surrounding villages.The fabulous camaraderie of the entire group will also be remembered for a long time. And who will forget the \"Via undulations\" and the uphill trudge back to our creature comforts in Radda?....";
img="images/south_day3-1.jpg";
}

if (quotes==5) {
title="Bronwyn and John";
body="Walking is a great way to meet people with similar interests but it also gives an opportunity for interesting one on one conversations as you walk along in the delightful countryside…";
img="images/south_day3-2.jpg";
}

if (quotes==6) {
title="Bronwyn and John";
body="There was the flexibility to join every walk offered or only those you felt you were interested in…";
img="images/south_day2-1.jpg";
}

if (quotes==7) {
title="Bronwyn and John";
body="Having a base for a week made us feel we were experiencing Italian village life a bit and we felt settled and at home (and could get our washing done)…";
img="images/radda_day3-1.jpg";
}

if (quotes==8) {
title="Bronwyn and John";
body="The wine tastings and the social meeting up in the evenings were low key but a most enjoyable addition to the whole experience…";
img="images/radda_day1.jpg";
}

if (quotes==9) {
title="Bronwyn and John";
body="Walking is a great way to meet people with similar interests but it also gives an opportunity for interesting one on one conversations as you walk along in the delightful countryside…";
img="images/radda_day6-1.jpg";
}

if (quotes==10) {
title="Bronwyn and John";
body="The cooking class was great fun and gave us a genuine taste of Italy with a hands on feel…";
img="images/radda_day5-1.jpg";
}

document.write('<div class="testimonials">');
document.write('<h1>Testimonials</h1>');
document.write('<p>&ldquo;'+ body +'&rdquo;<br />');
document.write('<strong><span class="testimonialtitle">' + title + '</span></strong></p><br />');
document.write('<img src="' + img + '" alt="Testimonials" width="196" height="196" border="0" />');
document.write('</div>');
