ranNum2=0
var people = new Array();
people[0] = "http://www.carrentalexpress.com/images/reasontorent-top.gif";
people[1] = "http://www.carrentalexpress.com/images/reasontorent-top2.gif";

var ranNum2 = Math.round(Math.random() * (people.length - 1));
document.write('<td background="'+people[ranNum2]+'">')
