
<!--
var r_text = new Array ();
r_text[0] = "Which discount car rental suppliers do you use ?";
r_text[1] = "When is my car voucher sent to me?";
r_text[2] = "Do I need to reconfirm my car reservation?";
r_text[3] = "What information/documentation will I need to collect my car?";
r_text[4] = "Who do I contact if I want to change my car rental details?";
r_text[5] = "Who do I contact if I want to cancel my car?";
r_text[6] = "I need to cancel my car will I get a refund?";
r_text[7] = "Can I have my refund in cash or cheque?";
r_text[8] = "I have not received my voucher yet or a confirmation, who do I speak to?";
r_text[9] = "I have lost my car voucher! What do I do now?";
r_text[10] = "What sort of licence do I need to drive abroad?";
r_text[11] = "What happens if I break down or have an accident?";
r_text[12] = "Can I book my car over the phone instead?";
r_text[13] = "If I drop my car off early - will I get a partial refund?";
r_text[14] = "What happens if I drop my car off late?";
r_text[15] = "Will I get the make and model of the car that I have requested?";
r_text[16] = "Should I book early for the most popular locations?";
r_text[17] = "Can I rent a convertible or minivan?";
r_text[18] = "What are the most common car hire groups?";
r_text[19] = "These are the most common groups and are generally available at all rent-a-carlocations.";

var i = Math.floor(20*Math.random())

document.write(r_text[i]);

//-->
