_onChangeY: function() {

    var y = this.model.get("y");
    this.$el.animate({ top: y }, 150);