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

if (quotes==0) {
title="&quot;It was just what we wanted, coming from noisy town&quot;";
body="R &amp; A - Norway";
}

if (quotes==1) {
title="&quot;Lovely place and outstanding views&quot;";
body="I &amp; S - The Netherlands";
}

if (quotes==2) {
title="&quot;Such a lovely stop on our Hadrian's Wall walk&quot;";
body="J &amp; P - USA";
}

if (quotes==3) {
title="&quot;At the end of the ancient Roman Empire, nearly at the end of the world, we enjoyed our stay&quot;";
body="M &amp; E - Norway";
}

if (quotes==4) {
title="&quot;Peaceful, 'green' and friendly&quot;";
body="S &amp; M - Cambridge";
}

if (quotes==5) {
title="&quot;Lovely views and countryside&quot;";
body="M &amp; J - New Zealand";
}

if (quotes==6) {
title="&quot;Thanks for making us so welcome. We had a great weekend and everyone was so friendly&quot;";
body="Mr &amp; Mrs D - Northamptonshire";
}

if (quotes==7) {
title="&quot;Thanks for friendly service and welcoming atmosphere&quot;";
body="Mr &amp; Mrs W - Preston";
}

if (quotes==8) {
title="&quot;Thanks, fantastic folk in the North&quot;";
body="Reg - Greenwich, London";
}

if (quotes==9) {
title="&quot;I have passed very good days in lovely country with nice people&quot;";
body="Mr B, - Northern France";
}

if (quotes==10) {
title="&quot;A wonderful stay, we would recommend it to anybody&quot;";
body="Mr G - The Netherlands";
}

if (quotes==11) {
title="&quot;A friendly and welcoming village, a pleasant place to come and visit since the bypass&quot;";
body="Mr &amp; Mrs W - Catton, Northumberland";
}

if (quotes==12) {
title="&quot;Perfect stopping place to and from the Lakes, a lovely riverside location and village&quot;";
body="Mr &amp; Mrs M - Chester le Street, County Durham";
}

if (quotes==13) {
title="&quot;Seen in the Good Pub Guide: a lovely visit to the village - parking, food and shopping&quot;";
body="Mr &amp; Mrs L - Scottish Borders";
}

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