According to the error console, it looks like a '<' character in the returned string is messing things up on this line:
Quote:
eval("var jsonitems = "+ cerere_http.responseText);
|
I would try replacing it with:
var jsonitems = cerere_http.responseText;