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

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