<%
dim restr,path,path0
restr="index.asp"
path=replace(replace(server.mappath(restr),server.mappath("/"),""),restr,"")
path0=replace(path,"\","")
%>
<%if path0<>"" then%>
<a rel="home" href="/">返回首页</a>
<%end if%>