// JavaScript Document

var txtList = new Array()
txtList[txtList.length]="<b>Voted Best Central Texas Dentist 2009</b>";

txtList[txtList.length]="<b>Voted Best Central Texas Dentist 2008</b>";

txtList[txtList.length]="<b>Voted Best Central Texas Dentist 2007</b>";

txtList[txtList.length]="<b>Voted Best Central Texas Dentist 2006</b>";

txtList[txtList.length]="<b>Complete Famliy Dental Care</b>";

txtList[txtList.length]="<b>We Cater to Cowards</b>";

j=parseInt(Math.random()*txtList.length);
j=(isNaN(j))?0:j;
document.write(unescape(txtList[j]));
