// JavaScript Document
// For the "Did You Know" dental facts buns

<!--

var r_text = new Array();
r_text[0] =  '<img class="img-indent" src="images/random_img/15.jpg" /><p class="padding2">Dr. Lumachi&#39;s hobbies include <strong>boating, water sports, and skiing</strong>.</p>'
r_text[1] =  '<img class="img-indent" src="images/random_img/10.jpg" /><p class="padding2">Dr. Lumachi has been <strong>playing guitar since he was 9 years old</strong>. &quot;The Beatles&quot; and &quot;Rush&quot; are his favorite bands.</p>'
r_text[2] =  '<img class="img-indent" src="images/random_img/16.jpg" /><p class="padding2">Dr. Lumachi&#39;s favorite food is <strong>pizza</strong>.</p>'
r_text[3] =  '<img class="img-indent" src="images/random_img/31.png" /><p class="padding2">Dr. Lumachi <strong>married his high school sweetheart</strong> in 1994.</p>'
r_text[4] =  '<img class="img-indent" src="images/random_img/02.jpg" /><p class="padding2">Dr. Lumachi is a big <strong>Yankees fan</strong>, and enjoys following <strong>St. John&#39;s University basketball</strong>.</p>'
r_text[5] =  '<img class="img-indent" src="images/random_img/34.jpg" /><p class="padding2">Dr. Lumachi has <strong>one daughter</strong> in middle school.</p>'
r_text[6] =  '<img class="img-indent" src="images/random_img/03.jpg" /><p class="padding2">Dr. Lumachi has a <strong>cat named Tator</strong>.</p>'
r_text[7] =  '<img class="img-indent" src="images/random_img/30.png" /><p class="padding2">Dr. Lumachi moved to <strong>New Jersey from Brooklyn</strong> in 2000.</p>'
r_text[8] =  '<img class="img-indent" src="images/random_img/32.jpg" /><p class="padding2"><strong>Dr. Lumachi and Michele</strong> met while working for another dentist in 1995.</p>'
r_text[9] =  '<img class="img-indent" src="images/random_img/33.jpg" /><p class="padding2"><strong>Sheila was an intern at our office</strong> while she was in dental hygiene school.</p>'
r_text[10] = '<img class="img-indent" src="images/random_img/07.jpg" /><p class="padding2">Several of Dr. Lumachi&#39;s patients are <strong>third generation</strong>.  (Including this site&#39;s webmaster!)</p>'
r_text[11] = '<img class="img-indent" src="images/random_img/29.jpg" /><p class="padding2">There has been a dental practice <strong>in this location since 1965</strong>.</p>'
r_text[12] = '<img class="img-indent" src="images/random_img/25.jpg" /><p class="padding2">Dr. Lumachi&#39;s first cousin is a professor at the <strong>University of Louisville Dental School</strong>.</p>'

var i = Math.floor(13*Math.random())

document.write(r_text[i]);

//-->
