<!--
// links , need to add in conditionals

//

if (window.location.href.indexOf("cpid=17939") > -1)
{
	clin1 = "<font color='#5C5E59'><b>Cardiac Catheterization</b></font>";
}
else
{
	clin1 = "<a href='/handler.cfm?event=practice,template&cpid=17939'><font color='#137DA4'><b>Cardiac Catheterization</b></font></a>";
}


//

if (window.location.href.indexOf("cpid=4609") > -1)
{
	clin2 = "<font color='#5C5E59'><b>Atrial Fibrillation</b></font>";
}
else
{
	clin2 = "<a href='/handler.cfm?event=practice,template&cpid=4609'><font color='#137DA4'><b>Atrial Fibrillation</b></font></a>";
}

//
if (window.location.href.indexOf("cpid=4773") > -1)
{
	clin3 = "<font color='#5C5E59'><b>Peripheral Vascular</b></font>";
}
else
{
	clin3 = "<a href='/handler.cfm?event=practice,template&cpid=4773'><font color='#137DA4'><b>Peripheral Vascular</b></font></a>";
}

//
if (window.location.href.indexOf("cpid=14818") > -1)
{
	clin4 = "<font color='#5C5E59'><b>Carotid Artery Disease</b></font>";
}
else
{
	clin4 = "<a href='/handler.cfm?event=practice,template&cpid=14818'><font color='#137DA4'><b>Carotid Artery Disease</b></font></a>";
}

//
if (window.location.href.indexOf("cpid=4775") > -1)
{
	clin5 = "<font color='#5C5E59'><b>Electrophysiology</b></font>";
}
else
{
	clin5 = "<a href='/handler.cfm?event=practice,template&cpid=4775'><font color='#137DA4'><b>Electrophysiology</b></font></a>";
}

//
if (window.location.href.indexOf("cpid=14819") > -1)
{
	clin6 = "<font color='#5C5E59'><b>Heart Failure</b></font>";
}
else
{
	clin6 = "<a href='/handler.cfm?event=practice,template&cpid=14819'><font color='#137DA4'><b>Heart Failure</b></font></a>";
}

//
if (window.location.href.indexOf("cpid=14820") > -1)
{
	clin7 = "<font color='#5C5E59'><b>Patent Foramen Ovale (PFO) Closure</b></font>";
}
else
{
	clin7 = "<a href='/handler.cfm?event=practice,template&cpid=14820'><font color='#137DA4'><b>Patent Foramen Ovale (PFO) Closure</b></font></a>";
}





document.writeln('<table width="182" 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="Cardiac Catheterization" border="0" title="Cardiac Catheterization"></td>');
document.writeln('<td width="166" class="pageheadtext">' + clin1 + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td height="6"><img src="/images/clear.gif" alt="" height="6" border="0"></td></tr>');
document.writeln('<tr>');
document.writeln('<td width="16" valign="top"><img src="/images/uploaded/lacard/loc_bullet1.gif" alt="Atrial Fibrillation" border="0" title="Atrial Fibrillation"></td>');
document.writeln('<td width="166" class="pageheadtext">' + clin2 + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td height="6"><img src="/images/clear.gif" alt="" height="6" border="0"></td></tr>');
document.writeln('<tr>');
document.writeln('<td width="16" valign="top"><img src="/images/uploaded/lacard/loc_bullet1.gif" alt="Peripheral Vascular" border="0" title="Peripheral Vascular"></td>');
document.writeln('<td width="166" class="pageheadtext">' + clin3 + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td height="6"><img src="/images/clear.gif" alt="" height="6" border="0"></td></tr>');
document.writeln('<tr>');
document.writeln('<td width="16" valign="top"><img src="/images/uploaded/lacard/loc_bullet1.gif" alt="Carotid Artery Disease" border="0" title="Carotid Artery Disease"></td>');
document.writeln('<td width="166" class="pageheadtext">' + clin4 + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td height="6"><img src="/images/clear.gif" alt="" height="6" border="0"></td></tr>');
document.writeln('<tr>');
document.writeln('<td width="16" valign="top"><img src="/images/uploaded/lacard/loc_bullet1.gif" alt="Electrophysiology" border="0" title="Electrophysiology"></td>');
document.writeln('<td width="166" class="pageheadtext">' + clin5 + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td height="6"><img src="/images/clear.gif" alt="" height="6" border="0"></td></tr>');
document.writeln('<tr>');
document.writeln('<td width="16" valign="top"><img src="/images/uploaded/lacard/loc_bullet1.gif" alt="Heart Failure" border="0" title="Heart Failure"></td>');
document.writeln('<td width="166" class="pageheadtext">' + clin6 + '</td>');
document.writeln('</tr>');
document.writeln('<tr><td height="6"><img src="/images/clear.gif" alt="" height="6" border="0"></td></tr>');
document.writeln('<tr>');
document.writeln('<td width="16" valign="top"><img src="/images/uploaded/lacard/loc_bullet1.gif" alt="Patent Foramen Ovale (PFO) Closure" border="0" title="Patent Foramen Ovale (PFO) Closure"></td>');
document.writeln('<td width="166" class="pageheadtext">' + clin7 + '</td>');
document.writeln('</tr>');
document.writeln('</table>');


//-->
