<%
If IsEmpty(Session("City")) Then
  Session("City") = "Portland"
End If
%>
