<!--
var images = new Array();
images[0] = '<div class="ttImage"><img src="_media/tt_bill_home.jpg" alt="" width="116" height="168"></div><p class="ttName">Bill Vicenzino</p><p class="ttTitle">Professor of <br />Sports Physiotherapy</p><p><a class="" href="about/think_tank.html">Meet the Think Tank</a></p>';
images[1] = '<div class="ttImage"><img src="_media/tt_dananberg_home.jpg" alt="" width="116" height="168"></div><p class="ttName">Howard J. Dananberg</p><p class="ttTitle">DPM</p><p><a class="" href="about/think_tank.html">Meet the Think Tank</a></p>';
images[2] = '<div class="ttImage"><img src="_media/tt_armstrong_home.jpg" alt="" width="116" height="168"></div><p class="ttName">David Armstrong</p><p class="ttTitle">Professor of Surgery and Director of the University of Arizona\'s Southern Arizona Limb Salvage Alliance (SALSA)</p><p><a class="" href="about/think_tank.html">Meet the Think Tank</a></p>';
images[3] = '<div class="ttImage"><img src="_media/tt_jenny_home.jpg" alt="" width="116" height="168"></div><p class="ttName">Jenny McConnell</p><p class="ttTitle">Physiotherapist</p><p><a class="" href="about/think_tank.html">Meet the Think Tank</a></p>';
images[4] = '<div class="ttImage"><img src="_media/tt_phil_home.jpg" alt="" width="116" height="168"></div><p class="ttName">Phillip Vasyli</p><p class="ttTitle">Podiatrist, Chairman and founder of<br>Vasyli International</p><p><a class="" href="about/think_tank.html">Meet the Think Tank</a></p>';
images[5] = '<div class="ttImage"><img src="_media/tt_trevor_home.jpg" alt="" width="116" height="168"></div><p class="ttName">Trevor Prior</p><p class="ttTitle">Director of<br>Premier Podiatry<br>Limited and P2L</p><p><a class="" href="about/think_tank.html">Meet the Think Tank</a></p>';
var i = Math.floor(Math.random() * images.length);
var tmp = "" + images[i];
//alert(tmp);
document.write(tmp);
// -->
