<%@ Language=VBScript %>
<%
' Replace this file with your true home page.

Response.Buffer = True
Response.Redirect("showphotos.asp")
%>