Shaggy, you da man! Thank you!
I played with it for a while today and got it working flawlessly with this in the include file...
<%
dim strFileName :strFileName = replace(mid(request.servervariables("script_name"),instrrev(request.servervariables("script_name"),"/")+1),".asp","")
Response.Write "<div id=""rsslead""><a href=""javascript: history.go(-1)"">< Back</a> <b>Narrow This Search</b> <a href=""javascript: history.go(+1)"">Forward ></a><br />" & vbNewLine
Response.Write "<a href=""" & strFileName & "-pcgs.asp"">PCGS</a> | <a href=""" & strFileName & "-ngc.asp"">NGC</a></div>"
%>
Thanks again!
