[jQuery] HELP: Debugging Issue

[jQuery] HELP: Debugging Issue

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">On one page, Firefox throws the "a script is taking
too long" message.
On clicking 'Debug Script', it points to the following line of jQuery:
</font><i><span class="sourceRowText">            first.push(second[i]);
</span></i><span class="sourceRowText">Which is in...
</span><i><span class="sourceRowText">            merge:
function(first, second)
            {
             }
</span></i><span class="sourceRowText">
Assuming that there aren't any problems with jQuery, how can i find out
which code is throwing this error?
Thanks
Fahed</span><span class="sourceRowText"></span>
</body>
</html>