<!--
// links , need to add in conditionals

//Chester Koh, MD
if (window.location.href.indexOf("cpid=7736") > -1)
{
	chester = "<b>Chester Koh, MD</b></a><img src='/images/uploaded/chla/on_arrow.gif' width='11' height='11' border='0'>";
}
else
{
	chester = "<b>Chester Koh, MD</b></a>";
}


//Roger De Filippo, MD
if (window.location.href.indexOf("cpid=7735") > -1)
{
	roger = "<b>Roger De Filippo, MD</b></a><img src='/images/uploaded/chla/on_arrow.gif' width='11' height='11' border='0'>";
}
else
{
	roger = "<b>Roger De Filippo, MD</b></a>";
}


//Steve S. Kim, MD, MSCE
if (window.location.href.indexOf("cpid=27117") > -1)
{
	steve = "<b>Steve S. Kim, MD, MSCE</b></a><img src='/images/uploaded/chla/on_arrow.gif' width='11' height='11' border='0'>";
}
else
{
	steve = "<b>Steve S. Kim, MD, MSCE</b></a>";
}


//Andy Y. Chang, MD
if (window.location.href.indexOf("cpid=17360") > -1)
{
	andy = "<b>Andy Y. Chang, MD</b></a><img src='/images/uploaded/chla/on_arrow.gif' width='11' height='11' border='0'>";
}
else
{
	andy = "<b>Andy Y. Chang, MD</b></a>";
}


//Brian E. Hardy, MD
if (window.location.href.indexOf("cpid=7740") > -1)
{
	brian = "<b>Brian E. Hardy, MD</b></a><img src='/images/uploaded/chla/on_arrow.gif' width='11' height='11' border='0'>";
}
else
{
	brian = "<b>Brian E. Hardy, MD</b></a>";
}


//Research Publications
document.writeln('<table width="200" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr>');
document.writeln('<td width="8" valign="top"><img src="/images/uploaded/chla/red_bullet.gif" alt="Chester Koh, MD" name="ckoh" id="ckoh" width="6" height="6" vspace="4" border="0" align="left" title="Chester Koh, MD"></td>');
document.writeln('<td class="pageheadtext"><a href="http://www.ncbi.nlm.nih.gov/pubmed?term=koh%20cj" target="_blank" class="mapit" onMouseOver="document.images.ckoh.src=">' + chester + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td width="2"><img src="/images/clear.gif" alt="" height="5" border="0"></td></tr>');
document.writeln('<tr>');
document.writeln('<td width="8" valign="top"><img src="/images/uploaded/chla/red_bullet.gif" alt="Roger De Filippo, MD" name="defi" id="defi" width="6" height="6" vspace="4" border="0" align="left" title="Roger De Filippo, MD"></td>');
document.writeln('<td class="pageheadtext"><a href="http://www.ncbi.nlm.nih.gov/pubmed?term=de%20filippo%20re" target="_blank" class="mapit" onMouseOver="document.images.defi.src=">' + roger + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td width="2"><img src="/images/clear.gif" alt="" height="5" border="0"></td></tr>');
document.writeln('<tr>');
document.writeln('<td width="8" valign="top"><img src="/images/uploaded/chla/red_bullet.gif" alt="Steve S. Kim, MD, MSCE" name="skim" id="skim" width="6" height="6" vspace="4" border="0" align="left" title="Steve S. Kim, MD, MSCE"></td>');
document.writeln('<td class="pageheadtext"><a href="http://www.ncbi.nlm.nih.gov/pubmed?term=kim%20steve" target="_blank" class="mapit" onMouseOver="document.images.skim.src=">' + steve + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td width="2"><img src="/images/clear.gif" alt="" height="5" border="0"></td></tr>');
document.writeln('<tr>');
document.writeln('<td width="8" valign="top"><img src="/images/uploaded/chla/red_bullet.gif" alt="Andy Y. Chang, MD" name="acha" id="acha" width="6" height="6" vspace="4" border="0" align="left" title="Andy Y. Chang, MD"></td>');
document.writeln('<td class="pageheadtext"><a href="http://www.ncbi.nlm.nih.gov/pubmed?term=chang%20andy%20y" target="_blank" class="mapit" onMouseOver="document.images.acha.src=">' + andy + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td width="2"><img src="/images/clear.gif" alt="" height="5" border="0"></td></tr>');
document.writeln('<tr>');
document.writeln('<td width="8" valign="top"><img src="/images/uploaded/chla/red_bullet.gif" alt="Brian E. Hardy, MD" name="hard" id="hard" width="6" height="6" vspace="4" border="0" align="left" title="Brian E. Hardy, MD"></td>');
document.writeln('<td class="pageheadtext"><a href="http://www.ncbi.nlm.nih.gov/pubmed?term=hardy%20be" target="_blank" class="mapit" onMouseOver="document.images.hard.src=">' + brian + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td width="2"><img src="/images/clear.gif" alt="" height="5" border="0"></td></tr>');
document.writeln('</table>');
//-->

