<!--
//Overview
if (window.location.href.indexOf("cpid=11945") > -1)
{
	overview = "Overview";
}
else
{
	overview = "<a href='/handler.cfm?event=practice,template&cpid=11945' target='_self' class='navlink'>Overview</a>";
}

<!--
//Our Team
if (window.location.href.indexOf("cpid=14713") > -1)
{
	team = "Our Team";
}
else
{
	team = "<a href='/handler.cfm?event=practice,template&cpid=14713' target='_self' class='navlink'>Our Team</a>";
}



//News & Advances
if (window.location.href.indexOf("cpid=13775") > -1)
{
	news = "News & Advances";
}
else
{
	news = "<a href='/handler.cfm?event=practice,template&cpid=13775' target='_self' class='navlink'>News & Advances</a>";
}


//Clinical Trials
if (window.location.href.indexOf("cpid=13776") > -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=13777") > -1)
{
	reledu = "Related Education";
}
else
{
	reledu = "<a href='/handler.cfm?event=practice,template&cpid=13777' 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 + ' ');

//-->
