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

if (quotes==0) {
title="&quot;A true gem of a cottage in an amazingly quiet but convenient location.&quot;";
body="";
}

if (quotes==1) {
title="&quot;What peace and beautiful scenery - no wonder writers and artists were so inspired.&quot;";
body="";
}

if (quotes==2) {
title="&quot;We have had a lovely week - so much to see and do. We would certainly like to return and see some more.&quot;";
body="";
}

if (quotes==4) {
title="&quot;The peace, the quiet, what bliss.&quot;";
body="";
}

if (quotes==5) {
title="&quot;Beautiful scenery, just the place to unwind.&quot;";
body="";
}

if (quotes==6) {
title="&quot;It's as good as it gets- we had a wonderful time.&quot;";
body="";
}

if (quotes==7) {
title="&quot;Lovely walks from the doorstep in beautiful frosty conditions.&quot;";
body="";
}

if (quotes==8) {
title="&quot;Had excellent time again.&quot;";
body="";
}

if (quotes==9) {
title="&quot;Our first visit to the Lake District - we have enjoyed our time here so much that we will return.&quot;";
body="";
}

if (quotes==10) {
title="&quot;Warm and cosy base with lots of lovely thoughtful touches.&quot;";
body="";
}

if (quotes==11) {
title="&quot;What a lovely place - you know you're somewhere special when all you can hear is sheep, bees and bird-song.&quot;";
body="";
}

if (quotes==12) {
title="&quot;I will greatly miss my evening strolls in the wonderful perfumed garden.&quot;";
body="";
}

if (quotes==13) {
title="&quot;Lovely comfortable accommodation and glorious weather.&quot;";
body="";
}


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>');