<% dim welcomeString if Session("ID") = "" then welcomeString = "Sign in" else welcomeString = "Welcome back, " & Session("firstName") & " (Sign out)" end if %>