<!--
//Overview
if (window.location.href.indexOf("cpid=11947") > -1)
{
	overview = "Overview";
}
else
{
	overview = "<a href='/handler.cfm?event=practice,template&cpid=11947' target='_self' class='navlink'>Overview</a>";
}


<!--
//Our Team
if (window.location.href.indexOf("cpid=14714") > -1)
{
	team = "Our Team";
}
else
{
	team = "<a href='/handler.cfm?event=practice,template&cpid=14714' target='_self' class='navlink'>Our Team</a>";
}


//News & Advances
if (window.location.href.indexOf("cpid=13769") > -1)
{
	news = "News & Advances";
}
else
{
	news = "<a href='/handler.cfm?event=practice,template&cpid=13769' target='_self' class='navlink'>News & Advances</a>";
}


//Clinical Trials
if (window.location.href.indexOf("cpid=13770") > -1)
{
	trials = "Clinical Trials";
}
else
{
	trials = "<a href='/handler.cfm?event=practice,template&cpid=13762' target='_self' class='navlink'>Clinical Trials</a>";
}


//Related Education
if (window.location.href.indexOf("cpid=13771") > -1)
{
	reledu = "Related Education";
}
else
{
	reledu = "<a href='/handler.cfm?event=practice,template&cpid=13771' target='_self' class='navlink'>Related Education</a>";
}

document.writeln(' ' + overview + ' &nbsp;|&nbsp;');
document.writeln(' ' + team + ' &nbsp;|&nbsp;');
document.writeln(' ' + news + ' &nbsp;|&nbsp;');
document.writeln(' ' + trials + ' &nbsp;|&nbsp;');
document.writeln(' ' + reledu + ' ');

//-->
