<% dim bodycolor dim title dim photofile dim caption 'bodycolor = "#ECFFCC" 'title = "TITLE" 'photofile = "/images/lauper/EmileEmma1900.jpg" 'caption = "This is the Caption" title = Request.QueryString("title") photofile = "/images/" + Request.QueryString("photofile") caption = Request.QueryString("caption") 'this logic of determining the background color from the SiteGroup passed into the page 'duplicates logic found in the include/style.shtml '(asp page can't read the SSI environment variables) select case Request.QueryString("group") case "lauper" bodycolor = "#ECFFCC" case "sorensen" bodycolor = "#FFFFCC" case "tetzner" bodycolor = "#ECECFF" case else bodycolor = "#FFECEC" end select %> <%=title%> Photo
<%=caption%>