var mess = new Array(

//START EDITABLE

'They [Toronto Ride] are terrific and I can\'t live without them anymore', 'They are very very caring and polite, and the drivers are so concerned for you... ','I have found it terrific for me.  It enable me to get out on my own where it have not been possible for me', 'I appreciate the Transportation Service very much.  The drivers are always very helpful and polite and pick ups are on time.  Thank you.', 'I feel very relieved to realize that when in need, I can call upon Transportation service to arrange for me.  Many thanks to all concerns.'

//END EDITABLE

);

var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);

/* seperate each quote by comma, all on the same line */