// JavaScript Document



//START TESTIMONIALS
var textnumber = 3 ; 
var randomnumber = Math.random() ; 
var rand1 = Math.round( (textnumber-1) * randomnumber) + 1 ; 
text = new Array 

text[1] = 'We found Limbert Mountain Farm to be a wonderfully charming place to visit. A "must drive" out in the country! - Daniel Simmons</p>';

text[2] = 'Your products are outstanding and your service and hospitality goes unsurpassed. <br />- Mary</p>';

text[3] = 'Thanks for your time in your tea room on Saturday, especially for the bread recipe!  I was so keen to try it that I whipped up a batch when we got home and baked it on Sunday morning.  Absolutely the best bread I have made and ranks up there with the best I\'ve eaten! <br />- Jim Smerdon</p>';

var mytext = text[rand1];
//END TESTIMONIALS





