michael@0: /* Don't trip bogus assert. */ michael@0: michael@0: function e() michael@0: { michael@0: try michael@0: { michael@0: var t = undefined; michael@0: } michael@0: catch (e) michael@0: { michael@0: var t = null; michael@0: } michael@0: while (t && (t.tagName.toUpperCase() != "BODY")) michael@0: continue; michael@0: } michael@0: for (var i = 0; i < 20; i++) michael@0: e();