// JavaScript Document
var arrTestimonials = new Array();

arrTestimonials[0]    = new Array();
arrTestimonials[0][0] = 'images/testmonial1.jpg';
arrTestimonials[0][1] = 'I just wanted to let you know how much I appreciate the work that you did in helping me locate now close to 2,000 of my fellow soldiers that served with me in Vietnam. Keep up the good work. I have been a member of Intelius family for over 4 years now. Thanks again.';
arrTestimonials[0][2] = 'Roger H.<br />Run a People Search';

arrTestimonials[1]    = new Array();
arrTestimonials[1][0] = 'images/testmonial2.jpg';
arrTestimonials[1][1] = 'We just wanted to let you know how much I appreciate the work that you did in helping me locate now close to 2,000 of my fellow soldiers that served with me in Vietnam. Keep up the good work. I have been a member of Intelius family for over 4 years now. Thanks again.';
arrTestimonials[1][2] = 'Jenny D.<br />Run a Soft Search';

arrTestimonials[2]    = new Array();
arrTestimonials[2][0] = 'images/testmonial3.jpg';
arrTestimonials[2][1] = 'She just wanted to let you know how much I appreciate the work that you did in helping me locate now close to 2,000 of my fellow soldiers that served with me in Vietnam. Keep up the good work. I have been a member of Intelius family for over 4 years now. Thanks again.';
arrTestimonials[2][2] = 'Willson S.<br />Run a Soft Search';

arrTestimonials[3]    = new Array();
arrTestimonials[3][0] = 'images/testmonial4.jpg';
arrTestimonials[3][1] = 'He just wanted to let you know how much I appreciate the work that you did in helping me locate now close to 2,000 of my fellow soldiers that served with me in Vietnam. Keep up the good work. I have been a member of Intelius family for over 4 years now. Thanks again.';
arrTestimonials[3][2] = 'Chiru V.<br />Run a Soft Search';
