
<!--
var r_text = new Array ();
r_text[0] = "Thanks yet again for all the effort you put in for us here! In a day when many people in business seem to have the idea that the customer doesn't matter it is so refreshing to see someone buck the trend!";
r_text[1] = "Amazing good luck - must be an advance on my Xmas present! I'm impressed also that you work on Sundays. Thanks again for all your help.";
r_text[2] = "David You are still a star. You charged me less in the first place and now amended my order. I do apppreciate your help. (Thats why I never use another car rental company) A Very Merry Christmas to you and your family.";
var i = Math.floor(3*Math.random())

document.write(r_text[i]);

//-->
