<!--



function text() {
};

text = new text();
number = 0;

// textArray

text[number++] = "Client Testimonial:<br>Just wanted to say thank you for the job, once again. This dealership seems to be a great place to work for. The people are down to earth, my kind of crowd. They understand people have a life and family along with a job. This has really worked out great for me.<br><br><i>T.S.</i>"

text[number++] = "Client Testimonial:<br>Thanks for finding a perfect match for me. This is what I have been working towards throughout my career.<br><br><i>Ben, Parts Director</i>"

text[number++] = "Client Testimonial:<br>I am very happy at my new job. At this dealership, I feel like I am part of a family  <br><br><i>Pete, ASE Certified Tech</i>"

text[number++] = "Client Testimonial:<br>We are very pleased with your service and the top notch applicants we have hired through you.<br><br><i>Paul, Tire Center Mgr.</i>"

text[number++] = "Client Testimonial:<br>Our normal routine is so hectic, that we have come to depend on you for our recruiting. <br><br><i>Carol, Import Dealer HR Manager</i>"

text[number++] = "We are beginning to see some positive signs in the auto repair segment here in Colorado. Volume is picking up and those shops with effective programs in place are once again realizing profitability.<br><br><i>AutoStaffNow, LLC</i>"

text[number++] = "At the present time there is an availability of well qualified applicants, including ASE Certified Techs, Service Advisors and Upper Mgt. Personnel. Consider upgrading the level of your staff before the good people become scarce again.<br><br><i>AutoStaffNow, LLC</i>"

text[number++] = "<i>Job Seekers Always Free at AutoStaffNow!</i>"

text[number++] = "Client Testimonial:<br>Dear Randy, I wanted to thank you for your help in finding Ray, our new Shop Foreman. I’ll continue to refer you to my peers and other business owners. <br><br><i>Sincerely, Ajith, Shop Owner</i>"



text[number++] = "<i>New Positions and Applicants Daily!</i>"




// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->