<%
Response.write FormatDateTime(Date,1)
%>
home /
<%
dim linkStart,linkEnd
if Request.QueryString("d") <> "" then
linkStart = "
"
linkEnd = ""
else
linkStart = ""
linkEnd = ""
end if
%>
<% if Session("LANG") = "es" then %>
<%=linkStart%>Fotos<%=linkEnd%>
<% else %>
<%=linkStart%>Photos<%=linkEnd%>
<% end if %>
<% if Request.QueryString("d") <> "" then response.write " / " & Server.HTMLEncode(Request.QueryString("d")) %>
<% if Session("LANG") = "es" then %>
Fotos
<% else %>
Photos
<% end if %>
<% if Session("LANG") = "es" then %>
Nota, hay disponible un versión de esta página que no usa Flash.
<% else %>
Note, there is a non-Flash version of this page available.
<% end if %>