if (sIdx1<0) {
                            sStripped = second;
                        } else {
                            var sIdx2 = second.lastIndexOf('<');
                            sStripped = second.substring((sIdx1+1),(sIdx2-1));