rtext = new Array();
rtexta = new Array();
i = 0;

rtext[i] = "Initially, we were looking for some planning assistance to get a new Advisory Council program running.  What we got was a decade-long partnership with Texcel that delivered a comprehensive and high-quality Customer Listening Program.  Texcel Research and the results they deliver are the benchmark ... the standard by which all others in this industry should measure themselves.";
rtexta[i++] = "Rusty Walther<br>Senior Vice President, Global Support <br>Network Appliance, Inc.";


rtext[i] = "Our Executive Advisory Council - with 15 IT Directors and VPs from our largest service customers - was a smashing success.  The data derived from the initial session and equally well-planned follow-on sessions drove customer satisfaction and annuity service revenue for literally years.  Texcel's thorough reports and action-item management became invaluable tools to drive brand loyalty.";
rtexta[i++] = "Rusty Walther<br>Senior Vice President, Global Support <br>Network Appliance, Inc.";

rtext[i] = "The most important aspects of choosing a research company are an understanding of your business needs, leaving no stone unturned, and being easy to do business with. Texcel Research excels on all three fronts.";			rtexta[i++] = "<br>Market Research Manager<br>Nortel Networks";

rtext[i] = "The work from Texcel has been consistently excellent. We have done a half dozen very technical projects with them, and we couldn&rsquo;t have been more pleased with their thoroughness and insightfulness.&nbsp;[They] are great to work with.";		
rtexta[i++] = "Eric Humphrey <br>Market Intelligence <br>Fortune 25 technology company";

rtext[i] = "Texcel&rsquo;s attention to detail and precision were just fabulous. We couldn&rsquo;t have been more satisfied with each of the projects, at every phase: execution, follow-through and the reporting.";			
rtexta[i++] = "Michael Ballow <br>Senior Vice-President <br>Fortune 100 technology company";

rtext[i] = "Texcel was able to start up a challenging international project in no time, yet they delivered the same high-quality results we have come to expect. Great work!";		
rtexta[i++] = "Rick Y <br>Director Market Intelligence <br>Fortune 50 technology company";

rtext[i] = "Texcel&rsquo;s focus on delivering results is truly unique. They get totally engaged and get the job done, every time.&nbsp; They are always a pleasure to work with.";			
rtexta[i++] = "Bob Kraus <br>Vice-President Research <br>Fortune 100 networking company";

rtext[i] = "Texcel was obviously in charge, taking care of all the details from beginning to end.&nbsp; The high quality was absolutely consistent throughout each of the projects. They write great management summaries!";			
rtexta[i++] = "Craig Lakey <br>Director Marketing Communications <br>Fortune 2000 software company";


var l = rtext.length;

var rnd_no = Math.round((l-1)*Math.random());

function showtestimonial(){
n=rnd_no;
document.write("<div class='qutop'>"+rtext[n]+"</div><div class='qubot'>"+rtexta[n]+"</div>");
}
