var theText=new Array()
theText[0]='"Dentistry is a terrific profession and your efforts benefit our profession as a whole."</p><p class="cite">Stephen Cooke DDS<br />Westlake, OH';theText[1]='"topDentists is able to provide the public with an indepth analysis of great dentists in their area."</p><p class="cite">Brian A. Klaich, DMD<br />Cranberry Township, PA';theText[2]='"Thanks for your work in helping patients find qualified dentists."</p><p class="cite">Bill C. Costaras DDS<br />Westlake, OH';var j=0
var p=theText.length;var preBuffer=new Array()
for(i=0;i<p;i++){preBuffer[i]=new Image()
preBuffer[i].src=theText[i]}
var whichText=Math.round(Math.random()*(p-1));function showText(){document.write('<p>'+theText[whichText]+'</p>');}
