<!--

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "I received a multi-million dollar wrongful death suit at 9:30 pm, which I fully attribute to LIP's seasoned intake specialists.<br><br>William L. Berg<br>Berg & Assciates"
text[number++] = "Hardly anyone ever left us a voice mail after-hours, but in the very first week we used LIP, we signed up a case that paid for their services for the year. Now we average 2-4 new cases a week that can be attributed to calls taken after normal business hours.<br><br>Carter Mario<br>Carter Mario Injury Lawyers"
text[number++] = "With LIP's experienced and unusually caring staff we land numerous after-hours cases every month. Why anyone would trust after-hours potential clients to voice mail or a typical impersonal answering service is beyond me.<br><br>Bill Litster<br>Litster Injury Lawyers"
text[number++] = "For those of you that believe you do not get any quality cases after-hours, I received a multi-million dollar wrongful death suit at 9:30 pm, which I fully attribute to LIP's seasoned intake specialists.<br><br>William L. Berg<br>William L. Berg and Assciates"
text[number++] = "I was surprised at how efficient this service is and have been very pleased with the results. I would recommend it to any lawyer other than one of my competitors.<br><br>Peter Miller<br>Law Offices of Peter Miller"
text[number++] = "I had a 'good' service, now I have a 'GREAT' service. And it's worth every penny. Finally 24/7, means 24/7.<br><br>E Eric Guirard<br>E Eric Guirard, Injury Lawyers"
text[number++] = "To my surprise, the cases were always there. We just weren't getting them. Now, potential clients don't even get a chance to see my competitors' commercials on Monday.<br><br>Bob Crumley<br>Crumley and Associates"
text[number++] = "Legal Intake Professionals gives us the confidence to advertise after hours and on the weekends with a direct response message. That's an advantage that translates into more new cases.<br><br>J. Marshall Hughes<br>Hughes and Coleman"
text[number++] = "Frustrated with trying to make a local service work, we had all but given up. LIP was the answer we were looking for. Legal Intake Professionals gives me the confidence I need to advertise after normal business hours.<br><br>Ed Bernstein<br>Bernstein &amp; Associates"
text[number++] = "After laboring to train various answering services for years and never being satisfied, Legal Intake Professionals gave me the solution I needed for after-hours injury intake.<br><br>Terry Bryant<br>Terry Bryant, Accident &amp; Injury Law"
text[number++] = "Far superior to any answering service we've tried in the past. LIP gets the right information to our investigators quickly and efficiently.<br><br>Jerry Parker<br>Parker &amp; Waichman"
text[number++] = "When LIP answers a call for us, potential clients feel as if they have reached our law firm. When they hang up, they feel as if they have a lawyer and they have no need to call anyone else.<br><br>Phil Stewart<br>Stewart &amp; Stewart"
// keep adding items here...

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->