var epdbinit = []
$(function() {
    $.each(epdbinit, function(i, func) {
      var self = this;
      func(self.data);
    });
});

