var sPath = window.location.pathname;
//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
sPage=sPage.toLowerCase();

if (sPage=="statement.htm") {bold_a = 'ffffff'; } else { bold_a='10e3b6'; }
document.write ('<a href="statement.htm"><img src="http://www.stephaniereit.com/string.php?text=Statement&width=120&height=22&forecolor='+bold_a+'&backcolor=000000&size=12" border=0 style="margin-bottom: 35px;"></a><br>');

if (sPage=="about.htm") { bold_a = 'ffffff'; } else { bold_a='10e3b6'; }
document.write ('<a href="about.htm"><img src="http://www.stephaniereit.com/string.php?text=Biography&width=120&height=22&forecolor='+bold_a+'&backcolor=000000&size=12" border=0 style="margin-bottom: 35px;"></a><br>');


if (sPage=="contact.htm") {bold_a = 'ffffff'; } else { bold_a='10e3b6'; }
document.write ('<a href="contact.htm"><img src="http://www.stephaniereit.com/string.php?text=Contact&width=120&height=22&forecolor='+bold_a+'&backcolor=000000&size=12" border=0 style="margin-bottom: 35px;"></a><br>');


document.write ('<br><br>');
//if (sPage=="sitemap.htm") {bold_a = '<b>'; bold_b = '</b>'; } else { bold_a=''; bold_b=''; }
//document.write (bold_a+'<a href="sitemap.htm"><img src="http://www.stephaniereit.com/string.php?text=Site Map&width=120&height=22&forecolor=10e3b6&backcolor=000000&size=12" border=0 style="margin: 2px;"></a><br>'+bold_b);

//if (sPage=="") {bold_a = '<b>'; bold_b = '</b>'; } else { bold_a=''; bold_b=''; }
//document.write (bold_a+'<a href="/"><img src="http://www.stephaniereit.com/string.php?text=Home&width=120&height=22&forecolor=10e3b6&backcolor=000000&size=12" border=0 style="margin: 2px;"></a><br>'+bold_b);
