<% set wordSearch = Application("ISYSIndex").FindWordMatch(Request("search"), _ WordSearchSoundLike) for each item in wordSearch Response.Write "The word " & Item.Word & " occurs " & Item.Count & " times" next %>