The updaterss function maps the found "item" elements from the fetched rss by turning them into line item elements and adding them to the "list" javascript variable, from which the new ticker is generated. However, the "var list;" declaration does not define a value for list, leaving it undefined. Thus the operation += is an operation on "undefined", which causes errors. Eg. Chrome Version 33.0.1750.146
Details: