<html><body><FONT COLOR=#ff0000><%dim dset d=Server.CreateObject("Scripting.Dictionary")d.Add "n", "Norway"d.Add "i", "Italy"if d.Exists("n")= true then Response.Write("Key exists.")else Response.Write("Key does not exist.")end ifset d=nothing%></FONT></body></html>