<% if excerptRequest = "default" or excerptRequest = "" then response.write("On the left is a list of excerpts. Please choose the excerpt that you would like to read.") else if not excerpt = "" then response.write(""&excerptRequest&"

"&excerpt & "
") & vbcr end if end if %>