<!--
// links , need to add in conditionals

//The Heart Center
if (window.location.href.indexOf("cpid=14605") > -1)
{
	loc1 = "<a href='javascript:void(0);' target='_self'  class='right_col2_on'>&bull;&nbsp;Our Locations</a>";
}
else
{
	loc1 = "<a href='/handler.cfm?event=practice,template&cpid=14605' target='_self' class='right_col2_generic_link'>&bull;&nbsp;Our Locations</a>";
}

//Kingsport Office
if (window.location.href.indexOf("cpid=14606") > -1)
{
	loc2 = "<a href='javascript:void(0);' target='_self'  class='right_col2_on'>&bull;&nbsp;Kingsport Office</a>";
}
else
{
	loc2 = "<a href='/handler.cfm?event=practice,template&cpid=14606' target='_self' class='right_col2_generic_link'>&bull;&nbsp;Kingsport Office</a>";
}

//Bristol Office
if (window.location.href.indexOf("cpid=14607") > -1)
{
	loc3 = "<a href='javascript:void(0);' target='_self'  class='right_col2_on'>&bull;&nbsp;Bristol Office</a>";
}
else
{
	loc3 = "<a href='/handler.cfm?event=practice,template&cpid=14607' target='_self' class='right_col2_generic_link'>&bull;&nbsp;Bristol Office</a>";
}

//Abingdon Office
if (window.location.href.indexOf("cpid=14608") > -1)
{
	loc4 = "<a href='javascript:void(0);' target='_self'  class='right_col2_on'>&bull;&nbsp;Abingdon Office</a>";
}
else
{
	loc4 = "<a href='/handler.cfm?event=practice,template&cpid=14608' target='_self' class='right_col2_generic_link'>&bull;&nbsp;Abingdon Office</a>";
}

//Norton Office
if (window.location.href.indexOf("cpid=14609") > -1)
{
	loc5 = "<a href='javascript:void(0);' target='_self'  class='right_col2_on'>&bull;&nbsp;Norton Office</a>";
}
else
{
	loc5 = "<a href='/handler.cfm?event=practice,template&cpid=14609' target='_self' class='right_col2_generic_link'>&bull;&nbsp;Norton Office</a>";
}

//Greeneville Office
if (window.location.href.indexOf("cpid=20368") > -1)
{
	loc6 = "<a href='javascript:void(0);' target='_self'  class='right_col2_on'>&bull;&nbsp;Greeneville Office</a>";
}
else
{
	loc6 = "<a href='/handler.cfm?event=practice,template&cpid=20368' target='_self' class='right_col2_generic_link'>&bull;&nbsp;Greeneville Office</a>";
}

//Johnson City Office
if (window.location.href.indexOf("cpid=26555") > -1)
{
	loc7 = "<a href='javascript:void(0);' target='_self'  class='right_col2_on'>&bull;&nbsp;Johnson City Office</a>";
}
else
{
	loc7 = "<a href='/handler.cfm?event=practice,template&cpid=26555' target='_self' class='right_col2_generic_link'>&bull;&nbsp;Johnson City Office</a>";
}


document.writeln(' ' + loc1 + '<br>');
document.writeln(' ' + loc2 + '<br>');
document.writeln(' ' + loc3 + '<br>');
document.writeln(' ' + loc4 + '<br>');
document.writeln(' ' + loc5 + '<br>');
document.writeln(' ' + loc6 + '<br>');
document.writeln(' ' + loc7 + '<br>');

//-->