// Assume LViS is initialised
var handleEventReady = function () {
console.log('Event is ready!');
// Process Event Listings
var processListings = function () {
var current = L.getCurrent(),
} else if (next !== null) {
event.bind(LViS.Event.ON_READY, handleEventReady);
L.bind(L.ON_UPDATE, processListings);
// force listings processing