I have the following code:
// Creates a timer to check for elements popping into the dom
timer = setInterval(function ()
{
for (p i
tag - I believe it has the same effect as jQuery's 'ready' event - actually, it's probably quicker doing it this way.
In my experience the "Object expected" error in IE6 shows up because of a syntax error - it's worth putting the script though JSlint, if you haven't already...