banner code is buggy: ``` var lastShown = new Date(row.lastShown); return lastShown < bannerDate; ``` `row.lastShown` is something like `"2014-12-23T01:31:14.612Z"` and that doesn't actually convert into Date.