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