
<!--

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] ="They are extremely professional, conscientious, knowledgeable, kind and loving people...top notch!"
text[number++] ="...every time I came to visit (my poodle Pierre), he seemed so happy and content that I could tell they were taking good care of him..."
text[number++] ="I would never leave my dog with anyone else."
text[number++] ="...the dogs stay in their home and they are never left alone. I could tell…when I came to get my dog after a month he was a bit sad to leave them."
text[number++] ="Fortunately for me I found Coco and Toto..."
text[number++] ="I knew I had a winner from my first phone conversation with them."
text[number++] ="...I knew that a professional team was going to take care of Abigail, Mimolette and Ashes and they were taken care of beautifully.."
text[number++] ="...I highly recommend the services of Coco and Toto; I intend to use them from now on."
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->