var file = new String(  location.href )
if( file.indexOf( "about.htm", 0 ) >= 0 )
	document.write( "<a href='about.htm' class=orangebold><img src=../images/box_dark_gray.gif width=9 height=9 border=0 align=middle  style=margin-right:3px> About Us</a><br>" )
else
	document.write( "<a href='about.htm' class=boldlink><img src=../images/box_dark_gray.gif width=9 height=9 border=0 align=middle  style=margin-right:3px> About Us</a><br>" )
if( file.indexOf( "difference.htm", 0 ) >= 0 )
	document.write( "<a href='difference.htm' class=orangebold><img src=../images/box_dark_gray.gif width=9 height=9 border=0 align=middle  style=margin-right:3px> The Radiant Difference</a><br>" )
else	
	document.write( "<a href='difference.htm' class=boldlink><img src=../images/box_dark_gray.gif width=9 height=9 border=0 align=middle  style=margin-right:3px> The Radiant Difference</a><br>" )
if( file.indexOf( "solutions.htm", 0 ) >= 0 )
	document.write( "<a href='solutions.htm' class=orangebold><img src=../images/box_dark_gray.gif width=9 height=9 border=0 align=middle  style=margin-right:3px> Web Solutions That Work</a><br>" )
else
	document.write( "<a href='solutions.htm' class=boldlink><img src=../images/box_dark_gray.gif width=9 height=9 border=0 align=middle  style=margin-right:3px> Web Solutions That Work</a><br>" )
if( file.indexOf( "contact_info.htm", 0 ) >= 0 )
	document.write( "<a href='contact_info.htm' class=orangebold><img src=../images/box_dark_gray.gif width=9 height=9 border=0 align=middle  style=margin-right:3px> Contact Us</a><br>" )
else
	document.write( "<a href='contact_info.htm' class=boldlink><img src=../images/box_dark_gray.gif width=9 height=9 border=0 align=middle  style=margin-right:3px> Contact Us</a><br>" )
if( file.indexOf( "hiring.htm", 0 ) >= 0 )
	document.write( "<a href='hiring.htm' class=orangebold><img src=../images/box_dark_gray.gif width=9 height=9 border=0 align=middle  style=margin-right:3px> We&#8217;re Hiring</a><br>" )
else
	document.write( "<a href='hiring.htm' class=boldlink><img src=../images/box_dark_gray.gif width=9 height=9 border=0 align=middle  style=margin-right:3px> We&#8217;re Hiring</a><br>" )
if( file.indexOf( "charitable_causes.htm", 0 ) >= 0 )
	document.write( "<a href='charitable_causes.htm' class=orangebold><img src=../images/box_dark_gray.gif width=9 height=9 border=0 align=middle  style=margin-right:3px> Charitable Causes</a><br>" )
else
	document.write( "<a href='charitable_causes.htm' class=boldlink><img src=../images/box_dark_gray.gif width=9 height=9 border=0 align=middle  style=margin-right:3px> Charitable Causes</a><br>" )

