While it looks like it's on separate lines, as far as the variable that you're reading into is concerned, it's probably all one line.
So to get the ICE from that line, you could use something like
if (*name:* iswm %read) {
var %name = $gettok(%read,2,58)
%name = $gettok(%name,2,32)
%name = $gettok(%name,-1,32)
}
If this doesn't work, then please provide the website information so that I can look at the actual page source.