<a href="<?=$doctor2->space->getUrl()?>" title="<?=$doctor2->name?>大夫的个人网站" target="_blank">
                    <img src="http://i1.hdfimg.com/images/common/iconhome16.gif" width="16" height="16" align="absmiddle" id="homepage_<?=$doctor2->space->id?>"/></a>
                <?php }?>
                <?=$dtitle?><?=$dgrade?>
                </li>
                <?php
                if ($doctor2->isGoodDoctor())
                {
                    ?>
                        <a href="http://www.haodf.com/paperdetail/2013ndlt.htm#banjiang" target="_blank"><img src="<?=Doctor::getGoodDoctorImgUrl()?>" width="63" height="18" alt="年度好大夫" title="2013年度好大夫" align="absmiddle" style="padding:0 5px;"/></a>
                        <?php
                }
                else if ($doctor2->isPatientGoodDoctor())
                {
                    ?>
                        <a href="http://www.haodf.com/paperdetail/2013ndlt.htm#banjiang" target="_blank"><img src="<?=Doctor::getPatientGoodDoctorImgUrl()?>" width="63" height="18" alt="患者心中好大夫" title="患者心中好大夫" align="absmiddle" style="padding:0 5px;"/></a>
                        <?php
                }  
			    }?>
			</td>
            <td><a href="<?=$hospitalFacultyUrl?>" style="text-decoration:none"><?=$hfname?></a></td>
			<td><?=$dspecialilze?>&nbsp;</td>
			<td class="textct">
            <?php if (false == $doctor2 instanceof Doctor && 0 < $doctor2->goodVoteCount) { ?>
			    得票(<span class="orange"><?=$doctor2->goodVoteCount?>票</span>)<br />
			<?php }
            else if(isset($goodVoteCount[$doctor2->id]) && 0 < $goodVoteCount[$doctor2->id])
            {
                ?>
			    得票(<span class="orange"><?=$goodVoteCount[$doctor2->id]?>票</span>)<br />
            <?php