<!--
// links , need to add in conditionals

//Keenan Behrle
if (window.location.href.indexOf("cpid=11214") > -1)
{
	kee = "<font color='#000000'>Keenan Behrle</font>";
}
else
{
	kee = "<a href='/handler.cfm?event=practice,template&cpid=11214' target='_self'>Keenan Behrle</a>";
}

//Kay Dillard
if (window.location.href.indexOf("cpid=11215") > -1)
{
	kay = "<font color='#000000'>Kay Dillard</font>";
}
else
{
	kay = "<a href='/handler.cfm?event=practice,template&cpid=11215' target='_self'>Kay Dillard</a>";
}

//Russell Faucett
if (window.location.href.indexOf("cpid=11216") > -1)
{
	rus = "<font color='#000000'>Russell Faucett</font>";
}
else
{
	rus = "<a href='/handler.cfm?event=practice,template&cpid=11216' target='_self'>Russell Faucett</a>";
}

//Irene Furlong
if (window.location.href.indexOf("cpid=11217") > -1)
{
	ire = "<font color='#000000'>Irene Furlong</font>";
}
else
{
	ire = "<a href='/handler.cfm?event=practice,template&cpid=11217' target='_self'>Irene Furlong</a>";
}

//Tom Gordon
if (window.location.href.indexOf("cpid=27111") > -1)
{
	tom = "<font color='#000000'>Tom Gordon</font>";
}
else
{
	tom = "<a href='/handler.cfm?event=practice,template&cpid=27111' target='_self'>Tom Gordon</a>";
}

//James Hamilton
if (window.location.href.indexOf("cpid=11218") > -1)
{
	jam = "<font color='#000000'>James Hamilton</font>";
}
else
{
	jam = "<a href='/handler.cfm?event=practice,template&cpid=11218' target='_self'>James Hamilton</a>";
}

//Michele Hamilton, MD
if (window.location.href.indexOf("cpid=27112") > -1)
{
	mic = "<font color='#000000'>Michele Hamilton, MD</font>";
}
else
{
	mic = "<a href='/handler.cfm?event=practice,template&cpid=27112' target='_self'>Michele Hamilton, MD</a>";
}

//Richard Jacobs
if (window.location.href.indexOf("#") > -1)
{
	ric = "<font color='#000000'>Richard Jacobs</font>";
}
else
{
	ric = "<a href='#' target='_self'>Richard Jacobs</a>";
}

//E. Eric Johnson
if (window.location.href.indexOf("cpid=11219") > -1)
{
	eri = "<font color='#000000'>E. Eric Johnson</font>";
}
else
{
	eri = "<a href='/handler.cfm?event=practice,template&cpid=11219' target='_self'>E. Eric Johnson</a>";
}

//Jon Kobashigawa, MD
if (window.location.href.indexOf("cpid=12038") > -1)
{
	jon = "<font color='#000000'>Jon Kobashigawa, MD</font>";
}
else
{
	jon = "<a href='/handler.cfm?event=practice,template&cpid=12038' target='_self'>Jon Kobashigawa, MD</a>";
}


//Joseph O. Lampe
if (window.location.href.indexOf("cpid=15842") > -1)
{
	jos = "<font color='#000000'>Joseph O. Lampe</font>";
}
else
{
	jos = "<a href='/handler.cfm?event=practice,template&cpid=15842' target='_self'>Joseph O. Lampe</a>";
}

//Eduardo Marban, MD
if (window.location.href.indexOf("cpid=27113") > -1)
{
	edu = "<font color='#000000'>Eduardo Marban, MD</font>";
}
else
{
	edu = "<a href='/handler.cfm?event=practice,template&cpid=27113' target='_self'>Eduardo Marban, MD</a>";
}

//Laurence Marton, MD
if (window.location.href.indexOf("cpid=11220") > -1)
{
	lau = "<font color='#000000'>Laurence Marton, MD</font>";
}
else
{
	lau = "<a href='/handler.cfm?event=practice,template&cpid=11220' target='_self'>Laurence Marton, MD</a>";
}

//Arthur J. Ochoa
if (window.location.href.indexOf("cpid=27114") > -1)
{
	art = "<font color='#000000'>Arthur J. Ochoa</font>";
}
else
{
	art = "<a href='/handler.cfm?event=practice,template&cpid=27114' target='_self'>Arthur J. Ochoa</a>";
}


//William Ouchi, PhD
if (window.location.href.indexOf("cpid=11221") > -1)
{
	wil = "<font color='#000000'>William Ouchi, PhD</font>";
}
else
{
	wil = "<a href='/handler.cfm?event=practice,template&cpid=11221' target='_self'>William Ouchi, PhD</a>";
}

//Edward Prunchunas
if (window.location.href.indexOf("cpid=27115") > -1)
{
	edw = "<font color='#000000'>Edward Prunchunas</font>";
}
else
{
	edw = "<a href='/handler.cfm?event=practice,template&cpid=27115' target='_self'>Edward Prunchunas</a>";
}

//Larry Souza, PhD
if (window.location.href.indexOf("cpid=15845") > -1)
{
	lar = "<font color='#000000'>Larry Souza, PhD</font>";
}
else
{
	lar = "<a href='/handler.cfm?event=practice,template&cpid=15845' target='_self'>Larry Souza, PhD</a>";
}

//Phillip L. Williams
if (window.location.href.indexOf("cpid=15843") > -1)
{
	phi = "<font color='#000000'>Phillip L. Williams</font>";
}
else
{
	phi = "<a href='/handler.cfm?event=practice,template&cpid=15843' target='_self'>Phillip L. Williams</a>";
}


document.writeln(' ' + kee + ' ');
document.writeln('<br><br>');
document.writeln(' ' + kay + ' ');
document.writeln('<br><br>');
document.writeln(' ' + rus + ' ');
document.writeln('<br><br>');
document.writeln(' ' + ire + ' ');
document.writeln('<br><br>');
document.writeln(' ' + tom + ' ');
document.writeln('<br><br>');
document.writeln(' ' + jam + ' ');
document.writeln('<br><br>');
document.writeln(' ' + mic + ' ');
document.writeln('<br><br>');
document.writeln(' ' + ric + ' ');
document.writeln('<br><br>');
document.writeln(' ' + eri + ' ');
document.writeln('<br><br>');
document.writeln(' ' + jon + ' ');
document.writeln('<br><br>');
document.writeln(' ' + jos + ' ');
document.writeln('<br><br>');
document.writeln(' ' + edu + ' ');
document.writeln('<br><br>');
document.writeln(' ' + lau + ' ');
document.writeln('<br><br>');
document.writeln(' ' + art + ' ');
document.writeln('<br><br>');
document.writeln(' ' + wil + ' ');
document.writeln('<br><br>');
document.writeln(' ' + edw + ' ');
document.writeln('<br><br>');
document.writeln(' ' + lar + ' ');
document.writeln('<br><br>');
document.writeln(' ' + phi + ' ');
document.writeln('<br><br>');

//-->
