"
response.Write ""
if isnumeric(first_id) = true and first_id <> "" then response.Write " "
response.Write " | "
if isnumeric(previous_id) = true and previous_id <> "" then response.Write " "
response.Write " | "& events_title
response.Write " | "
if isnumeric(next_id) = true and next_id <> "" then response.Write " "
response.Write " | "
if isnumeric(last_id) = true and last_id <> "" and last_id <> this_id then response.Write " "
response.Write " |