<!--



function text() {
};

text = new text();
number = 0;

// textArray

text[number++] = "Caren has been fantastic to work with. She has been able to make the travel process seamless and streamlined. Her knowledge is great and she understands that no need is too great or too small." 

text[number++] = "She anticipates our needs and makes sure that we have all of the &quot;extras&quot; to make our trip enjoyable and as hassle-free as possible. This has ranged from room dimension requirements to DME items, such as lifts, shower chairs, and airbeds."

text[number++] = "Her work is done with the utmost respect and discretion. She understands that each individual is unique and works well with you to help you accomplish your specific traveling goals. I wouldn't think of planning a trip without her!"

text[number++] = "It was so nice to be able to relax and know that each need and detail of our trip was taken care of for us in advance."

text[number++] = "It was a pleasure to work with Caren. She was very knowledgeable and understands the challenges people with disabilities face when traveling."

text[number++] = "I would not hesitate to call upon Caren to assist me with all of my future travel plans. All About You Travel means exactly what it says, it is &quot;All About You&quot;."

text[number++] = "Travel is generally an adventure, which is my way of viewing positively something that I am afraid may turn out badly. Caren does plenty to keep things from going badly. She has a file on me that tells her how high a bed I can get into. (Hotels seem to like high beds.) Caren smooths out the bumps, and when something goes wrong, I call her, and she goes to work on the problem."



// keep adding items here...

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

document.write(text[increment]);

//-->
