// to add a new testimonial add the next higher entry to both testiName and testiComment Array

testiName = new Array();

testiName[0] = "Eleanor McEvoy, Irish singer on tour";
testiName[1] = "Susie Porter";
testiName[2] = "Kathryn Beck";
testiName[3] = "Valerie Bader";

testiComment = new Array();

testiComment[0] = "To Gerard &amp; Liliane, many thanks for a lovely stay. Lots of love...";
testiComment[1] = "Dear Gerard &amp; Liliane, thank you so much for your wonderful hospitality. I have had such a fantastic time staying here at the Byron Quarter. I cannot recommend it highly enough. See you next year.";
testiComment[2] = "I have spent 6 weeks at the Byron Quarter and have enjoyed every moment. Gerard &amp; Liliane were warm and welcoming and definitely made my stay that extra bit special.";
testiComment[3] = "Gerard &amp; Liliane are so welcoming and the Byron Quarter is cosy and accommodating! I will definitely be back.";

which = Math.floor(Math.random()*(testiName.length));
