<!--
// links , need to add in conditionals

//
if ((window.location.href.indexOf("cpid=14813") > -1)||(window.location.href.indexOf("cpid=14920") > -1)||(window.location.href.indexOf("cpid=14921") > -1)||(window.location.href.indexOf("cpid=14922") > -1)||(window.location.href.indexOf("cpid=14923") > -1))
{
	adls1 = "<font color='#5C5E59'><b>Hospital Nurse Practitioners</b></font>";
}
else
{
	adls1 = "<a href='/handler.cfm?event=practice,template&cpid=14813'><font color='#137DA4'><b>Hospital Nurse Practitioners</b></font></a>";
}

//
if (window.location.href.indexOf("cpid=3736") > -1)
{
	adls2 = "<font color='#5C5E59'><b>Research Staff</b></font>";
}
else
{
	adls2 = "<a href='/handler.cfm?event=practice,template&cpid=3736'><font color='#137DA4'><b>Research Staff</b></font></a>";
}



document.writeln('<table width="185" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr>');
document.writeln('<td width="16" valign="top"><img src="/images/uploaded/lacard/loc_bullet1.gif" alt="14813" border="0" title="14813"></td>');
document.writeln('<td width="169" class="pageheadtext">' + adls1 + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td height="3" colspan="2"><img src="/images/clear.gif" alt="" height="3" border="0"></td></tr>');
document.writeln('<tr>');
document.writeln('<td width="16" valign="top"><img src="/images/uploaded/lacard/loc_bullet1.gif" alt="Research Staff" border="0" title="Research Staff"></td>');
document.writeln('<td width="169" class="pageheadtext">' + adls2 + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td height="3" colspan="2"><img src="/images/clear.gif" alt="" height="3" border="0"></td></tr>');
document.writeln('</table>');


//-->