% '//get search phrase sPhrase = request("s") if len(sPhrase) > 0 then splitPhrase = split(sPhrase, ",") for i = 0 to uBound(splitPhrase) IF LEN(splitPhrase(i)) > 0 THEN %> <% END IF next end if %>