<!--
// links , need to add in conditionals

//Roger De Filippo, MD
if (window.location.href.indexOf("cpid=11381") > -1)
{
	reg = "<b>Registration Form</b></a><img src='/images/uploaded/chla/on_arrow.gif' width='11' height='11' border='0'>";
}
else
{
	reg = "<b>Registration Form</b></a>";
}



//Patient Forms
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="Registration Form" name="chla" id="chla" width="6" height="6" vspace="4" border="0" align="left" title="Registration Form"></td>');
document.writeln('<td class="pageheadtext"><a href="/images/uploaded/chla/chla_registration_form.pdf" target="_blank" class="mapit" onMouseOver="document.images.chla.src=">' + reg + '</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>');
//-->

