ranNum=0
var topTen = new Array();
topTen[0] = "An independent dealer is not locked into policies made by a committee that does not care about the needs of the individual renter.";
topTen[1] = "An independent agency is the 'boss' and will deal with your concerns with the respect you deserve.";
topTen[2] = "An independent agency values every rental.";
topTen[3] = "He knows what it takes for the rental to be a success. Every aspect of the rental is considered to be the most important.";
topTen[4] = "He knows the value of repeat business. This rental is important because the next rental is more important.";
topTen[5] = "An independent agency treats each rental as if his well being depends on it. It does.";
topTen[6] = "An independent agency always shops for the best products because the most important people, his renters, rely on them.";
topTen[7] = "An independent agency shops the market and always insures that his rates are the most competitive.";
topTen[8] = "An independent agency does whatever is reasonably necessary to keep the renters satisfied.";
topTen[9] = "An independent agency wants to be your rental agency. The independent agency will make sure that the renter is 100% satisfied. ";
topTen[10] = "All CRX agencies are rated by past renters.";
topTen[11] = "All CRX agencies are compared to other independent agencies in the same city";
topTen[12] = "All CRX agencies vital information is easily accessible.";
topTen[13] = "All information concerning the independent agency is administered by the agency.";
topTen[14] = "At CRX the renter knows the total price before the rental. &quot;Total Pricing&quot;  keeps the renter in control.";
topTen[15] = "Customer service is provided by employees of the car rental agency in the city you rented, not from an overseas phone room";
topTen[16] = "You rent from independent business people with strong roots in the community.";
topTen[17] = "Their selection of vehicles is not dictated by corporations with ties to the manufacturers";
topTen[18] = "The rental dollars you spend are kept in the local community, not siphoned off to a multi-national corporate bank account.";
topTen[19] = "Not only do you get lower rates, but you also get service that signifies your importance.";
topTen[20] = "They are more likely to bend the rules to accommodate rentals that are outside the norm.";
var ranNum = Math.round(Math.random() * (topTen.length - 1));
reasonNum=ranNum+1
document.write('<br><b>Reason #'+reasonNum+'</b><br>')
document.write(topTen[ranNum])
