If Request.Cookies("Preferences").HasKeys then
  Response.Write "Zoony cookie"
Else
  Response.Write "Prosty cookie"
End if
