--- googlecode.com/svn/trunk/public_html/poll.html 2008/02/27 14:07:10 52 +++ googlecode.com/svn/trunk/public_html/poll.html 2008/02/27 21:58:56 53 @@ -55,7 +55,7 @@ } catch (e) { return false }; newdata = pollreq.responseText; while (1) { - var x = newdata.indexOf("p("); + var x = newdata.indexOf(""); if (x != -1) { y = newdata.indexOf("", x); if (y != -1) {